1 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
6 2003-10-18 Alan Modra <amodra@bigpond.net.au>
8 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
11 2003-10-03 Jeff Sturm <jsturm@one-point.com>
15 2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
17 * configure.in: Remove NO_GETENV definition for win32.
18 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
19 * misc.c (GC_init_inner): Call GC_thr_init for win32.
20 (GC_set_warn_proc): Add assertion.
21 * win32_threads.c: Import 6.3alpha2 version.
22 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
24 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
26 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
27 2.3/SPARC, there are no micro versions.
28 Treat Solaris 10 and up alike.
29 * configure: Regenerate.
31 2003-09-22 Anthony Green <green@redhat.com>
33 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
36 2003-09-20 <green@redhat.com>
38 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
39 check for __arm__ or __thumb__.
41 2003-09-09 Alan Modra <amodra@bigpond.net.au>
43 * configure: Regenerate.
45 2003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
46 Roger Sayle <roger@eyesopen.com>
48 * configure.in: Set INCLUDES to absolute path.
49 Save $INCLUDES in boehm-cflags, too.
50 Set INCLUDES so it's available to config.status.
51 * configure: Regenerate.
53 2003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
55 * include/gc.h (GC_CreateThread): Declare with WINAPI
57 * win32_threads.c (GC_CreateThread): Make definitions consistent
58 with declaration. Cast &thread_table[i].handle to PHANDLE
59 in call to DuplicateHandle
60 (thread_start): Declare as static.
62 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
64 * dyn_load.c: Define __private_extern__ to match Apple's system
67 2003-07-28 Loren J. Rittle <ljrittle@acm.org>
69 * os_dep.c: Remove redundancy introduced in last merge.
71 2003-07-28 Jeff Sturm <jsturm@one-point.com>
74 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
75 * ChangeLog: Likewise.
76 * Makefile.am: Likewise.
77 * Makefile.direct: Likewise.
78 * Makefile.dj: Likewise.
79 * allchblk.c: Likewise.
81 * backgraph.c: Likewise.
82 * configure.host: Likewise.
83 * configure.in: Likewise.
84 * dbg_mlc.c: Likewise.
85 * dyn_load.c: Likewise.
86 * finalize.c: Likewise.
87 * gc_cpp.cc: Likewise.
88 * gc_dlopen.c: Likewise.
89 * gcj_mlc.c: Likewise.
90 * if_mach.c: Likewise.
91 * mach_dep.c: Likewise.
93 * mallocx.c: Likewise.
95 * mark_rts.c: Likewise.
98 * ptr_chck.c: Likewise.
99 * reclaim.c: Likewise.
100 * solaris_pthreads.c: Likewise.
101 * solaris_threads.c: Likewise.
102 * sparc_mach_dep.S: Likewise.
103 * threadlibs.c: Likewise.
104 * typd_mlc.c: Likewise.
105 * version.h: Likewise.
106 * win32_threads.c: Likewise.
107 * Mac_files/MacOS_Test_config.h: Likewise.
108 * Mac_files/MacOS_config.h: Likewise.
109 * cord/cordbscs.c: Likewise.
110 * cord/cordprnt.c: Likewise.
111 * cord/de_win.c: Likewise.
112 * doc/README: Likewise.
113 * doc/README.MacOSX: Likewise.
114 * doc/README.changes: Likewise.
115 * doc/README.environment: Likewise.
116 * doc/README.ews4800: Likewise.
117 * doc/README.linux: Likewise.
118 * doc/README.macros: Likewise.
119 * doc/README.win32: Likewise.
120 * doc/debugging.html: Likewise.
121 * doc/gcdescr.html: Likewise.
122 * doc/tree.html: Likewise.
123 * include/Makefile.in: Likewise.
124 * include/gc.h: Likewise.
125 * include/gc_cpp.h: Likewise.
126 * include/gc_local_alloc.h: Likewise.
127 * include/gc_mark.h: Likewise.
128 * include/gc_pthread_redirects.h: Likewise.
129 * include/gc_typed.h: Likewise.
130 * include/new_gc_alloc.h: Likewise.
131 * include/private/dbg_mlc.h: Likewise.
132 * include/private/gc_hdrs.h: Likewise.
133 * include/private/gc_locks.h: Likewise.
134 * include/private/gc_pmark.h: Likewise.
135 * include/private/gc_priv.h: Likewise.
136 * include/private/gcconfig.h: Likewise.
137 * include/private/solaris_threads.h: Likewise.
138 * include/private/specific.h: Likewise.
139 * tests/test.c: Likewise.
140 * tests/test_cpp.cc: Likewise.
142 * configure: Rebuild.
143 * Makefile.in: Rebuild.
145 * mips_sgi_mach_dep.s: Add.
147 * alpha_mach_dep.s: Remove.
148 * irix_threads.c: Remove.
149 * linux_threads.c: Remove.
150 * mips_sgi_mach_dep.S: Remove.
152 * powerpc_macosx_mach_dep.s: Remove.
153 * doc/Makefile.am: Remove.
154 * doc/Makefile.in: Remove.
156 2003-07-25 Roger Sayle <roger@eyesopen.com>
158 * configure.host: Only use +ESdbgasm when using the HPUX native
159 compiler on PA-Risc. It isn't recognized by GCC and is silently
160 ignored by HP's compilers on ia64.
162 2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
164 * configure.in: define GC_DLL under mingw if --enable-shared
166 * win32_threads.c: add #ifdef GC_DLL around DllMain
168 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
170 * include/private/gcconfig.h: Add support for arm-netbsdelf.
172 2003-04-09 Tom Tromey <tromey@redhat.com>
174 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
176 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
178 2003-03-22 Richard Henderson <rth@redhat.com>
180 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
181 (GC_test_and_set): Use __sync_lock_test_and_set.
182 (GC_clear): Use volatile assignment.
183 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
184 (GC_memory_write_barrier): Use __sync_synchronize.
186 2003-03-12 Andreas Schwab <schwab@suse.de>
188 * configure.in: Avoid trailing /. in toolexeclibdir.
189 * configure: Rebuilt.
191 2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
192 * include/private/gcconfig.h (GC_data_start): declare when needed.
193 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
195 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
196 GC_register_dynlib_callback): Register main data for static
197 executable if dl_iterate_phdr() didn't.
198 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
199 if we don't expect to register main static data.
201 2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
202 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
203 (GC_push_roots): explicitly mark free list headers, register
204 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
205 * alloc.c (GC_stopped_mark): Conditionally call
206 GC_cond_register_dynamic_libraries().
207 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
208 * dyn_load.c (GC_register_main_static_data): define.
209 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
210 no longer skip main data.
211 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
212 (GC_init_inner): Make main data registration conditional.
213 * include/private/gc_priv.h (GC_register_main_static_data): declare.
214 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
217 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
219 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
221 * configure: Rebuilt.
223 2003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
225 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
227 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
229 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
230 Remove USE_LIBDIR conditional.
231 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
232 * Makefile.in, configure: Rebuilt.
234 2002-12-31 Tom Tromey <tromey@redhat.com>
237 * include/Makefile.in: Rebuilt.
238 * include/Makefile.am (noinst_HEADERS): Renamed from
241 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
243 * ltconfig (osf[345]): Append $major to soname_spec.
244 Reflect this in library_names_spec.
245 * ltmain.sh (osf): Prefix $major with . for use as extension.
247 2002-10-02 Andreas Jaeger <aj@suse.de>
249 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
251 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
253 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
254 check for __arm__ or __thumb__.
256 2002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
258 * include/private/gcconfig: Add machine type S390. Add s390x support.
259 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
260 (GC_compare_and_exchange): Likewise.
262 2002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
264 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
266 2002-08-23 Adam Megacz <adam@xwt.org>
268 * win32_threads.cc: Removed extraneous ABORT()
270 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
272 * Makefile.am (all-multi): Fix multilib parallel build.
274 2002-07-18 Bo Thorsen <bo@suse.de>
276 * include/private/gcconfig.h: Add x86-64 definitions.
277 * os_dep.c: Add x86-64 support.
278 * configure.in: Likewise.
279 * configure: Regenerate.
281 2002-07-18 H.J. Lu <hjl@gnu.org>
283 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
285 2002-07-18 H.J. Lu (hjl@gnu.org)
287 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
290 2002-06-28 Hans Boehm <Hans_Boehm@hp.com>
293 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
295 2002-06-09 H.J. Lu (hjl@gnu.org)
297 * include/private/gc_locks.h (GC_test_and_set): Support
299 (GC_TEST_AND_SET_DEFINED): Likewise.
301 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
304 (LINUX_STACKBOTTOM): Likewise.
305 (STACKBOTTOM): Removed for Linux/mips.
307 Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
309 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
310 (GC_pthread_create): Fix typo.
311 (GC_TRY_LOCK): Likewise.
312 * include/private/gc_locks.h (GC_test_and_set): Only take one
314 (LOCK): Adjust appropriately.
315 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
316 _SIGRTMIN is unavailable.
318 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
320 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
321 * aclocal.m4: Regenerate.
322 * configure: Regenerate.
324 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
326 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
327 script entry, and set LD to it when configuring multilibs.
328 * configure: Rebuilt.
330 2002-04-22 Jeff Sturm <jsturm@one-point.com>
332 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
333 (noinst_LTLIBRARIES): Add libgcjgc.la.
335 * Makefile.in: Rebuild.
337 2002-04-22 David S. Miller <davem@redhat.com>
339 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
340 64-bit SPARC Linux, the __libc_stack_end technique does
341 not work in this case.
343 2002-04-22 Jeff Sturm <jsturm@one-point.com>
345 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
347 2002-04-17 Hans Boehm <Hans_Boehm@hp.com>
349 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
352 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
354 * include/private/gcconfig.h (DATAEND): Update comment example
357 2002-04-08 Loren J. Rittle <ljrittle@acm.org>
359 * include/private/gcconfig.h (DATAEND): Clarify comment.
361 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
363 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
364 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
366 * allchblk.c (GC_allchblk_nth): Change text and support reduced
367 frequency for blacklist warning message.
368 * misc.c (GC_large_alloc_warn_interval,
369 GC_large_alloc_warn_suppressed): define.
370 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
371 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
372 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
373 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
375 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
377 2002-04-04 Loren J. Rittle <ljrittle@acm.org>
379 * include/private/gcconfig.h: Add support for an unmapped
380 memory hole between the end of the initialized data segment
381 and the start of the BSS on FreeBSD/i386.
383 2002-03-30 Krister Walfridsson <cato@df.lth.se>
385 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
388 2002-03-29 Hans Boehm <Hans_Boehm@hp.com>
390 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
391 (GC_local_gcj_malloc): Add assertion.
392 (start_mark_threads): Fix abort message.
393 * mark.c (GC_mark_from): Generalize assertion.
394 * reclaim.c (GC_clear_fl_links): New function.
395 (GC_start_reclaim): Must clear some freelist links.
396 * include/private/specific.h, specific.c: Add assertions.
397 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
398 Rearrange tse fields.
400 2002-03-27 Richard Henderson <rth@redhat.com>
402 * os_dep.c (GC_init_linux_data_start): Fix references to
403 __data_start and _end.
405 2002-03-25 Loren J. Rittle <ljrittle@acm.org>
407 * include/private/gcconfig.h: Change all likely references
408 to linker script synthesized symbols to use this idiom:
409 extern int etext[]; etext
411 2002-03-25 Jeff Sturm <jsturm@one-point.com>
413 * linux_threads.c (GC_get_nprocs): Close file descriptor.
415 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
417 * include/private/gcconfig.h: Add unified test for FreeBSD.
418 Support FreeBSD/alpha.
419 * os_dep.c: Do not include <machine/trap.h> unless available.
420 (GC_freebsd_stack_base): Fix types.
422 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
424 * Makefile.am: Make a convenience library.
425 * Makefile.in: Rebuilt.
427 2002-03-15 Anthony Green <green@redhat.com>
429 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
430 * configure.in: Disable use of getenv for win32 targets (some of
431 which have broken implementations).
432 * configure: Rebuilt.
434 2002-03-12 Adam Megacz <adam@xwt.org>
436 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
437 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
438 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
439 statically initialized it to TRUE if compiling with GCC.
440 * win32_threads.c (thread_start): We no longer use SEH if
442 * mark.c (GC_mark_some): We no longer use SEH if
445 2002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
447 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
448 support is enabled, for hash synchronization.
450 2002-02-24 Adam Megacz <adam@xwt.org>
452 * Makefile.am: Added win32_threads.c to sources list.
453 * win32_threads.c: Added two */'s which I had neglected.
455 2002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
457 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
458 * Makefile.in: Rebuilt.
460 2002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
462 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
464 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
466 * mips_sgi_mach_dep.S: Likewise.
467 * Makefile.am: Update for above changes.
468 * Makefile.in: Rebuilt.
470 2002-02-12 Richard Henderson <rth@redhat.com>
472 * configure.in: Re-apply 2001-06-26 configure change.
473 * configure: Rebuild.
475 2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
477 Imported GC 6.1 Alpha 3.
479 * sparc_mach_dep.S: Delete incorrectly named file.
481 2001-02-11 Adam Megacz <adam@xwt.org
483 * configure.in: support for win32, saner
484 cross-compile options
486 2001-02-08 Anthony Green <green@redhat.com>
488 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
489 board embedded targets.
490 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
491 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
492 redundant uses of ECOS.
493 * misc.c: Use NOSYS where ECOS is being used.
494 Don't define GC_write twice for ECOS systems.
495 (GC_write): New function for NOSYS targets.
497 2002-02-06 Adam Megacz <adam@xwt.org>
499 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
500 now exposed on all Win32 platforms.
501 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
502 compiles on Win32; it invokes CreateThread() if GC is built
503 as a DLL; otherwise it registers the thread.
504 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
505 libgcjgc was not built as a DLL.
507 2002-02-01 Adam Megacz <adam@xwt.org>
509 * boehm-gc on win32 now automatically detects if it is being built
510 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
512 2002-01-25 David Edelsohn <edelsohn@gnu.org>
514 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
515 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
516 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
517 DATASTART and DATAEND roots.
518 * rs6000_mach_dep.s: Add function descriptor and traceback table.
520 2001-12-16 Jeff Sturm <jsturm@one-point.com>
522 * dyn_load.c: Define ElfW (if needed) for all targets,
524 (GC_FirstDLOpenedLinkMap): Use it.
525 (GC_register_dynamic_libraries_dl): Use it.
526 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
529 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
532 * configure.in: Add AC_SUBST(target_alias).
533 * configure: Regenerated.
535 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
537 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
538 case for GC_FREEBSD_THREADS.
539 * configure.in (*-*-freebsd*): Clarify warning.
540 * configure: Rebuilt.
542 2001-10-23 Loren J. Rittle <ljrittle@acm.org>
543 Andreas Tobler <toa@pop.agri.ch>
545 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
547 2001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
549 * linux_threads.c (GC_init_parallel): Do not declare as a static
551 * include/gc.h (GC_init): Declare here. Add description.
552 * include/private/gc_priv.h (GC_init): Remove declaration.
554 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
556 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
557 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
558 GC_FREEBSD_THREADS, handle strange interaction between system
559 pthread implementation and boehm-gc signal-handler architecture.
560 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
562 * include/private/gcconfig.h (configuration keyed off FREEBSD):
563 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
564 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
566 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
568 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
569 * Makefile.in: Rebuilt.
571 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
573 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
574 merged local changes.
576 2001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
578 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
579 Solaris 2/Intel definition.
581 * configure.in (i?86-*-solaris2.[89]*): Define
582 SOLARIS25_PROC_VDB_BUG_FIXED.
583 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
584 * configure: Regenerate.
586 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
587 (DATAEND): Define using _end.
589 2001-09-11 Per Bothner <per@bothner.com>
591 * include/Makefile.am: New file. It defines include_HEADERS.
592 * Makefile.am (SUBDIRS): New macro, set to include.
593 * configure.in (AC_OUTPUT): Add include/Makefile.
595 2001-08-20 Tom Tromey <tromey@redhat.com>
597 * configure: Rebuilt.
598 * configure.in: Always ask gcc for threads package.
600 2001-08-17 Tom Tromey <tromey@redhat.com>
602 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
603 merged local changes.
605 2001-08-02 David Billinghurst <David.Billinghurst>
607 * configure: Rebuilt.
608 * configure.in: POSIX threads on cygwin does not link with
611 2001-07-03 Tom Tromey <tromey@redhat.com>
613 Fix for PR bootstrap/3281:
614 * aclocal.m4, configure, Makefile.in: Rebuilt.
615 * acinclude.m4: Set mkinstalldirs for in-tree build.
617 2001-06-26 Richard Henderson <rth@redhat.com>
619 * alpha_mach_dep.s: Mark call-saved FP registers.
620 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
621 * configure.in (alpha*): Re-enable alpha_mach_dep.s
622 * configure: Rebuild.
624 2001-06-12 Tom Tromey <tromey@redhat.com>
626 * aclocal.m4, configure: Rebuilt.
627 * acinclude.m4: Find configure.host in srcdir.
629 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
631 * configure.in (AC_EXEEXT): Work around in case it expands to
632 nothing, as in autoconf 2.50.
633 * acinclude.m4: Likewise.
634 * aclocal.m4, configure: Rebuilt.
636 2001-06-07 Tom Tromey <tromey@redhat.com>
638 For PR bootstrap/3075:
639 * configure, aclocal.m4, Makefile.in: Rebuilt.
640 * configure.in: Don't call AC_CONFIG_AUX_DIR or
642 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
643 AC_CANONICAL_SYSTEM here.
644 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
647 2001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
649 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
650 (libgcjgc_la_SOURCES): Remove typo.
651 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
652 * Makefile.in: Rebuilt.
654 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
656 Imported version version 6.0alpha7.
658 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
659 README.amiga, README.debugging, README.dj, README.hp, README.linux,
660 README.rs6000, README.sgi, README.solaris2, README.uts,
661 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
662 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
663 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
664 hpux_irix_threads.c, makefile.depend, nursery.c,
665 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
666 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
667 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
668 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
671 2001-05-19 Hans Boehm <hans_boehm@hp.com>
673 * configure.host: Build with -fexceptions.
674 * linux_threads.c: Remember which thread stopped world for
676 2001-05-04 Loren J. Rittle <ljrittle@acm.org>
677 with final tuning by Bryce McKinlay
679 * configure.in: Add support for --enable-threads=posix on FreeBSD.
680 * configure: Rebuilt.
682 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
684 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
685 (GC_noop1): Change declaration to take one argument.
687 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
689 * configure.in: Obtain THREADS with `gcc -v'.
690 * configure: Rebuilt.
692 2001-04-05 Hans Boehm <hans_boehm@hp.com>
694 * misc.c: Back out buggy changes to stack clearing code.
695 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
696 spent clearing memory.
698 2001-04-04 Hans Boehm <hans_boehm@hp.com>
701 - Accomodate finalization requests for static objects.
702 (Will be required by hash synchronization. May be needed
703 in some configurations now.)
706 - Define MIN_WORDS. All allocation requests are rounded
707 up to at least this size. Removes a subtle assumption that
708 Java objects have a 2 word header.
711 - Adjust Linux/IA64 configuration for non-ancient kernels.
712 (Necessary fix for IA64.)
715 - Fix syntax error in currently unused code. Will be needed
723 - Change stack cleaning code to typically clear about one tenth
724 the memory it used to in the threads configuration. Occasionally
725 still clear more. (This is really a fix for a long-standing
726 and fairly significant performance bug with threads.)
729 - Fix the code for finding the beginning of the data segment under
730 Linux. I believe this is necessary for some IA64 Linux
731 distributions. It will also helo other platforms, though those
732 may additionally require a gcconfig.h adjustment. (This basically
733 works around the absence of a data_start or __data_start
734 definition in glibc.)
737 - Handle rounding due to MIN_WORDS.
739 2001-03-22 Tom Tromey <tromey@redhat.com>
741 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
743 2001-03-19 Tom Tromey <tromey@redhat.com>
745 * Makefile.in: Rebuilt.
746 * Makefile.am (gctest_LDFLAGS): new macro.
748 2001-03-16 Tom Tromey <tromey@redhat.com>
750 * Makefile.in: Rebuilt.
751 * Makefile.am (TESTS_ENVIRONMENT): New macro.
753 2001-01-23 Rod Stewart <stewart@lab43.org>
755 * gcconfig.h: Check for `__arm__', not `arm'.
757 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
759 * configure.in: Rename THREADLIB to THREADLIBS.
760 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
761 ensures that we link the correct version of the linuxthreads semaphore
763 * Makefile.in: Rebuilt.
764 * configure: Rebuilt.
766 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
767 list of signals which are not blocked during suspend in the NO_SIGNALS
770 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
772 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
774 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
776 * Makefile.dist: Renamed from Makefile.orig.
778 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
780 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
781 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
783 * Makefile.in: Rebuilt.
784 * configure: Likewise.
786 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
788 * gcconfig.h: Add new case for powerpc EABI.
789 [PPC]: Handle embedded OS for powerpc simulator.
791 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
793 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
794 cross-compile configuration only.
795 * Makefile.am: Build gcj_mlc.c.
796 * configure, Makefile.in: Rebuilt.
798 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
800 * acinclude.m4: Include libtool macros from the top level.
801 * aclocal.m4, configure: Rebuilt.
803 2000-09-04 Anthony Green <green@redhat.com>
805 Fix for PR libgcj/230:
806 * mark.c (GC_mark_from_mark_stack): Remove call to
807 GC_debug_object_start.
808 * gc_priv.h (GC_debug_object_start): Remove prototype.
810 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
812 * gcconfig.h [OSF1] (_end): Declare as `int'.
814 2000-08-02 Tom Tromey <tromey@cygnus.com>
816 * gc_priv.h (GC_generic_malloc_inner): Prototype.
817 (GC_generic_malloc): Likewise.
818 (GC_add_to_black_list_normal): Likewise.
819 (GC_find_header): Likewise.
820 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
821 * gc_mark.h (GC_find_start): Prototype.
822 (GC_signal_mark_stack_overflow): Likewise.
824 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
826 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
827 * configure: Rebuilt.
829 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
831 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
833 Imported version 5.1.
834 * acinclude.m4: Push version to 5.1.
836 2000-06-19 Andrew Haley <aph@cygnus.com>
838 * os_dep.c (read): Pass two dummy args to syscall().
840 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
842 Imported 5.0 release version.
843 * acinclude.m4: Increment version to 5.0.
845 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
847 Imported version 5.0alpha7.
848 * acinclude.m4: Update version to 5.0a7.
850 2000-04-26 Jakub Jelinek <jakub@redhat.com>
852 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
853 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
854 - sparc glibc does not provide it.
855 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
856 Make STACKBOTTOM depend on the wordsize.
857 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
858 (struct frame): Declare on sparc*-linux*.
859 (GC_save_callers): Bias the frame pointers if needed (sparc64).
860 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
861 Implement on sparc64.
862 (GC_clear_stack_inner): Implement on sparc64.
863 * gc_priv.h (GC_test_and_set): Implement for sparc.
864 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
865 GC_save_regs_in_stack on sparc.
867 2000-04-23 Tom Tromey <tromey@cygnus.com>
869 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
871 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
873 Imported version version 5.0alpha6.
874 * acinclude.m4: Bump version to 5.0a6.
875 * configure.in: Don't use alpha_mach_dep.s.
876 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
878 * Makefile.am, Makefile.in: irix_threads.c is now
880 * Makefile.orig: Updated from gc distribution Makefile.
882 2000-03-26 Anthony Green <green@redhat.com>
884 * misc.c (GC_enable): Always define GC_enable and GC_disable.
886 2000-02-14 Tom Tromey <tromey@cygnus.com>
888 * gc.h (dlopen): Define as GC_dlopen on Linux.
889 (GC_dlopen): Declare on Linux.
890 * dyn_load.c (GC_dlopen): Define for Linux.
892 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
894 * gcconfig.h (DATASTART): Add missing extern declaration
895 for data_start on powerpc.
897 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
899 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
902 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
904 * gcconfig.h: Define DATASTART for Alpha Linux.
906 1999-12-19 Anthony Green <green@cygnus.com>
908 * gcconfig.h: Use libgcj hack for Alpha Linux.
909 Undefine MPROTEXT_VDB (from Jeff Sturm).
910 * os_dep.c: Remove Alpha Linux hacks.
913 1999-12-13 Tom Tromey <tromey@cygnus.com>
915 * aclocal.m4, configure: Rebuilt.
916 * acinclude.m4: Changed version to 5.0a4.
917 * Makefile.in: Rebuilt.
918 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
920 1999-12-12 Anthony Green <green@cygnus.com>
922 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
924 (DYNAMIC_LOADING): Define for PowerPC Linux.
925 * os_dep.c: Remove some special cases for PowerPC Linux.
926 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
929 1999-11-04 Tom Tromey <tromey@cygnus.com>
931 * Makefile.in: Rebuilt.
932 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
934 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
935 (GC_thr_init): Don't declare.
937 * configure: Rebuilt.
938 * configure.in: Removed qt threads case.
939 * dyn_load.c: Don't mention QUICK_THREADS.
940 * os_dep.c: Don't mention QUICK_THREADS.
941 * misc.c: Don't mention QUICK_THREADS.
942 * gcconfig.h: Don't mention QUICK_THREADS.
943 * gc_priv.h: Removed QUICK_THREADS code.
944 * quick_threads.c: Removed.
946 1999-11-03 Tom Tromey <tromey@cygnus.com>
948 * gcconfig.h: Merged in local changes from old config.h.
950 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
952 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
954 1999-11-02 Tom Tromey <tromey@cygnus.com>
956 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
958 * configure: Rebuilt.
959 * configure.in: Don't create boehm-config.h.
960 * Makefile.in: Rebuilt.
961 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
963 ($(all_objs)): Depend on gcconfig.h.
964 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
965 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
968 1999-11-01 Tom Tromey <tromey@cygnus.com>
970 * Makefile.in: Rebuilt.
971 * Makefile.am (gctest_LDADD): Added THREADLIB.
973 * configure: Rebuilt.
974 * configure.in (INCLUDES): New subst.
976 1999-09-29 Steve Chamberlain <sac@pobox.com>
978 * config.h: Added picoJava target.
979 * mach_dep.h (GC_push_regs): New code for picoJava.
981 1999-09-28 Tom Tromey <tromey@cygnus.com>
983 * aclocal.m4, configure: Rebuilt.
984 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
985 appropriate AC_PROG_ symbol.
987 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
989 * gc_priv.h: IRIX thread changes from
990 include/private/gc_priv.h.
992 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
994 * Makefile.in: Rebuilt.
995 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
998 * configure: Rebuilt.
999 * configure.in: Properly align --help output, fix capitalization
1001 * acinclude.m4: Likewise.
1003 1999-08-04 Tom Tromey <tromey@cygnus.com>
1005 * configure.in: Added missing `;;'. From Anthony Green.
1007 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1009 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1011 1999-08-03 Tom Tromey <tromey@cygnus.com>
1013 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1014 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1016 1999-08-02 Tom Tromey <tromey@cygnus.com>
1018 * aclocal.m4, configure: Rebuilt for new libtool.
1020 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1022 * mips_sgi_mach_dep.s: Enable PIC option.
1024 1999-07-19 Tom Tromey <tromey@cygnus.com>
1026 * config.h (MPROTECT_VDB): Don't define on Linux.
1028 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1030 * Makefile.am (.s.lo): Avoid `#line' directives.
1031 * Makefile.in: Rebuilt.
1033 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1035 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1036 generate *-recursive for this Makefile, use *-am instead.
1037 * Makefile.in: Rebuilt.
1039 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1041 * Makefile.am (.s.lo): Renamed from `.s.o'.
1042 * Makefile.in: Rebuilt.
1044 1999-06-21 Tom Tromey <tromey@cygnus.com>
1046 Alpha patch from Jeff Sturm:
1047 * os_dep.c (GC_init_linuxalpha): New function.
1048 * misc.c: Initialize for alpha linux.
1049 * gc_priv.h (GC_test_and_set): Define for alpha.
1050 * config.h: Don't assume __data_start on alpha.
1052 * Makefile.in: Rebuilt.
1053 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1056 * Makefile.in: Rebuilt.
1057 * Makefile.am (toolexeclibdir): Define as libdir when
1059 * configure: Rebuilt.
1060 * configure.in (USE_LIBDIR): New conditional.
1062 * configure: Rebuilt.
1063 * configure.in: Recognize all forms of alpha.
1065 1999-06-17 Anthony Green <green@cygnus.com>
1067 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1068 Carlo Dapor <carlo@vis.ethz.ch>).
1070 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1072 * configure.in: Switch from irix threads to posix threads
1073 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1074 for mips architecture.
1075 * configure: Regenerate.
1077 1999-04-30 Tom Tromey <tromey@cygnus.com>
1079 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1081 1999-04-26 Tom Tromey <tromey@cygnus.com>
1083 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1086 1999-04-23 Tom Tromey <tromey@cygnus.com>
1088 * Makefile.in, configure: Rebuilt.
1089 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1090 (libgcjgc_la_SOURCES): Renamed.
1091 (libgcjgc_la_LIBADD): Likewise.
1092 (libgcjgc_la_DEPENDENCIES): Likewise.
1093 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1094 (gctest_LDADD): Use libgcjgc.la.
1095 (all_objs): Mention libgcj_la_OBJECTS.
1096 (EXTRA_LTLIBRARIES): Renamed.
1097 (toollib_LTLIBRARIES): Likewise.
1098 (libgcjgc_la_LDFLAGS): New macro
1099 (toolexecdir): Renamed.
1100 (toolexeclibdir): Likewise.
1101 (toolexeclib_LTLIBRARIES): Likewise.
1102 (LTCOMPILE): Renamed; added libtool invocation.
1103 (LINK): Added libtool invocation.
1104 (.s.o): use LTCOMPILE.
1105 * configure.in: Call AM_PROG_LIBTOOL.
1106 (target_all): Set to libgcjgc.la.
1107 Mention `.lo' forms of object files.
1109 1999-04-21 Tom Tromey <tromey@cygnus.com>
1111 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1114 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1115 sigcontext.h. From Matthias Klose <doko@itso.de>.
1117 1999-04-16 Tom Tromey <tromey@cygnus.com>
1119 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1120 David Pettersson <dapet@mai.liu.se>
1122 1999-04-14 Tom Tromey <tromey@cygnus.com>
1124 * configure: Rebuilt.
1125 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1126 incorrect patch of 199-04-09.
1128 * configure: Rebuilt.
1129 * configure.in: Added support for alpha.
1130 From David Pettersson <dapet@mai.liu.se>.
1132 1999-04-13 Tom Tromey <tromey@cygnus.com>
1134 * Makefile.in: Rebuilt.
1135 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1138 1999-04-09 Tom Tromey <tromey@cygnus.com>
1140 * configure: Rebuilt.
1141 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1143 1999-02-23 Tom Tromey <tromey@cygnus.com>
1145 * configure: Rebuilt.
1146 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1147 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1149 1999-02-18 Tom Tromey <tromey@cygnus.com>
1151 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1152 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1153 for case where LO is NULL.
1155 1999-02-10 Tom Tromey <tromey@cygnus.com>
1157 * aclocal.m4, configure, Makefile.in: Rebuilt.
1158 * acinclude.m4: Updated to be used with automake 1.4.
1159 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1161 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1162 (libgcjgc_a_SOURCES): Likewise.
1163 (libgcjgc_a_LIBADD): Likewise.
1164 (libgcjgc_a_DEPENDENCIES): Likewise.
1165 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1166 (gctest_LDADD): Likewise.
1167 (all_objs): Likewise.
1169 1999-01-08 Tom Tromey <tromey@cygnus.com>
1171 * configure: Rebuilt.
1172 * configure.in: Define LINUX_THREADS if using POSIX threads on
1175 * gc_priv.h (GC_test_and_set): Put return type into definition.
1177 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1179 * Makefile.am: add support for eCos. In particular, add C++
1180 support for compiling the file ecos.cc.
1181 * ecos.cc: new file.
1182 * acinclude.m4: add C++ support.
1183 * aclocal.m4: likewise
1184 * config.h: add eCos support.
1185 * configure: likewise
1186 * configure.in: likewise
1187 * misc.c (GC_write): add eCos support.
1188 * os_dep.c (tiny_sbrk): add eCos support.
1190 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1192 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1193 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1195 1998-11-23 Tom Tromey <tromey@cygnus.com>
1197 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1199 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1201 * Makefile.am, Makefile.in, configure.host: tx39 build option
1204 1998-11-17 Tom Tromey <tromey@cygnus.com>
1206 * configure: Rebuilt.
1207 * configure.in: Switch on host, not target.
1209 1998-11-16 Tom Tromey <tromey@cygnus.com>
1211 * gc_priv.h (GC_debug_object_start): Declare.
1212 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1213 * gc.h (GC_debug_register_finalizer_no_order,
1214 GC_register_finalizer_no_order): Declare.
1215 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1216 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1217 (GC_debug_generic_malloc): Likewise.
1218 (GC_debug_object_start): new function.
1220 1998-11-11 Tom Tromey <tromey@cygnus.com>
1222 * configure: Rebuilt.
1223 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1225 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1227 * dyn_load.c: Handle QUICK_THREADS case.
1229 1998-10-21 Tom Tromey <tromey@cygnus.com>
1231 * configure: Rebuilt.
1232 * configure.in: Put cpp defines here, not in config.h. Recognize
1233 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1234 define PACKAGE or VERSION.
1235 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1238 * os_dep.c (GC_default_push_other_roots): Define when
1239 QUICK_THREADS defined.
1240 * misc.c: Added QUICK_THREADS case.
1241 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1242 * config.h (THREADS): Define if QUICK_THREADS defined.
1243 * Makefile.in: Rebuilt.
1244 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1246 * quick_threads.c: New file.
1248 1998-10-20 Tom Tromey <tromey@cygnus.com>
1250 * aclocal.m4, configure: Rebuilt.
1251 * acinclude.m4: Don't subst machine_dir or sys_dir.
1252 * configure.host: Removed unused code.
1254 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1256 * configure: Rebuilt.
1257 * configure.in: Fix typo in previous patch.
1259 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1261 * Makefile.in, aclocal.m4, configure: Rebuilt.
1262 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1263 * configure.host: Created.
1265 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1267 * Makefile.in: Rebuilt.
1268 * Makefile.am (lib_LIBRARIES): Use target_all.
1269 (EXTRA_LIBRARIES): New macro.
1270 * configure: Rebuilt.
1271 * configure.in: Recognize --enable-gc.
1273 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1275 * Makefile.in: Rebuilt.
1276 * Makefile.am (COMPILE): Define.
1278 (.s.o): Use MY_CFLAGS.
1279 * configure: Rebuilt.
1280 * configure.in (MY_CFLAGS): Define and subst.
1282 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1284 * configure: Rebuilt.
1285 * configure.in: Added --with-cross-host argument. Use
1286 $with_cross_host to determine when cross-compiling.
1288 * config.h (SMALL_CONFIG): Don't define.
1289 * configure: Rebuilt.
1290 * configure.in: Define SMALL_CONFIG when cross-compiling.
1292 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1294 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1295 allchblk.c: Merged with 4.13a2 while preserving local changes.
1297 * Makefile.orig: Updated from Makefile in 4.13a2.
1299 * configure: Rebuilt.
1300 * configure.in: Updated version number to 4.13a2. On Solaris,
1301 don't build with -O when using gcc.
1303 Merged in version 4.13alpha2:
1304 * config.h (USE_MMAP): Re-enable on Solaris.
1305 * solaris_pthreads.c: Removed RCS Id line.
1306 * alpha_mach_dep.s: Removed RCS Id line.
1308 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1310 * config.h (USE_MMAP): Don't define for Solaris.
1312 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1314 * Makefile.in: Rebuilt.
1315 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1317 * Makefile.in: Rebuilt.
1318 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1320 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1322 * Makefile.in: Rebuilt.
1323 * Makefile.am ($(all_objs)): Depend on config.h.
1325 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1326 DATASTART as &_etext.
1327 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1328 * configure: Rebuilt.
1329 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1332 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1334 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1335 (GC_maybe_gc): Likewise.
1336 * os_dep.c: If NO_SIGSET defined, then have empty
1337 GC_disable_signals and GC_enable_signals.
1338 * configure: Rebuilt.
1339 * configure.in: Added --with-target-subdir option. If
1340 cross-compiling, define NO_SIGSET and NO_CLOCK.
1342 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1344 * Makefile.in: Rebuilt.
1345 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1347 * aclocal.m4, configure: Rebuilt.
1348 * acinclude.m4: New file.
1349 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1351 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1353 * configure: Rebuilt.
1354 * configure.in: Link boehm-config.h to config.h.
1355 * Makefile.in: Rebuilt.
1356 * Makefile.am (INCLUDES): Removed.
1357 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1358 JAVA_FINALIZATION): Define
1360 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1362 * Many files: Use GC_bool, not bool.
1363 * gc_priv.h: Define GC_bool, not bool.
1365 * misc.c (GC_dont_gc): Define as int.
1366 (GC_quiet): Likewise.
1367 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1368 * alloc.c (GC_dont_expand): Define as int.
1369 * gc_priv.h: For gcc, define bool as char.
1371 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1373 * Makefile.in: Rebuilt.
1374 * Makefile.am (check_PROGRAMS): New macro.
1375 (gctest_SOURCES): Likewise.
1376 (gctest_LDADD): Likewise.
1378 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1380 * Makefile.in: Rebuilt.
1381 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1382 * configure: Rebuilt.
1383 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1385 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1387 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1389 * Makefile.orig: Renamed from Makefile.