1 2006-01-24 Bryce McKinlay <mckinlay@redhat.com>
3 Import Boehm GC version 6.6.
5 2006-01-24 David Ayers <d.ayers@inode.at>
8 * include/gc.h: Fix prototype declarations for bootstrap.
10 2005-11-01 Bryce McKinlay <mckinlay@redhat.com>
12 * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
14 2005-09-15 Kazu Hirata <kazu@codesourcery.com>
16 * include/private/gc_locks.h (GC_test_and_set): Change the
17 constraint of the first operand to '0'.
19 2005-09-06 Tom Tromey <tromey@redhat.com>
22 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
25 2005-07-17 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
27 * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
29 2005-06-15 Andreas Tobler <a.tobler@schweiz.ch>
31 * os_dep.c: Add FreeBSD/PowerPC bits.
32 (GC_SysVGetDataStart): Likewise.
33 * include/private/gcconfig.h: Likewise.
35 2005-05-25 Andrew Haley <aph@redhat.com>
37 * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
40 2005-05-09 Mike Stump <mrs@apple.com>
42 * configure: Regenerate.
44 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
46 * os_dep.c, include/private/gc_locks.h: Import CRIS port by
47 Simon Posnjak from gc6.4.
48 * include/private/gcconfig.h: Ditto. Add M32R note from gc6.4.
50 2005-04-17 David S. Miller <davem@davemloft.net>
52 * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
53 * os_dep.c (GC_linux_stack_base): Check for bug present in some
54 Sparc glibc variants where __libc_stack_end is erroneously set
55 to "1". Fallback to procfs code in that case.
57 2005-04-12 Mike Stump <mrs@apple.com>
59 * configure: Regenerate.
61 2005-04-12 Richard Henderson <rth@redhat.com>
63 * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
65 2005-03-23 Mike Stump <mrs@apple.com>
67 * darwin_stop_world.c: Update for -m64 multilib.
68 * include/private/gcconfig.h: Likewise.
69 * powerpc_darwin_mach_dep.s: Likewise.
71 2005-03-01 Kelley Cook <kcook@gcc.gnu.org>
73 * Makefile.in, include/Makefile.in: Regenerate.
75 2005-02-26 Richard Earnshaw <rearnsha@arm.com>
77 * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
78 ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
80 2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
83 * configure.host: Set gc_use_mmap on *-linux*.
84 * configure.ac: Define USE_MMAP if gc_use_mmap is set.
85 * include/private/gc_priv.h: Include gc_config.h.
86 * configure, include/gc_config.h.in: Rebuilt.
88 2005-02-07 Hans Boehm <Hans.Boehm@hp.com>
90 * allchblk.c (GC_allochblk_nth): Dont overlook available space if
91 GC disabled, correctly convert GC_finalizer_mem_freed to byte,
93 * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
95 * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
96 and indent appropriately.
97 * mark_rts.c (GC_approx_sp): Access stack.
98 * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
99 callee-saves registers when appropriate.
100 (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
102 2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
104 * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
105 and include/gc_ext_config.h.
106 * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
107 * include/gc.h: Undef PACKAGE_* before including gc_config.h.
109 2004-12-13 Kelley Cook <kcook@gcc.gnu.org>
111 * configure: Regenerate.
113 2004-11-29 Bryce McKinlay <mckinlay@redhat.com>
116 Revert patches of 2004-11-26 and 2004-11-27.
118 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
120 * configure: Regenerate for libtool change.
122 2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
124 * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
126 2004-11-26 Bryce McKinlay <mckinlay@redhat.com>
128 Fix "PACKAGE_NAME redefined" errors.
129 * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
130 and include/gc_config.h.
131 * configure: Regenerated.
132 * include/gc_config.h.in: No longer auto-generated. Define only the
133 macros needed by libjava.
134 * include/config.h.in: Generated by autoheader.
135 * include/gc.h: Include config.h, not gc_config.h.
137 2004-11-25 Kelley Cook <kcook@gcc.gnu.org>
139 * configure: Regenerate for libtool reversion.
141 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
143 * configure: Regenerate for libtool change.
145 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
147 * configure.ac (machdep): Use sparc_mach_dep.lo on
148 sparc64-sun-solaris2.* too.
149 (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
150 * configure: Regenerate.
152 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
155 * configure.ac (threading): Accept 'posix95'.
156 * configure: Regenerate.
158 2004-11-04 Kelley Cook <kcook@gcc.gnu.org>
160 * Makefile.am: Define ACLOCAL_AMFLAGS.
161 * configure.ac: Remove redundant sinclude.
162 * acinclude.m4: Delete file.
163 * aclocal.m4: Regenerate.
164 * Makefile.in, include/Makefile.in: Regenerate.
165 * configure: Regenerate.
167 2004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
169 * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
172 2004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
174 * include/private/gcconfig.h: Add m32r-linux target.
176 2004-09-27 Kelley Cook <kcook@gcc.gnu.org>
178 * configure.ac: Update all AC_DEFINEs to newer style.
179 * configure: Regenerate.
180 * include/gc_config.h.in: Regenerate.
182 2004-08-27 Hans Boehm <Hans.Boehm@hp.com>
184 * backgraph.c, gc_priv.h (GC_traverse_back_graph,
185 GC_print_back_graph_stats): split GC_traverse_back_graph.
186 * backgraph.c: Dynamically grow in_progress_space.
187 * finalize.c (GC_notify_or_invoke_finalizers): also call
188 GC_print_back_graph_stats.
189 * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
190 GC_print_back_height): Move delarations to header file.
191 * configure.ac: rename --enable-full-debug to --enable-gc-debug.
192 * configure: Regenerate.
194 2004-08-23 Hans Boehm <Hans.Boehm@hp.com>
196 * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
197 * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
199 2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
201 * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
202 Reported by Danny Smith.
204 2004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
206 * misc.c (GC_init): Replace lhs cast with rhs cast.
208 2004-08-16 Bryce McKinlay <mckinlay@redhat.com>
210 * specific.c: Check GC_LINUX_THREADS before including
211 private/specific.h. From Richard Earnshaw.
213 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
215 * aclocal.m4: Remove obsolete construct for old automake.
216 * acinclude.m4: Regenerate with aclocal 1.9.1.
217 * configure.ac: Remove duplicate AC_WITH calls. Replace
218 AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
219 Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
220 Remove now-redundant subst of target_noncanonical. Remove
221 now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with
222 AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
223 Use slightly more modern form of AC_INIT.
224 * configure: Rebuild with autoconf 2.59.
225 * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
227 2004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
229 * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
230 since they're not known at this time.
231 * solaris_pthreads.c: Likewise.
233 2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
236 * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
238 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
240 * configure.ac (gc_cflags): Add -Iinclude.
241 (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
242 Don't write DEFS to boehm-cflags file.
243 * configure: Rebuilt.
244 * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
245 * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
246 * include/gc_config_macros.h: Remove backward-compatibility
247 redefinitions of GC_ names.
248 * include/gc.h: Include <gc_config.h>.
250 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
252 Import Boehm GC version 6.3.
254 2004-08-12 Kelley Cook <kcook@gcc.gnu.org>
256 * include/Makefile.in: Regenerate
258 2004-07-06 Andrew Pinski <apinski@apple.com>
260 * os-dep.c (GC_task_self): Declare as static
261 and remove the second declaration.
263 2004-06-20 Andreas Tobler <a.tobler@schweiz.ch>
265 * Makefile.am: Add rule for .S files to fix bootstrap on
267 * Makefile.in: Regenerate.
269 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
271 * boehm-gc/configure.ac: New name of configure.in.
272 Remove useless multilib stuff. Change uses of
273 INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
274 * boehm-gc/configure.in: New name of configure.in.
275 * boehm-gc/Makefile.am: Update for automake 1.8.5.
276 * boehm-gc/acinclude.m4: Include ../config/acx.m4.
277 * boehm-gc/aclocal.m4: Regenerate.
278 * boehm-gc/configure: Regenerate.
279 * boehm-gc/Makefile.in: Regenerate.
281 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
283 * .cvsignore: New file.
285 2004-04-25 Andreas Jaeger <aj@suse.de>
287 * mark.c (GC_mark_from): Use pointer as prefetch argument.
289 2004-04-06 H.J. Lu <hongjiu.lu@intel.com>
291 * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
293 (PREFETCH_FOR_WRITE): Likewise.
295 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
297 * configure.ac: Bump AC_PREREQ to 2.59.
298 * configure: Regenerate.
299 * config.in: Regenerate.
301 2004-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
303 * ltconfig, ltmain.sh: Remove unused files.
304 * configure.in: Remove bogus extra early invocation of
306 * configure: Regenerate.
307 * mkinstalldirs, install-sh, config.sub, config.guess:
308 Remove (now) unused files.
309 * Makefile.in: Regenerate (losing references to vanished
312 * configure.in: Add CCAS, CCASFLAGS for future automakes.
313 * configure, Makefile.in, include/Makefile.in: Regenerate.
315 * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
316 * Makefile.in: Regenerate.
318 * configure.in: Remove bogus duplicate invocation of
319 AM_MAINTAINER_MODE. Remove obsolete comment.
320 * configure: Regenerate.
322 * acinclude.m4: Remove GC_CONFIGURE macro; move contents
324 * aclocal.m4: Regenerate.
325 * configure.in: Receive contents of GC_CONFIGURE macro.
326 * configure: Regenerate.
328 * configure.in: Remove more obsolete, bogus code.
329 * configure: Regenerate.
331 * acinclude.m4: Remove obsolete and bogus constructs.
332 * aclocal.m4: Regenerate.
333 * configure: Regnerate.
335 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
337 * acinclude.m4: De-precious CC and CXX so that the right flags
338 are passed down to multilibs.
339 * aclocal.m4: Regenerate.
340 * configure: Regenerate.
342 2004-02-22 Zack Weinberg <zack@codesourcery.com>
343 Nathanael Nerode <neroden@twcny.rr.com>
344 Alexandre Oliva <aoliva@redhat.com>
346 * config.sub, config.guess: Replace with forwarding scripts
347 which invoke the master copies in the top level.
349 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
351 * acinclude.m4: Remove old no-executables workaround;
352 add new no-executables workaround.
353 * aclocal.m4: Regenerate.
354 * configure.in: Change prereqs to autoconf 2.57.
355 * configure: Regenerate with autoconf 2.57.
357 * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
358 * configure: Regenerate.
359 * Makefile.am: Use target_noncanonical variable from configure.
360 * Makefile.in: Regenerate.
361 * include/Makefile.in: Regenerate.
363 2004-02-20 Andrew Cagney <cagney@redhat.com>
365 * config.guess: Update from version 2002-01-10 to 2004-02-16.
366 * config.sub: Update from version 2002-01-02 to 2004-02-16.
368 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
370 * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
371 * aclocal.m4: Rebuild.
372 * configure: Regenerate.
374 * acinclude.m4: Move certain code to configure.in.
375 * configure.in: Receive code from acinclude.m4.
376 * aclocal.m4: Rebuild.
377 * configure: Regenerate.
379 * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
381 2004-01-20 Andrew Haley <aph@redhat.com>
383 * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
385 * configure.in: Comment change.
387 2004-01-16 Andrew Haley <aph@redhat.com>
389 * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
390 add for ia64; remove for MIPS.
391 * configure: Regnerated.
393 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
395 * configure.in: Add in AC_PREREQ(2.13)
397 2004-01-07 Dave Jones <davej@redhat.com>
399 * malloc.c (GC_generic_malloc): Correct initialization typo.
400 * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
402 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
404 * include/private/gcconfig.h: Re-install change of 2003-04-16.
406 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
408 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
411 2003-10-18 Alan Modra <amodra@bigpond.net.au>
413 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
416 2003-10-03 Jeff Sturm <jsturm@one-point.com>
418 * configure: Rebuild.
420 2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
422 * configure.in: Remove NO_GETENV definition for win32.
423 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
424 * misc.c (GC_init_inner): Call GC_thr_init for win32.
425 (GC_set_warn_proc): Add assertion.
426 * win32_threads.c: Import 6.3alpha2 version.
427 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
429 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
431 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
432 2.3/SPARC, there are no micro versions.
433 Treat Solaris 10 and up alike.
434 * configure: Regenerate.
436 2003-09-22 Anthony Green <green@redhat.com>
438 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
441 2003-09-20 <green@redhat.com>
443 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
444 check for __arm__ or __thumb__.
446 2003-09-09 Alan Modra <amodra@bigpond.net.au>
448 * configure: Regenerate.
450 2003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
451 Roger Sayle <roger@eyesopen.com>
453 * configure.in: Set INCLUDES to absolute path.
454 Save $INCLUDES in boehm-cflags, too.
455 Set INCLUDES so it's available to config.status.
456 * configure: Regenerate.
458 2003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
460 * include/gc.h (GC_CreateThread): Declare with WINAPI
462 * win32_threads.c (GC_CreateThread): Make definitions consistent
463 with declaration. Cast &thread_table[i].handle to PHANDLE
464 in call to DuplicateHandle
465 (thread_start): Declare as static.
467 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
469 * dyn_load.c: Define __private_extern__ to match Apple's system
472 2003-07-28 Loren J. Rittle <ljrittle@acm.org>
474 * os_dep.c: Remove redundancy introduced in last merge.
476 2003-07-28 Jeff Sturm <jsturm@one-point.com>
479 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
480 * ChangeLog: Likewise.
481 * Makefile.am: Likewise.
482 * Makefile.direct: Likewise.
483 * Makefile.dj: Likewise.
484 * allchblk.c: Likewise.
486 * backgraph.c: Likewise.
487 * configure.host: Likewise.
488 * configure.in: Likewise.
489 * dbg_mlc.c: Likewise.
490 * dyn_load.c: Likewise.
491 * finalize.c: Likewise.
492 * gc_cpp.cc: Likewise.
493 * gc_dlopen.c: Likewise.
494 * gcj_mlc.c: Likewise.
495 * if_mach.c: Likewise.
496 * mach_dep.c: Likewise.
497 * malloc.c: Likewise.
498 * mallocx.c: Likewise.
500 * mark_rts.c: Likewise.
502 * os_dep.c: Likewise.
503 * ptr_chck.c: Likewise.
504 * reclaim.c: Likewise.
505 * solaris_pthreads.c: Likewise.
506 * solaris_threads.c: Likewise.
507 * sparc_mach_dep.S: Likewise.
508 * threadlibs.c: Likewise.
509 * typd_mlc.c: Likewise.
510 * version.h: Likewise.
511 * win32_threads.c: Likewise.
512 * Mac_files/MacOS_Test_config.h: Likewise.
513 * Mac_files/MacOS_config.h: Likewise.
514 * cord/cordbscs.c: Likewise.
515 * cord/cordprnt.c: Likewise.
516 * cord/de_win.c: Likewise.
517 * doc/README: Likewise.
518 * doc/README.MacOSX: Likewise.
519 * doc/README.changes: Likewise.
520 * doc/README.environment: Likewise.
521 * doc/README.ews4800: Likewise.
522 * doc/README.linux: Likewise.
523 * doc/README.macros: Likewise.
524 * doc/README.win32: Likewise.
525 * doc/debugging.html: Likewise.
526 * doc/gcdescr.html: Likewise.
527 * doc/tree.html: Likewise.
528 * include/Makefile.in: Likewise.
529 * include/gc.h: Likewise.
530 * include/gc_cpp.h: Likewise.
531 * include/gc_local_alloc.h: Likewise.
532 * include/gc_mark.h: Likewise.
533 * include/gc_pthread_redirects.h: Likewise.
534 * include/gc_typed.h: Likewise.
535 * include/new_gc_alloc.h: Likewise.
536 * include/private/dbg_mlc.h: Likewise.
537 * include/private/gc_hdrs.h: Likewise.
538 * include/private/gc_locks.h: Likewise.
539 * include/private/gc_pmark.h: Likewise.
540 * include/private/gc_priv.h: Likewise.
541 * include/private/gcconfig.h: Likewise.
542 * include/private/solaris_threads.h: Likewise.
543 * include/private/specific.h: Likewise.
544 * tests/test.c: Likewise.
545 * tests/test_cpp.cc: Likewise.
547 * configure: Rebuild.
548 * Makefile.in: Rebuild.
550 * mips_sgi_mach_dep.s: Add.
552 * alpha_mach_dep.s: Remove.
553 * irix_threads.c: Remove.
554 * linux_threads.c: Remove.
555 * mips_sgi_mach_dep.S: Remove.
557 * powerpc_macosx_mach_dep.s: Remove.
558 * doc/Makefile.am: Remove.
559 * doc/Makefile.in: Remove.
561 2003-07-25 Roger Sayle <roger@eyesopen.com>
563 * configure.host: Only use +ESdbgasm when using the HPUX native
564 compiler on PA-Risc. It isn't recognized by GCC and is silently
565 ignored by HP's compilers on ia64.
567 2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
569 * configure.in: define GC_DLL under mingw if --enable-shared
571 * win32_threads.c: add #ifdef GC_DLL around DllMain
573 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
575 * include/private/gcconfig.h: Add support for arm-netbsdelf.
577 2003-04-09 Tom Tromey <tromey@redhat.com>
579 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
581 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
583 2003-03-22 Richard Henderson <rth@redhat.com>
585 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
586 (GC_test_and_set): Use __sync_lock_test_and_set.
587 (GC_clear): Use volatile assignment.
588 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
589 (GC_memory_write_barrier): Use __sync_synchronize.
591 2003-03-12 Andreas Schwab <schwab@suse.de>
593 * configure.in: Avoid trailing /. in toolexeclibdir.
594 * configure: Rebuilt.
596 2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
597 * include/private/gcconfig.h (GC_data_start): declare when needed.
598 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
600 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
601 GC_register_dynlib_callback): Register main data for static
602 executable if dl_iterate_phdr() didn't.
603 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
604 if we don't expect to register main static data.
606 2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
607 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
608 (GC_push_roots): explicitly mark free list headers, register
609 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
610 * alloc.c (GC_stopped_mark): Conditionally call
611 GC_cond_register_dynamic_libraries().
612 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
613 * dyn_load.c (GC_register_main_static_data): define.
614 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
615 no longer skip main data.
616 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
617 (GC_init_inner): Make main data registration conditional.
618 * include/private/gc_priv.h (GC_register_main_static_data): declare.
619 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
622 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
624 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
626 * configure: Rebuilt.
628 2003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
630 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
632 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
634 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
635 Remove USE_LIBDIR conditional.
636 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
637 * Makefile.in, configure: Rebuilt.
639 2002-12-31 Tom Tromey <tromey@redhat.com>
642 * include/Makefile.in: Rebuilt.
643 * include/Makefile.am (noinst_HEADERS): Renamed from
646 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
648 * ltconfig (osf[345]): Append $major to soname_spec.
649 Reflect this in library_names_spec.
650 * ltmain.sh (osf): Prefix $major with . for use as extension.
652 2002-10-02 Andreas Jaeger <aj@suse.de>
654 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
656 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
658 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
659 check for __arm__ or __thumb__.
661 2002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
663 * include/private/gcconfig: Add machine type S390. Add s390x support.
664 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
665 (GC_compare_and_exchange): Likewise.
667 2002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
669 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
671 2002-08-23 Adam Megacz <adam@xwt.org>
673 * win32_threads.cc: Removed extraneous ABORT()
675 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
677 * Makefile.am (all-multi): Fix multilib parallel build.
679 2002-07-18 Bo Thorsen <bo@suse.de>
681 * include/private/gcconfig.h: Add x86-64 definitions.
682 * os_dep.c: Add x86-64 support.
683 * configure.in: Likewise.
684 * configure: Regenerate.
686 2002-07-18 H.J. Lu <hjl@gnu.org>
688 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
690 2002-07-18 H.J. Lu (hjl@gnu.org)
692 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
695 2002-06-28 Hans Boehm <Hans_Boehm@hp.com>
698 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
700 2002-06-09 H.J. Lu (hjl@gnu.org)
702 * include/private/gc_locks.h (GC_test_and_set): Support
704 (GC_TEST_AND_SET_DEFINED): Likewise.
706 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
709 (LINUX_STACKBOTTOM): Likewise.
710 (STACKBOTTOM): Removed for Linux/mips.
712 Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
714 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
715 (GC_pthread_create): Fix typo.
716 (GC_TRY_LOCK): Likewise.
717 * include/private/gc_locks.h (GC_test_and_set): Only take one
719 (LOCK): Adjust appropriately.
720 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
721 _SIGRTMIN is unavailable.
723 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
725 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
726 * aclocal.m4: Regenerate.
727 * configure: Regenerate.
729 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
731 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
732 script entry, and set LD to it when configuring multilibs.
733 * configure: Rebuilt.
735 2002-04-22 Jeff Sturm <jsturm@one-point.com>
737 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
738 (noinst_LTLIBRARIES): Add libgcjgc.la.
740 * Makefile.in: Rebuild.
742 2002-04-22 David S. Miller <davem@redhat.com>
744 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
745 64-bit SPARC Linux, the __libc_stack_end technique does
746 not work in this case.
748 2002-04-22 Jeff Sturm <jsturm@one-point.com>
750 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
752 2002-04-17 Hans Boehm <Hans_Boehm@hp.com>
754 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
757 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
759 * include/private/gcconfig.h (DATAEND): Update comment example
762 2002-04-08 Loren J. Rittle <ljrittle@acm.org>
764 * include/private/gcconfig.h (DATAEND): Clarify comment.
766 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
768 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
769 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
771 * allchblk.c (GC_allchblk_nth): Change text and support reduced
772 frequency for blacklist warning message.
773 * misc.c (GC_large_alloc_warn_interval,
774 GC_large_alloc_warn_suppressed): define.
775 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
776 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
777 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
778 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
780 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
782 2002-04-04 Loren J. Rittle <ljrittle@acm.org>
784 * include/private/gcconfig.h: Add support for an unmapped
785 memory hole between the end of the initialized data segment
786 and the start of the BSS on FreeBSD/i386.
788 2002-03-30 Krister Walfridsson <cato@df.lth.se>
790 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
793 2002-03-29 Hans Boehm <Hans_Boehm@hp.com>
795 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
796 (GC_local_gcj_malloc): Add assertion.
797 (start_mark_threads): Fix abort message.
798 * mark.c (GC_mark_from): Generalize assertion.
799 * reclaim.c (GC_clear_fl_links): New function.
800 (GC_start_reclaim): Must clear some freelist links.
801 * include/private/specific.h, specific.c: Add assertions.
802 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
803 Rearrange tse fields.
805 2002-03-27 Richard Henderson <rth@redhat.com>
807 * os_dep.c (GC_init_linux_data_start): Fix references to
808 __data_start and _end.
810 2002-03-25 Loren J. Rittle <ljrittle@acm.org>
812 * include/private/gcconfig.h: Change all likely references
813 to linker script synthesized symbols to use this idiom:
814 extern int etext[]; etext
816 2002-03-25 Jeff Sturm <jsturm@one-point.com>
818 * linux_threads.c (GC_get_nprocs): Close file descriptor.
820 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
822 * include/private/gcconfig.h: Add unified test for FreeBSD.
823 Support FreeBSD/alpha.
824 * os_dep.c: Do not include <machine/trap.h> unless available.
825 (GC_freebsd_stack_base): Fix types.
827 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
829 * Makefile.am: Make a convenience library.
830 * Makefile.in: Rebuilt.
832 2002-03-15 Anthony Green <green@redhat.com>
834 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
835 * configure.in: Disable use of getenv for win32 targets (some of
836 which have broken implementations).
837 * configure: Rebuilt.
839 2002-03-12 Adam Megacz <adam@xwt.org>
841 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
842 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
843 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
844 statically initialized it to TRUE if compiling with GCC.
845 * win32_threads.c (thread_start): We no longer use SEH if
847 * mark.c (GC_mark_some): We no longer use SEH if
850 2002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
852 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
853 support is enabled, for hash synchronization.
855 2002-02-24 Adam Megacz <adam@xwt.org>
857 * Makefile.am: Added win32_threads.c to sources list.
858 * win32_threads.c: Added two */'s which I had neglected.
860 2002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
862 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
863 * Makefile.in: Rebuilt.
865 2002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
867 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
869 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
871 * mips_sgi_mach_dep.S: Likewise.
872 * Makefile.am: Update for above changes.
873 * Makefile.in: Rebuilt.
875 2002-02-12 Richard Henderson <rth@redhat.com>
877 * configure.in: Re-apply 2001-06-26 configure change.
878 * configure: Rebuild.
880 2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
882 Imported GC 6.1 Alpha 3.
884 * sparc_mach_dep.S: Delete incorrectly named file.
886 2001-02-11 Adam Megacz <adam@xwt.org
888 * configure.in: support for win32, saner
889 cross-compile options
891 2001-02-08 Anthony Green <green@redhat.com>
893 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
894 board embedded targets.
895 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
896 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
897 redundant uses of ECOS.
898 * misc.c: Use NOSYS where ECOS is being used.
899 Don't define GC_write twice for ECOS systems.
900 (GC_write): New function for NOSYS targets.
902 2002-02-06 Adam Megacz <adam@xwt.org>
904 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
905 now exposed on all Win32 platforms.
906 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
907 compiles on Win32; it invokes CreateThread() if GC is built
908 as a DLL; otherwise it registers the thread.
909 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
910 libgcjgc was not built as a DLL.
912 2002-02-01 Adam Megacz <adam@xwt.org>
914 * boehm-gc on win32 now automatically detects if it is being built
915 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
917 2002-01-25 David Edelsohn <edelsohn@gnu.org>
919 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
920 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
921 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
922 DATASTART and DATAEND roots.
923 * rs6000_mach_dep.s: Add function descriptor and traceback table.
925 2001-12-16 Jeff Sturm <jsturm@one-point.com>
927 * dyn_load.c: Define ElfW (if needed) for all targets,
929 (GC_FirstDLOpenedLinkMap): Use it.
930 (GC_register_dynamic_libraries_dl): Use it.
931 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
934 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
937 * configure.in: Add AC_SUBST(target_alias).
938 * configure: Regenerated.
940 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
942 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
943 case for GC_FREEBSD_THREADS.
944 * configure.in (*-*-freebsd*): Clarify warning.
945 * configure: Rebuilt.
947 2001-10-23 Loren J. Rittle <ljrittle@acm.org>
948 Andreas Tobler <toa@pop.agri.ch>
950 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
952 2001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
954 * linux_threads.c (GC_init_parallel): Do not declare as a static
956 * include/gc.h (GC_init): Declare here. Add description.
957 * include/private/gc_priv.h (GC_init): Remove declaration.
959 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
961 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
962 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
963 GC_FREEBSD_THREADS, handle strange interaction between system
964 pthread implementation and boehm-gc signal-handler architecture.
965 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
967 * include/private/gcconfig.h (configuration keyed off FREEBSD):
968 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
969 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
971 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
973 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
974 * Makefile.in: Rebuilt.
976 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
978 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
979 merged local changes.
981 2001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
983 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
984 Solaris 2/Intel definition.
986 * configure.in (i?86-*-solaris2.[89]*): Define
987 SOLARIS25_PROC_VDB_BUG_FIXED.
988 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
989 * configure: Regenerate.
991 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
992 (DATAEND): Define using _end.
994 2001-09-11 Per Bothner <per@bothner.com>
996 * include/Makefile.am: New file. It defines include_HEADERS.
997 * Makefile.am (SUBDIRS): New macro, set to include.
998 * configure.in (AC_OUTPUT): Add include/Makefile.
1000 2001-08-20 Tom Tromey <tromey@redhat.com>
1002 * configure: Rebuilt.
1003 * configure.in: Always ask gcc for threads package.
1005 2001-08-17 Tom Tromey <tromey@redhat.com>
1007 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1008 merged local changes.
1010 2001-08-02 David Billinghurst <David.Billinghurst>
1012 * configure: Rebuilt.
1013 * configure.in: POSIX threads on cygwin does not link with
1016 2001-07-03 Tom Tromey <tromey@redhat.com>
1018 Fix for PR bootstrap/3281:
1019 * aclocal.m4, configure, Makefile.in: Rebuilt.
1020 * acinclude.m4: Set mkinstalldirs for in-tree build.
1022 2001-06-26 Richard Henderson <rth@redhat.com>
1024 * alpha_mach_dep.s: Mark call-saved FP registers.
1025 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1026 * configure.in (alpha*): Re-enable alpha_mach_dep.s
1027 * configure: Rebuild.
1029 2001-06-12 Tom Tromey <tromey@redhat.com>
1031 * aclocal.m4, configure: Rebuilt.
1032 * acinclude.m4: Find configure.host in srcdir.
1034 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
1036 * configure.in (AC_EXEEXT): Work around in case it expands to
1037 nothing, as in autoconf 2.50.
1038 * acinclude.m4: Likewise.
1039 * aclocal.m4, configure: Rebuilt.
1041 2001-06-07 Tom Tromey <tromey@redhat.com>
1043 For PR bootstrap/3075:
1044 * configure, aclocal.m4, Makefile.in: Rebuilt.
1045 * configure.in: Don't call AC_CONFIG_AUX_DIR or
1046 AC_CANONICAL_SYSTEM.
1047 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1048 AC_CANONICAL_SYSTEM here.
1049 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1052 2001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1054 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1055 (libgcjgc_la_SOURCES): Remove typo.
1056 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1057 * Makefile.in: Rebuilt.
1059 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1061 Imported version version 6.0alpha7.
1063 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1064 README.amiga, README.debugging, README.dj, README.hp, README.linux,
1065 README.rs6000, README.sgi, README.solaris2, README.uts,
1066 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1067 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1068 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1069 hpux_irix_threads.c, makefile.depend, nursery.c,
1070 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1071 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1072 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1073 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1076 2001-05-19 Hans Boehm <hans_boehm@hp.com>
1078 * configure.host: Build with -fexceptions.
1079 * linux_threads.c: Remember which thread stopped world for
1081 2001-05-04 Loren J. Rittle <ljrittle@acm.org>
1082 with final tuning by Bryce McKinlay
1084 * configure.in: Add support for --enable-threads=posix on FreeBSD.
1085 * configure: Rebuilt.
1087 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
1089 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1090 (GC_noop1): Change declaration to take one argument.
1092 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
1094 * configure.in: Obtain THREADS with `gcc -v'.
1095 * configure: Rebuilt.
1097 2001-04-05 Hans Boehm <hans_boehm@hp.com>
1099 * misc.c: Back out buggy changes to stack clearing code.
1100 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1101 spent clearing memory.
1103 2001-04-04 Hans Boehm <hans_boehm@hp.com>
1106 - Accomodate finalization requests for static objects.
1107 (Will be required by hash synchronization. May be needed
1108 in some configurations now.)
1111 - Define MIN_WORDS. All allocation requests are rounded
1112 up to at least this size. Removes a subtle assumption that
1113 Java objects have a 2 word header.
1116 - Adjust Linux/IA64 configuration for non-ancient kernels.
1117 (Necessary fix for IA64.)
1120 - Fix syntax error in currently unused code. Will be needed
1128 - Change stack cleaning code to typically clear about one tenth
1129 the memory it used to in the threads configuration. Occasionally
1130 still clear more. (This is really a fix for a long-standing
1131 and fairly significant performance bug with threads.)
1134 - Fix the code for finding the beginning of the data segment under
1135 Linux. I believe this is necessary for some IA64 Linux
1136 distributions. It will also helo other platforms, though those
1137 may additionally require a gcconfig.h adjustment. (This basically
1138 works around the absence of a data_start or __data_start
1139 definition in glibc.)
1142 - Handle rounding due to MIN_WORDS.
1144 2001-03-22 Tom Tromey <tromey@redhat.com>
1146 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1148 2001-03-19 Tom Tromey <tromey@redhat.com>
1150 * Makefile.in: Rebuilt.
1151 * Makefile.am (gctest_LDFLAGS): new macro.
1153 2001-03-16 Tom Tromey <tromey@redhat.com>
1155 * Makefile.in: Rebuilt.
1156 * Makefile.am (TESTS_ENVIRONMENT): New macro.
1158 2001-01-23 Rod Stewart <stewart@lab43.org>
1160 * gcconfig.h: Check for `__arm__', not `arm'.
1162 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
1164 * configure.in: Rename THREADLIB to THREADLIBS.
1165 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1166 ensures that we link the correct version of the linuxthreads semaphore
1168 * Makefile.in: Rebuilt.
1169 * configure: Rebuilt.
1171 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1172 list of signals which are not blocked during suspend in the NO_SIGNALS
1175 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
1177 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1179 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
1181 * Makefile.dist: Renamed from Makefile.orig.
1183 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
1185 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1186 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1188 * Makefile.in: Rebuilt.
1189 * configure: Likewise.
1191 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
1193 * gcconfig.h: Add new case for powerpc EABI.
1194 [PPC]: Handle embedded OS for powerpc simulator.
1196 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
1198 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1199 cross-compile configuration only.
1200 * Makefile.am: Build gcj_mlc.c.
1201 * configure, Makefile.in: Rebuilt.
1203 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
1205 * acinclude.m4: Include libtool macros from the top level.
1206 * aclocal.m4, configure: Rebuilt.
1208 2000-09-04 Anthony Green <green@redhat.com>
1210 Fix for PR libgcj/230:
1211 * mark.c (GC_mark_from_mark_stack): Remove call to
1212 GC_debug_object_start.
1213 * gc_priv.h (GC_debug_object_start): Remove prototype.
1215 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1217 * gcconfig.h [OSF1] (_end): Declare as `int'.
1219 2000-08-02 Tom Tromey <tromey@cygnus.com>
1221 * gc_priv.h (GC_generic_malloc_inner): Prototype.
1222 (GC_generic_malloc): Likewise.
1223 (GC_add_to_black_list_normal): Likewise.
1224 (GC_find_header): Likewise.
1225 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1226 * gc_mark.h (GC_find_start): Prototype.
1227 (GC_signal_mark_stack_overflow): Likewise.
1229 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
1231 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1232 * configure: Rebuilt.
1234 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1236 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
1238 Imported version 5.1.
1239 * acinclude.m4: Push version to 5.1.
1241 2000-06-19 Andrew Haley <aph@cygnus.com>
1243 * os_dep.c (read): Pass two dummy args to syscall().
1245 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
1247 Imported 5.0 release version.
1248 * acinclude.m4: Increment version to 5.0.
1250 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
1252 Imported version 5.0alpha7.
1253 * acinclude.m4: Update version to 5.0a7.
1255 2000-04-26 Jakub Jelinek <jakub@redhat.com>
1257 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1258 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1259 - sparc glibc does not provide it.
1260 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1261 Make STACKBOTTOM depend on the wordsize.
1262 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1263 (struct frame): Declare on sparc*-linux*.
1264 (GC_save_callers): Bias the frame pointers if needed (sparc64).
1265 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1266 Implement on sparc64.
1267 (GC_clear_stack_inner): Implement on sparc64.
1268 * gc_priv.h (GC_test_and_set): Implement for sparc.
1269 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1270 GC_save_regs_in_stack on sparc.
1272 2000-04-23 Tom Tromey <tromey@cygnus.com>
1274 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1276 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
1278 Imported version version 5.0alpha6.
1279 * acinclude.m4: Bump version to 5.0a6.
1280 * configure.in: Don't use alpha_mach_dep.s.
1281 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1283 * Makefile.am, Makefile.in: irix_threads.c is now
1284 hpux_irix_threads.c.
1285 * Makefile.orig: Updated from gc distribution Makefile.
1287 2000-03-26 Anthony Green <green@redhat.com>
1289 * misc.c (GC_enable): Always define GC_enable and GC_disable.
1291 2000-02-14 Tom Tromey <tromey@cygnus.com>
1293 * gc.h (dlopen): Define as GC_dlopen on Linux.
1294 (GC_dlopen): Declare on Linux.
1295 * dyn_load.c (GC_dlopen): Define for Linux.
1297 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
1299 * gcconfig.h (DATASTART): Add missing extern declaration
1300 for data_start on powerpc.
1302 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
1304 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1307 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
1309 * gcconfig.h: Define DATASTART for Alpha Linux.
1311 1999-12-19 Anthony Green <green@cygnus.com>
1313 * gcconfig.h: Use libgcj hack for Alpha Linux.
1314 Undefine MPROTEXT_VDB (from Jeff Sturm).
1315 * os_dep.c: Remove Alpha Linux hacks.
1318 1999-12-13 Tom Tromey <tromey@cygnus.com>
1320 * aclocal.m4, configure: Rebuilt.
1321 * acinclude.m4: Changed version to 5.0a4.
1322 * Makefile.in: Rebuilt.
1323 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1325 1999-12-12 Anthony Green <green@cygnus.com>
1327 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1329 (DYNAMIC_LOADING): Define for PowerPC Linux.
1330 * os_dep.c: Remove some special cases for PowerPC Linux.
1331 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1334 1999-11-04 Tom Tromey <tromey@cygnus.com>
1336 * Makefile.in: Rebuilt.
1337 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1339 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1340 (GC_thr_init): Don't declare.
1342 * configure: Rebuilt.
1343 * configure.in: Removed qt threads case.
1344 * dyn_load.c: Don't mention QUICK_THREADS.
1345 * os_dep.c: Don't mention QUICK_THREADS.
1346 * misc.c: Don't mention QUICK_THREADS.
1347 * gcconfig.h: Don't mention QUICK_THREADS.
1348 * gc_priv.h: Removed QUICK_THREADS code.
1349 * quick_threads.c: Removed.
1351 1999-11-03 Tom Tromey <tromey@cygnus.com>
1353 * gcconfig.h: Merged in local changes from old config.h.
1355 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
1357 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1359 1999-11-02 Tom Tromey <tromey@cygnus.com>
1361 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1363 * configure: Rebuilt.
1364 * configure.in: Don't create boehm-config.h.
1365 * Makefile.in: Rebuilt.
1366 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1368 ($(all_objs)): Depend on gcconfig.h.
1369 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1370 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1371 * config.h: Removed.
1373 1999-11-01 Tom Tromey <tromey@cygnus.com>
1375 * Makefile.in: Rebuilt.
1376 * Makefile.am (gctest_LDADD): Added THREADLIB.
1378 * configure: Rebuilt.
1379 * configure.in (INCLUDES): New subst.
1381 1999-09-29 Steve Chamberlain <sac@pobox.com>
1383 * config.h: Added picoJava target.
1384 * mach_dep.h (GC_push_regs): New code for picoJava.
1386 1999-09-28 Tom Tromey <tromey@cygnus.com>
1388 * aclocal.m4, configure: Rebuilt.
1389 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1390 appropriate AC_PROG_ symbol.
1392 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1394 * gc_priv.h: IRIX thread changes from
1395 include/private/gc_priv.h.
1397 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1399 * Makefile.in: Rebuilt.
1400 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1403 * configure: Rebuilt.
1404 * configure.in: Properly align --help output, fix capitalization
1406 * acinclude.m4: Likewise.
1408 1999-08-04 Tom Tromey <tromey@cygnus.com>
1410 * configure.in: Added missing `;;'. From Anthony Green.
1412 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1414 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1416 1999-08-03 Tom Tromey <tromey@cygnus.com>
1418 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1419 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1421 1999-08-02 Tom Tromey <tromey@cygnus.com>
1423 * aclocal.m4, configure: Rebuilt for new libtool.
1425 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1427 * mips_sgi_mach_dep.s: Enable PIC option.
1429 1999-07-19 Tom Tromey <tromey@cygnus.com>
1431 * config.h (MPROTECT_VDB): Don't define on Linux.
1433 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1435 * Makefile.am (.s.lo): Avoid `#line' directives.
1436 * Makefile.in: Rebuilt.
1438 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1440 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1441 generate *-recursive for this Makefile, use *-am instead.
1442 * Makefile.in: Rebuilt.
1444 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1446 * Makefile.am (.s.lo): Renamed from `.s.o'.
1447 * Makefile.in: Rebuilt.
1449 1999-06-21 Tom Tromey <tromey@cygnus.com>
1451 Alpha patch from Jeff Sturm:
1452 * os_dep.c (GC_init_linuxalpha): New function.
1453 * misc.c: Initialize for alpha linux.
1454 * gc_priv.h (GC_test_and_set): Define for alpha.
1455 * config.h: Don't assume __data_start on alpha.
1457 * Makefile.in: Rebuilt.
1458 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1461 * Makefile.in: Rebuilt.
1462 * Makefile.am (toolexeclibdir): Define as libdir when
1464 * configure: Rebuilt.
1465 * configure.in (USE_LIBDIR): New conditional.
1467 * configure: Rebuilt.
1468 * configure.in: Recognize all forms of alpha.
1470 1999-06-17 Anthony Green <green@cygnus.com>
1472 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1473 Carlo Dapor <carlo@vis.ethz.ch>).
1475 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1477 * configure.in: Switch from irix threads to posix threads
1478 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1479 for mips architecture.
1480 * configure: Regenerate.
1482 1999-04-30 Tom Tromey <tromey@cygnus.com>
1484 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1486 1999-04-26 Tom Tromey <tromey@cygnus.com>
1488 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1491 1999-04-23 Tom Tromey <tromey@cygnus.com>
1493 * Makefile.in, configure: Rebuilt.
1494 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1495 (libgcjgc_la_SOURCES): Renamed.
1496 (libgcjgc_la_LIBADD): Likewise.
1497 (libgcjgc_la_DEPENDENCIES): Likewise.
1498 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1499 (gctest_LDADD): Use libgcjgc.la.
1500 (all_objs): Mention libgcj_la_OBJECTS.
1501 (EXTRA_LTLIBRARIES): Renamed.
1502 (toollib_LTLIBRARIES): Likewise.
1503 (libgcjgc_la_LDFLAGS): New macro
1504 (toolexecdir): Renamed.
1505 (toolexeclibdir): Likewise.
1506 (toolexeclib_LTLIBRARIES): Likewise.
1507 (LTCOMPILE): Renamed; added libtool invocation.
1508 (LINK): Added libtool invocation.
1509 (.s.o): use LTCOMPILE.
1510 * configure.in: Call AM_PROG_LIBTOOL.
1511 (target_all): Set to libgcjgc.la.
1512 Mention `.lo' forms of object files.
1514 1999-04-21 Tom Tromey <tromey@cygnus.com>
1516 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1519 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1520 sigcontext.h. From Matthias Klose <doko@itso.de>.
1522 1999-04-16 Tom Tromey <tromey@cygnus.com>
1524 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1525 David Pettersson <dapet@mai.liu.se>
1527 1999-04-14 Tom Tromey <tromey@cygnus.com>
1529 * configure: Rebuilt.
1530 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1531 incorrect patch of 199-04-09.
1533 * configure: Rebuilt.
1534 * configure.in: Added support for alpha.
1535 From David Pettersson <dapet@mai.liu.se>.
1537 1999-04-13 Tom Tromey <tromey@cygnus.com>
1539 * Makefile.in: Rebuilt.
1540 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1543 1999-04-09 Tom Tromey <tromey@cygnus.com>
1545 * configure: Rebuilt.
1546 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1548 1999-02-23 Tom Tromey <tromey@cygnus.com>
1550 * configure: Rebuilt.
1551 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1552 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1554 1999-02-18 Tom Tromey <tromey@cygnus.com>
1556 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1557 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1558 for case where LO is NULL.
1560 1999-02-10 Tom Tromey <tromey@cygnus.com>
1562 * aclocal.m4, configure, Makefile.in: Rebuilt.
1563 * acinclude.m4: Updated to be used with automake 1.4.
1564 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1566 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1567 (libgcjgc_a_SOURCES): Likewise.
1568 (libgcjgc_a_LIBADD): Likewise.
1569 (libgcjgc_a_DEPENDENCIES): Likewise.
1570 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1571 (gctest_LDADD): Likewise.
1572 (all_objs): Likewise.
1574 1999-01-08 Tom Tromey <tromey@cygnus.com>
1576 * configure: Rebuilt.
1577 * configure.in: Define LINUX_THREADS if using POSIX threads on
1580 * gc_priv.h (GC_test_and_set): Put return type into definition.
1582 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1584 * Makefile.am: add support for eCos. In particular, add C++
1585 support for compiling the file ecos.cc.
1586 * ecos.cc: new file.
1587 * acinclude.m4: add C++ support.
1588 * aclocal.m4: likewise
1589 * config.h: add eCos support.
1590 * configure: likewise
1591 * configure.in: likewise
1592 * misc.c (GC_write): add eCos support.
1593 * os_dep.c (tiny_sbrk): add eCos support.
1595 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1597 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1598 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1600 1998-11-23 Tom Tromey <tromey@cygnus.com>
1602 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1604 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1606 * Makefile.am, Makefile.in, configure.host: tx39 build option
1609 1998-11-17 Tom Tromey <tromey@cygnus.com>
1611 * configure: Rebuilt.
1612 * configure.in: Switch on host, not target.
1614 1998-11-16 Tom Tromey <tromey@cygnus.com>
1616 * gc_priv.h (GC_debug_object_start): Declare.
1617 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1618 * gc.h (GC_debug_register_finalizer_no_order,
1619 GC_register_finalizer_no_order): Declare.
1620 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1621 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1622 (GC_debug_generic_malloc): Likewise.
1623 (GC_debug_object_start): new function.
1625 1998-11-11 Tom Tromey <tromey@cygnus.com>
1627 * configure: Rebuilt.
1628 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1630 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1632 * dyn_load.c: Handle QUICK_THREADS case.
1634 1998-10-21 Tom Tromey <tromey@cygnus.com>
1636 * configure: Rebuilt.
1637 * configure.in: Put cpp defines here, not in config.h. Recognize
1638 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1639 define PACKAGE or VERSION.
1640 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1643 * os_dep.c (GC_default_push_other_roots): Define when
1644 QUICK_THREADS defined.
1645 * misc.c: Added QUICK_THREADS case.
1646 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1647 * config.h (THREADS): Define if QUICK_THREADS defined.
1648 * Makefile.in: Rebuilt.
1649 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1651 * quick_threads.c: New file.
1653 1998-10-20 Tom Tromey <tromey@cygnus.com>
1655 * aclocal.m4, configure: Rebuilt.
1656 * acinclude.m4: Don't subst machine_dir or sys_dir.
1657 * configure.host: Removed unused code.
1659 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1661 * configure: Rebuilt.
1662 * configure.in: Fix typo in previous patch.
1664 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1666 * Makefile.in, aclocal.m4, configure: Rebuilt.
1667 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1668 * configure.host: Created.
1670 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1672 * Makefile.in: Rebuilt.
1673 * Makefile.am (lib_LIBRARIES): Use target_all.
1674 (EXTRA_LIBRARIES): New macro.
1675 * configure: Rebuilt.
1676 * configure.in: Recognize --enable-gc.
1678 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1680 * Makefile.in: Rebuilt.
1681 * Makefile.am (COMPILE): Define.
1683 (.s.o): Use MY_CFLAGS.
1684 * configure: Rebuilt.
1685 * configure.in (MY_CFLAGS): Define and subst.
1687 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1689 * configure: Rebuilt.
1690 * configure.in: Added --with-cross-host argument. Use
1691 $with_cross_host to determine when cross-compiling.
1693 * config.h (SMALL_CONFIG): Don't define.
1694 * configure: Rebuilt.
1695 * configure.in: Define SMALL_CONFIG when cross-compiling.
1697 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1699 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1700 allchblk.c: Merged with 4.13a2 while preserving local changes.
1702 * Makefile.orig: Updated from Makefile in 4.13a2.
1704 * configure: Rebuilt.
1705 * configure.in: Updated version number to 4.13a2. On Solaris,
1706 don't build with -O when using gcc.
1708 Merged in version 4.13alpha2:
1709 * config.h (USE_MMAP): Re-enable on Solaris.
1710 * solaris_pthreads.c: Removed RCS Id line.
1711 * alpha_mach_dep.s: Removed RCS Id line.
1713 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1715 * config.h (USE_MMAP): Don't define for Solaris.
1717 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1719 * Makefile.in: Rebuilt.
1720 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1722 * Makefile.in: Rebuilt.
1723 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1725 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1727 * Makefile.in: Rebuilt.
1728 * Makefile.am ($(all_objs)): Depend on config.h.
1730 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1731 DATASTART as &_etext.
1732 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1733 * configure: Rebuilt.
1734 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1737 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1739 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1740 (GC_maybe_gc): Likewise.
1741 * os_dep.c: If NO_SIGSET defined, then have empty
1742 GC_disable_signals and GC_enable_signals.
1743 * configure: Rebuilt.
1744 * configure.in: Added --with-target-subdir option. If
1745 cross-compiling, define NO_SIGSET and NO_CLOCK.
1747 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1749 * Makefile.in: Rebuilt.
1750 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1752 * aclocal.m4, configure: Rebuilt.
1753 * acinclude.m4: New file.
1754 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1756 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1758 * configure: Rebuilt.
1759 * configure.in: Link boehm-config.h to config.h.
1760 * Makefile.in: Rebuilt.
1761 * Makefile.am (INCLUDES): Removed.
1762 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1763 JAVA_FINALIZATION): Define
1765 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1767 * Many files: Use GC_bool, not bool.
1768 * gc_priv.h: Define GC_bool, not bool.
1770 * misc.c (GC_dont_gc): Define as int.
1771 (GC_quiet): Likewise.
1772 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1773 * alloc.c (GC_dont_expand): Define as int.
1774 * gc_priv.h: For gcc, define bool as char.
1776 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1778 * Makefile.in: Rebuilt.
1779 * Makefile.am (check_PROGRAMS): New macro.
1780 (gctest_SOURCES): Likewise.
1781 (gctest_LDADD): Likewise.
1783 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1785 * Makefile.in: Rebuilt.
1786 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1787 * configure: Rebuilt.
1788 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1790 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1792 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1794 * Makefile.orig: Renamed from Makefile.