1 2006-01-24 David Ayers <d.ayers@inode.at>
4 * include/gc.h: Fix prototype declarations for bootstrap.
6 2005-11-01 Bryce McKinlay <mckinlay@redhat.com>
8 * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
10 2005-09-15 Kazu Hirata <kazu@codesourcery.com>
12 * include/private/gc_locks.h (GC_test_and_set): Change the
13 constraint of the first operand to '0'.
15 2005-09-06 Tom Tromey <tromey@redhat.com>
18 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
21 2005-07-17 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
23 * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
25 2005-06-15 Andreas Tobler <a.tobler@schweiz.ch>
27 * os_dep.c: Add FreeBSD/PowerPC bits.
28 (GC_SysVGetDataStart): Likewise.
29 * include/private/gcconfig.h: Likewise.
31 2005-05-25 Andrew Haley <aph@redhat.com>
33 * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
36 2005-05-09 Mike Stump <mrs@apple.com>
38 * configure: Regenerate.
40 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
42 * os_dep.c, include/private/gc_locks.h: Import CRIS port by
43 Simon Posnjak from gc6.4.
44 * include/private/gcconfig.h: Ditto. Add M32R note from gc6.4.
46 2005-04-17 David S. Miller <davem@davemloft.net>
48 * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
49 * os_dep.c (GC_linux_stack_base): Check for bug present in some
50 Sparc glibc variants where __libc_stack_end is erroneously set
51 to "1". Fallback to procfs code in that case.
53 2005-04-12 Mike Stump <mrs@apple.com>
55 * configure: Regenerate.
57 2005-04-12 Richard Henderson <rth@redhat.com>
59 * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
61 2005-03-23 Mike Stump <mrs@apple.com>
63 * darwin_stop_world.c: Update for -m64 multilib.
64 * include/private/gcconfig.h: Likewise.
65 * powerpc_darwin_mach_dep.s: Likewise.
67 2005-03-01 Kelley Cook <kcook@gcc.gnu.org>
69 * Makefile.in, include/Makefile.in: Regenerate.
71 2005-02-26 Richard Earnshaw <rearnsha@arm.com>
73 * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
74 ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
76 2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
79 * configure.host: Set gc_use_mmap on *-linux*.
80 * configure.ac: Define USE_MMAP if gc_use_mmap is set.
81 * include/private/gc_priv.h: Include gc_config.h.
82 * configure, include/gc_config.h.in: Rebuilt.
84 2005-02-07 Hans Boehm <Hans.Boehm@hp.com>
86 * allchblk.c (GC_allochblk_nth): Dont overlook available space if
87 GC disabled, correctly convert GC_finalizer_mem_freed to byte,
89 * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
91 * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
92 and indent appropriately.
93 * mark_rts.c (GC_approx_sp): Access stack.
94 * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
95 callee-saves registers when appropriate.
96 (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
98 2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
100 * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
101 and include/gc_ext_config.h.
102 * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
103 * include/gc.h: Undef PACKAGE_* before including gc_config.h.
105 2004-12-13 Kelley Cook <kcook@gcc.gnu.org>
107 * configure: Regenerate.
109 2004-11-29 Bryce McKinlay <mckinlay@redhat.com>
112 Revert patches of 2004-11-26 and 2004-11-27.
114 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
116 * configure: Regenerate for libtool change.
118 2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
120 * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
122 2004-11-26 Bryce McKinlay <mckinlay@redhat.com>
124 Fix "PACKAGE_NAME redefined" errors.
125 * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
126 and include/gc_config.h.
127 * configure: Regenerated.
128 * include/gc_config.h.in: No longer auto-generated. Define only the
129 macros needed by libjava.
130 * include/config.h.in: Generated by autoheader.
131 * include/gc.h: Include config.h, not gc_config.h.
133 2004-11-25 Kelley Cook <kcook@gcc.gnu.org>
135 * configure: Regenerate for libtool reversion.
137 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
139 * configure: Regenerate for libtool change.
141 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
143 * configure.ac (machdep): Use sparc_mach_dep.lo on
144 sparc64-sun-solaris2.* too.
145 (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
146 * configure: Regenerate.
148 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
151 * configure.ac (threading): Accept 'posix95'.
152 * configure: Regenerate.
154 2004-11-04 Kelley Cook <kcook@gcc.gnu.org>
156 * Makefile.am: Define ACLOCAL_AMFLAGS.
157 * configure.ac: Remove redundant sinclude.
158 * acinclude.m4: Delete file.
159 * aclocal.m4: Regenerate.
160 * Makefile.in, include/Makefile.in: Regenerate.
161 * configure: Regenerate.
163 2004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
165 * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
168 2004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
170 * include/private/gcconfig.h: Add m32r-linux target.
172 2004-09-27 Kelley Cook <kcook@gcc.gnu.org>
174 * configure.ac: Update all AC_DEFINEs to newer style.
175 * configure: Regenerate.
176 * include/gc_config.h.in: Regenerate.
178 2004-08-27 Hans Boehm <Hans.Boehm@hp.com>
180 * backgraph.c, gc_priv.h (GC_traverse_back_graph,
181 GC_print_back_graph_stats): split GC_traverse_back_graph.
182 * backgraph.c: Dynamically grow in_progress_space.
183 * finalize.c (GC_notify_or_invoke_finalizers): also call
184 GC_print_back_graph_stats.
185 * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
186 GC_print_back_height): Move delarations to header file.
187 * configure.ac: rename --enable-full-debug to --enable-gc-debug.
188 * configure: Regenerate.
190 2004-08-23 Hans Boehm <Hans.Boehm@hp.com>
192 * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
193 * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
195 2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
197 * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
198 Reported by Danny Smith.
200 2004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
202 * misc.c (GC_init): Replace lhs cast with rhs cast.
204 2004-08-16 Bryce McKinlay <mckinlay@redhat.com>
206 * specific.c: Check GC_LINUX_THREADS before including
207 private/specific.h. From Richard Earnshaw.
209 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
211 * aclocal.m4: Remove obsolete construct for old automake.
212 * acinclude.m4: Regenerate with aclocal 1.9.1.
213 * configure.ac: Remove duplicate AC_WITH calls. Replace
214 AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
215 Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
216 Remove now-redundant subst of target_noncanonical. Remove
217 now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with
218 AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
219 Use slightly more modern form of AC_INIT.
220 * configure: Rebuild with autoconf 2.59.
221 * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
223 2004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
225 * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
226 since they're not known at this time.
227 * solaris_pthreads.c: Likewise.
229 2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
232 * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
234 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
236 * configure.ac (gc_cflags): Add -Iinclude.
237 (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
238 Don't write DEFS to boehm-cflags file.
239 * configure: Rebuilt.
240 * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
241 * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
242 * include/gc_config_macros.h: Remove backward-compatibility
243 redefinitions of GC_ names.
244 * include/gc.h: Include <gc_config.h>.
246 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
248 Import Boehm GC version 6.3.
250 2004-08-12 Kelley Cook <kcook@gcc.gnu.org>
252 * include/Makefile.in: Regenerate
254 2004-07-06 Andrew Pinski <apinski@apple.com>
256 * os-dep.c (GC_task_self): Declare as static
257 and remove the second declaration.
259 2004-06-20 Andreas Tobler <a.tobler@schweiz.ch>
261 * Makefile.am: Add rule for .S files to fix bootstrap on
263 * Makefile.in: Regenerate.
265 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
267 * boehm-gc/configure.ac: New name of configure.in.
268 Remove useless multilib stuff. Change uses of
269 INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
270 * boehm-gc/configure.in: New name of configure.in.
271 * boehm-gc/Makefile.am: Update for automake 1.8.5.
272 * boehm-gc/acinclude.m4: Include ../config/acx.m4.
273 * boehm-gc/aclocal.m4: Regenerate.
274 * boehm-gc/configure: Regenerate.
275 * boehm-gc/Makefile.in: Regenerate.
277 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
279 * .cvsignore: New file.
281 2004-04-25 Andreas Jaeger <aj@suse.de>
283 * mark.c (GC_mark_from): Use pointer as prefetch argument.
285 2004-04-06 H.J. Lu <hongjiu.lu@intel.com>
287 * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
289 (PREFETCH_FOR_WRITE): Likewise.
291 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
293 * configure.ac: Bump AC_PREREQ to 2.59.
294 * configure: Regenerate.
295 * config.in: Regenerate.
297 2004-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
299 * ltconfig, ltmain.sh: Remove unused files.
300 * configure.in: Remove bogus extra early invocation of
302 * configure: Regenerate.
303 * mkinstalldirs, install-sh, config.sub, config.guess:
304 Remove (now) unused files.
305 * Makefile.in: Regenerate (losing references to vanished
308 * configure.in: Add CCAS, CCASFLAGS for future automakes.
309 * configure, Makefile.in, include/Makefile.in: Regenerate.
311 * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
312 * Makefile.in: Regenerate.
314 * configure.in: Remove bogus duplicate invocation of
315 AM_MAINTAINER_MODE. Remove obsolete comment.
316 * configure: Regenerate.
318 * acinclude.m4: Remove GC_CONFIGURE macro; move contents
320 * aclocal.m4: Regenerate.
321 * configure.in: Receive contents of GC_CONFIGURE macro.
322 * configure: Regenerate.
324 * configure.in: Remove more obsolete, bogus code.
325 * configure: Regenerate.
327 * acinclude.m4: Remove obsolete and bogus constructs.
328 * aclocal.m4: Regenerate.
329 * configure: Regnerate.
331 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
333 * acinclude.m4: De-precious CC and CXX so that the right flags
334 are passed down to multilibs.
335 * aclocal.m4: Regenerate.
336 * configure: Regenerate.
338 2004-02-22 Zack Weinberg <zack@codesourcery.com>
339 Nathanael Nerode <neroden@twcny.rr.com>
340 Alexandre Oliva <aoliva@redhat.com>
342 * config.sub, config.guess: Replace with forwarding scripts
343 which invoke the master copies in the top level.
345 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
347 * acinclude.m4: Remove old no-executables workaround;
348 add new no-executables workaround.
349 * aclocal.m4: Regenerate.
350 * configure.in: Change prereqs to autoconf 2.57.
351 * configure: Regenerate with autoconf 2.57.
353 * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
354 * configure: Regenerate.
355 * Makefile.am: Use target_noncanonical variable from configure.
356 * Makefile.in: Regenerate.
357 * include/Makefile.in: Regenerate.
359 2004-02-20 Andrew Cagney <cagney@redhat.com>
361 * config.guess: Update from version 2002-01-10 to 2004-02-16.
362 * config.sub: Update from version 2002-01-02 to 2004-02-16.
364 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
366 * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
367 * aclocal.m4: Rebuild.
368 * configure: Regenerate.
370 * acinclude.m4: Move certain code to configure.in.
371 * configure.in: Receive code from acinclude.m4.
372 * aclocal.m4: Rebuild.
373 * configure: Regenerate.
375 * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
377 2004-01-20 Andrew Haley <aph@redhat.com>
379 * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
381 * configure.in: Comment change.
383 2004-01-16 Andrew Haley <aph@redhat.com>
385 * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
386 add for ia64; remove for MIPS.
387 * configure: Regnerated.
389 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
391 * configure.in: Add in AC_PREREQ(2.13)
393 2004-01-07 Dave Jones <davej@redhat.com>
395 * malloc.c (GC_generic_malloc): Correct initialization typo.
396 * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
398 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
400 * include/private/gcconfig.h: Re-install change of 2003-04-16.
402 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
404 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
407 2003-10-18 Alan Modra <amodra@bigpond.net.au>
409 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
412 2003-10-03 Jeff Sturm <jsturm@one-point.com>
414 * configure: Rebuild.
416 2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
418 * configure.in: Remove NO_GETENV definition for win32.
419 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
420 * misc.c (GC_init_inner): Call GC_thr_init for win32.
421 (GC_set_warn_proc): Add assertion.
422 * win32_threads.c: Import 6.3alpha2 version.
423 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
425 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
427 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
428 2.3/SPARC, there are no micro versions.
429 Treat Solaris 10 and up alike.
430 * configure: Regenerate.
432 2003-09-22 Anthony Green <green@redhat.com>
434 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
437 2003-09-20 <green@redhat.com>
439 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
440 check for __arm__ or __thumb__.
442 2003-09-09 Alan Modra <amodra@bigpond.net.au>
444 * configure: Regenerate.
446 2003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
447 Roger Sayle <roger@eyesopen.com>
449 * configure.in: Set INCLUDES to absolute path.
450 Save $INCLUDES in boehm-cflags, too.
451 Set INCLUDES so it's available to config.status.
452 * configure: Regenerate.
454 2003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
456 * include/gc.h (GC_CreateThread): Declare with WINAPI
458 * win32_threads.c (GC_CreateThread): Make definitions consistent
459 with declaration. Cast &thread_table[i].handle to PHANDLE
460 in call to DuplicateHandle
461 (thread_start): Declare as static.
463 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
465 * dyn_load.c: Define __private_extern__ to match Apple's system
468 2003-07-28 Loren J. Rittle <ljrittle@acm.org>
470 * os_dep.c: Remove redundancy introduced in last merge.
472 2003-07-28 Jeff Sturm <jsturm@one-point.com>
475 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
476 * ChangeLog: Likewise.
477 * Makefile.am: Likewise.
478 * Makefile.direct: Likewise.
479 * Makefile.dj: Likewise.
480 * allchblk.c: Likewise.
482 * backgraph.c: Likewise.
483 * configure.host: Likewise.
484 * configure.in: Likewise.
485 * dbg_mlc.c: Likewise.
486 * dyn_load.c: Likewise.
487 * finalize.c: Likewise.
488 * gc_cpp.cc: Likewise.
489 * gc_dlopen.c: Likewise.
490 * gcj_mlc.c: Likewise.
491 * if_mach.c: Likewise.
492 * mach_dep.c: Likewise.
493 * malloc.c: Likewise.
494 * mallocx.c: Likewise.
496 * mark_rts.c: Likewise.
498 * os_dep.c: Likewise.
499 * ptr_chck.c: Likewise.
500 * reclaim.c: Likewise.
501 * solaris_pthreads.c: Likewise.
502 * solaris_threads.c: Likewise.
503 * sparc_mach_dep.S: Likewise.
504 * threadlibs.c: Likewise.
505 * typd_mlc.c: Likewise.
506 * version.h: Likewise.
507 * win32_threads.c: Likewise.
508 * Mac_files/MacOS_Test_config.h: Likewise.
509 * Mac_files/MacOS_config.h: Likewise.
510 * cord/cordbscs.c: Likewise.
511 * cord/cordprnt.c: Likewise.
512 * cord/de_win.c: Likewise.
513 * doc/README: Likewise.
514 * doc/README.MacOSX: Likewise.
515 * doc/README.changes: Likewise.
516 * doc/README.environment: Likewise.
517 * doc/README.ews4800: Likewise.
518 * doc/README.linux: Likewise.
519 * doc/README.macros: Likewise.
520 * doc/README.win32: Likewise.
521 * doc/debugging.html: Likewise.
522 * doc/gcdescr.html: Likewise.
523 * doc/tree.html: Likewise.
524 * include/Makefile.in: Likewise.
525 * include/gc.h: Likewise.
526 * include/gc_cpp.h: Likewise.
527 * include/gc_local_alloc.h: Likewise.
528 * include/gc_mark.h: Likewise.
529 * include/gc_pthread_redirects.h: Likewise.
530 * include/gc_typed.h: Likewise.
531 * include/new_gc_alloc.h: Likewise.
532 * include/private/dbg_mlc.h: Likewise.
533 * include/private/gc_hdrs.h: Likewise.
534 * include/private/gc_locks.h: Likewise.
535 * include/private/gc_pmark.h: Likewise.
536 * include/private/gc_priv.h: Likewise.
537 * include/private/gcconfig.h: Likewise.
538 * include/private/solaris_threads.h: Likewise.
539 * include/private/specific.h: Likewise.
540 * tests/test.c: Likewise.
541 * tests/test_cpp.cc: Likewise.
543 * configure: Rebuild.
544 * Makefile.in: Rebuild.
546 * mips_sgi_mach_dep.s: Add.
548 * alpha_mach_dep.s: Remove.
549 * irix_threads.c: Remove.
550 * linux_threads.c: Remove.
551 * mips_sgi_mach_dep.S: Remove.
553 * powerpc_macosx_mach_dep.s: Remove.
554 * doc/Makefile.am: Remove.
555 * doc/Makefile.in: Remove.
557 2003-07-25 Roger Sayle <roger@eyesopen.com>
559 * configure.host: Only use +ESdbgasm when using the HPUX native
560 compiler on PA-Risc. It isn't recognized by GCC and is silently
561 ignored by HP's compilers on ia64.
563 2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
565 * configure.in: define GC_DLL under mingw if --enable-shared
567 * win32_threads.c: add #ifdef GC_DLL around DllMain
569 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
571 * include/private/gcconfig.h: Add support for arm-netbsdelf.
573 2003-04-09 Tom Tromey <tromey@redhat.com>
575 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
577 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
579 2003-03-22 Richard Henderson <rth@redhat.com>
581 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
582 (GC_test_and_set): Use __sync_lock_test_and_set.
583 (GC_clear): Use volatile assignment.
584 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
585 (GC_memory_write_barrier): Use __sync_synchronize.
587 2003-03-12 Andreas Schwab <schwab@suse.de>
589 * configure.in: Avoid trailing /. in toolexeclibdir.
590 * configure: Rebuilt.
592 2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
593 * include/private/gcconfig.h (GC_data_start): declare when needed.
594 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
596 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
597 GC_register_dynlib_callback): Register main data for static
598 executable if dl_iterate_phdr() didn't.
599 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
600 if we don't expect to register main static data.
602 2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
603 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
604 (GC_push_roots): explicitly mark free list headers, register
605 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
606 * alloc.c (GC_stopped_mark): Conditionally call
607 GC_cond_register_dynamic_libraries().
608 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
609 * dyn_load.c (GC_register_main_static_data): define.
610 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
611 no longer skip main data.
612 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
613 (GC_init_inner): Make main data registration conditional.
614 * include/private/gc_priv.h (GC_register_main_static_data): declare.
615 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
618 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
620 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
622 * configure: Rebuilt.
624 2003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
626 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
628 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
630 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
631 Remove USE_LIBDIR conditional.
632 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
633 * Makefile.in, configure: Rebuilt.
635 2002-12-31 Tom Tromey <tromey@redhat.com>
638 * include/Makefile.in: Rebuilt.
639 * include/Makefile.am (noinst_HEADERS): Renamed from
642 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
644 * ltconfig (osf[345]): Append $major to soname_spec.
645 Reflect this in library_names_spec.
646 * ltmain.sh (osf): Prefix $major with . for use as extension.
648 2002-10-02 Andreas Jaeger <aj@suse.de>
650 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
652 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
654 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
655 check for __arm__ or __thumb__.
657 2002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
659 * include/private/gcconfig: Add machine type S390. Add s390x support.
660 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
661 (GC_compare_and_exchange): Likewise.
663 2002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
665 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
667 2002-08-23 Adam Megacz <adam@xwt.org>
669 * win32_threads.cc: Removed extraneous ABORT()
671 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
673 * Makefile.am (all-multi): Fix multilib parallel build.
675 2002-07-18 Bo Thorsen <bo@suse.de>
677 * include/private/gcconfig.h: Add x86-64 definitions.
678 * os_dep.c: Add x86-64 support.
679 * configure.in: Likewise.
680 * configure: Regenerate.
682 2002-07-18 H.J. Lu <hjl@gnu.org>
684 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
686 2002-07-18 H.J. Lu (hjl@gnu.org)
688 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
691 2002-06-28 Hans Boehm <Hans_Boehm@hp.com>
694 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
696 2002-06-09 H.J. Lu (hjl@gnu.org)
698 * include/private/gc_locks.h (GC_test_and_set): Support
700 (GC_TEST_AND_SET_DEFINED): Likewise.
702 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
705 (LINUX_STACKBOTTOM): Likewise.
706 (STACKBOTTOM): Removed for Linux/mips.
708 Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
710 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
711 (GC_pthread_create): Fix typo.
712 (GC_TRY_LOCK): Likewise.
713 * include/private/gc_locks.h (GC_test_and_set): Only take one
715 (LOCK): Adjust appropriately.
716 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
717 _SIGRTMIN is unavailable.
719 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
721 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
722 * aclocal.m4: Regenerate.
723 * configure: Regenerate.
725 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
727 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
728 script entry, and set LD to it when configuring multilibs.
729 * configure: Rebuilt.
731 2002-04-22 Jeff Sturm <jsturm@one-point.com>
733 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
734 (noinst_LTLIBRARIES): Add libgcjgc.la.
736 * Makefile.in: Rebuild.
738 2002-04-22 David S. Miller <davem@redhat.com>
740 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
741 64-bit SPARC Linux, the __libc_stack_end technique does
742 not work in this case.
744 2002-04-22 Jeff Sturm <jsturm@one-point.com>
746 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
748 2002-04-17 Hans Boehm <Hans_Boehm@hp.com>
750 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
753 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
755 * include/private/gcconfig.h (DATAEND): Update comment example
758 2002-04-08 Loren J. Rittle <ljrittle@acm.org>
760 * include/private/gcconfig.h (DATAEND): Clarify comment.
762 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
764 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
765 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
767 * allchblk.c (GC_allchblk_nth): Change text and support reduced
768 frequency for blacklist warning message.
769 * misc.c (GC_large_alloc_warn_interval,
770 GC_large_alloc_warn_suppressed): define.
771 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
772 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
773 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
774 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
776 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
778 2002-04-04 Loren J. Rittle <ljrittle@acm.org>
780 * include/private/gcconfig.h: Add support for an unmapped
781 memory hole between the end of the initialized data segment
782 and the start of the BSS on FreeBSD/i386.
784 2002-03-30 Krister Walfridsson <cato@df.lth.se>
786 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
789 2002-03-29 Hans Boehm <Hans_Boehm@hp.com>
791 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
792 (GC_local_gcj_malloc): Add assertion.
793 (start_mark_threads): Fix abort message.
794 * mark.c (GC_mark_from): Generalize assertion.
795 * reclaim.c (GC_clear_fl_links): New function.
796 (GC_start_reclaim): Must clear some freelist links.
797 * include/private/specific.h, specific.c: Add assertions.
798 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
799 Rearrange tse fields.
801 2002-03-27 Richard Henderson <rth@redhat.com>
803 * os_dep.c (GC_init_linux_data_start): Fix references to
804 __data_start and _end.
806 2002-03-25 Loren J. Rittle <ljrittle@acm.org>
808 * include/private/gcconfig.h: Change all likely references
809 to linker script synthesized symbols to use this idiom:
810 extern int etext[]; etext
812 2002-03-25 Jeff Sturm <jsturm@one-point.com>
814 * linux_threads.c (GC_get_nprocs): Close file descriptor.
816 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
818 * include/private/gcconfig.h: Add unified test for FreeBSD.
819 Support FreeBSD/alpha.
820 * os_dep.c: Do not include <machine/trap.h> unless available.
821 (GC_freebsd_stack_base): Fix types.
823 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
825 * Makefile.am: Make a convenience library.
826 * Makefile.in: Rebuilt.
828 2002-03-15 Anthony Green <green@redhat.com>
830 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
831 * configure.in: Disable use of getenv for win32 targets (some of
832 which have broken implementations).
833 * configure: Rebuilt.
835 2002-03-12 Adam Megacz <adam@xwt.org>
837 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
838 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
839 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
840 statically initialized it to TRUE if compiling with GCC.
841 * win32_threads.c (thread_start): We no longer use SEH if
843 * mark.c (GC_mark_some): We no longer use SEH if
846 2002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
848 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
849 support is enabled, for hash synchronization.
851 2002-02-24 Adam Megacz <adam@xwt.org>
853 * Makefile.am: Added win32_threads.c to sources list.
854 * win32_threads.c: Added two */'s which I had neglected.
856 2002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
858 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
859 * Makefile.in: Rebuilt.
861 2002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
863 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
865 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
867 * mips_sgi_mach_dep.S: Likewise.
868 * Makefile.am: Update for above changes.
869 * Makefile.in: Rebuilt.
871 2002-02-12 Richard Henderson <rth@redhat.com>
873 * configure.in: Re-apply 2001-06-26 configure change.
874 * configure: Rebuild.
876 2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
878 Imported GC 6.1 Alpha 3.
880 * sparc_mach_dep.S: Delete incorrectly named file.
882 2001-02-11 Adam Megacz <adam@xwt.org
884 * configure.in: support for win32, saner
885 cross-compile options
887 2001-02-08 Anthony Green <green@redhat.com>
889 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
890 board embedded targets.
891 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
892 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
893 redundant uses of ECOS.
894 * misc.c: Use NOSYS where ECOS is being used.
895 Don't define GC_write twice for ECOS systems.
896 (GC_write): New function for NOSYS targets.
898 2002-02-06 Adam Megacz <adam@xwt.org>
900 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
901 now exposed on all Win32 platforms.
902 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
903 compiles on Win32; it invokes CreateThread() if GC is built
904 as a DLL; otherwise it registers the thread.
905 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
906 libgcjgc was not built as a DLL.
908 2002-02-01 Adam Megacz <adam@xwt.org>
910 * boehm-gc on win32 now automatically detects if it is being built
911 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
913 2002-01-25 David Edelsohn <edelsohn@gnu.org>
915 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
916 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
917 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
918 DATASTART and DATAEND roots.
919 * rs6000_mach_dep.s: Add function descriptor and traceback table.
921 2001-12-16 Jeff Sturm <jsturm@one-point.com>
923 * dyn_load.c: Define ElfW (if needed) for all targets,
925 (GC_FirstDLOpenedLinkMap): Use it.
926 (GC_register_dynamic_libraries_dl): Use it.
927 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
930 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
933 * configure.in: Add AC_SUBST(target_alias).
934 * configure: Regenerated.
936 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
938 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
939 case for GC_FREEBSD_THREADS.
940 * configure.in (*-*-freebsd*): Clarify warning.
941 * configure: Rebuilt.
943 2001-10-23 Loren J. Rittle <ljrittle@acm.org>
944 Andreas Tobler <toa@pop.agri.ch>
946 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
948 2001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
950 * linux_threads.c (GC_init_parallel): Do not declare as a static
952 * include/gc.h (GC_init): Declare here. Add description.
953 * include/private/gc_priv.h (GC_init): Remove declaration.
955 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
957 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
958 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
959 GC_FREEBSD_THREADS, handle strange interaction between system
960 pthread implementation and boehm-gc signal-handler architecture.
961 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
963 * include/private/gcconfig.h (configuration keyed off FREEBSD):
964 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
965 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
967 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
969 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
970 * Makefile.in: Rebuilt.
972 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
974 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
975 merged local changes.
977 2001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
979 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
980 Solaris 2/Intel definition.
982 * configure.in (i?86-*-solaris2.[89]*): Define
983 SOLARIS25_PROC_VDB_BUG_FIXED.
984 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
985 * configure: Regenerate.
987 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
988 (DATAEND): Define using _end.
990 2001-09-11 Per Bothner <per@bothner.com>
992 * include/Makefile.am: New file. It defines include_HEADERS.
993 * Makefile.am (SUBDIRS): New macro, set to include.
994 * configure.in (AC_OUTPUT): Add include/Makefile.
996 2001-08-20 Tom Tromey <tromey@redhat.com>
998 * configure: Rebuilt.
999 * configure.in: Always ask gcc for threads package.
1001 2001-08-17 Tom Tromey <tromey@redhat.com>
1003 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1004 merged local changes.
1006 2001-08-02 David Billinghurst <David.Billinghurst>
1008 * configure: Rebuilt.
1009 * configure.in: POSIX threads on cygwin does not link with
1012 2001-07-03 Tom Tromey <tromey@redhat.com>
1014 Fix for PR bootstrap/3281:
1015 * aclocal.m4, configure, Makefile.in: Rebuilt.
1016 * acinclude.m4: Set mkinstalldirs for in-tree build.
1018 2001-06-26 Richard Henderson <rth@redhat.com>
1020 * alpha_mach_dep.s: Mark call-saved FP registers.
1021 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1022 * configure.in (alpha*): Re-enable alpha_mach_dep.s
1023 * configure: Rebuild.
1025 2001-06-12 Tom Tromey <tromey@redhat.com>
1027 * aclocal.m4, configure: Rebuilt.
1028 * acinclude.m4: Find configure.host in srcdir.
1030 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
1032 * configure.in (AC_EXEEXT): Work around in case it expands to
1033 nothing, as in autoconf 2.50.
1034 * acinclude.m4: Likewise.
1035 * aclocal.m4, configure: Rebuilt.
1037 2001-06-07 Tom Tromey <tromey@redhat.com>
1039 For PR bootstrap/3075:
1040 * configure, aclocal.m4, Makefile.in: Rebuilt.
1041 * configure.in: Don't call AC_CONFIG_AUX_DIR or
1042 AC_CANONICAL_SYSTEM.
1043 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1044 AC_CANONICAL_SYSTEM here.
1045 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1048 2001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1050 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1051 (libgcjgc_la_SOURCES): Remove typo.
1052 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1053 * Makefile.in: Rebuilt.
1055 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1057 Imported version version 6.0alpha7.
1059 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1060 README.amiga, README.debugging, README.dj, README.hp, README.linux,
1061 README.rs6000, README.sgi, README.solaris2, README.uts,
1062 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1063 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1064 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1065 hpux_irix_threads.c, makefile.depend, nursery.c,
1066 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1067 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1068 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1069 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1072 2001-05-19 Hans Boehm <hans_boehm@hp.com>
1074 * configure.host: Build with -fexceptions.
1075 * linux_threads.c: Remember which thread stopped world for
1077 2001-05-04 Loren J. Rittle <ljrittle@acm.org>
1078 with final tuning by Bryce McKinlay
1080 * configure.in: Add support for --enable-threads=posix on FreeBSD.
1081 * configure: Rebuilt.
1083 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
1085 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1086 (GC_noop1): Change declaration to take one argument.
1088 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
1090 * configure.in: Obtain THREADS with `gcc -v'.
1091 * configure: Rebuilt.
1093 2001-04-05 Hans Boehm <hans_boehm@hp.com>
1095 * misc.c: Back out buggy changes to stack clearing code.
1096 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1097 spent clearing memory.
1099 2001-04-04 Hans Boehm <hans_boehm@hp.com>
1102 - Accomodate finalization requests for static objects.
1103 (Will be required by hash synchronization. May be needed
1104 in some configurations now.)
1107 - Define MIN_WORDS. All allocation requests are rounded
1108 up to at least this size. Removes a subtle assumption that
1109 Java objects have a 2 word header.
1112 - Adjust Linux/IA64 configuration for non-ancient kernels.
1113 (Necessary fix for IA64.)
1116 - Fix syntax error in currently unused code. Will be needed
1124 - Change stack cleaning code to typically clear about one tenth
1125 the memory it used to in the threads configuration. Occasionally
1126 still clear more. (This is really a fix for a long-standing
1127 and fairly significant performance bug with threads.)
1130 - Fix the code for finding the beginning of the data segment under
1131 Linux. I believe this is necessary for some IA64 Linux
1132 distributions. It will also helo other platforms, though those
1133 may additionally require a gcconfig.h adjustment. (This basically
1134 works around the absence of a data_start or __data_start
1135 definition in glibc.)
1138 - Handle rounding due to MIN_WORDS.
1140 2001-03-22 Tom Tromey <tromey@redhat.com>
1142 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1144 2001-03-19 Tom Tromey <tromey@redhat.com>
1146 * Makefile.in: Rebuilt.
1147 * Makefile.am (gctest_LDFLAGS): new macro.
1149 2001-03-16 Tom Tromey <tromey@redhat.com>
1151 * Makefile.in: Rebuilt.
1152 * Makefile.am (TESTS_ENVIRONMENT): New macro.
1154 2001-01-23 Rod Stewart <stewart@lab43.org>
1156 * gcconfig.h: Check for `__arm__', not `arm'.
1158 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
1160 * configure.in: Rename THREADLIB to THREADLIBS.
1161 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1162 ensures that we link the correct version of the linuxthreads semaphore
1164 * Makefile.in: Rebuilt.
1165 * configure: Rebuilt.
1167 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1168 list of signals which are not blocked during suspend in the NO_SIGNALS
1171 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
1173 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1175 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
1177 * Makefile.dist: Renamed from Makefile.orig.
1179 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
1181 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1182 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1184 * Makefile.in: Rebuilt.
1185 * configure: Likewise.
1187 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
1189 * gcconfig.h: Add new case for powerpc EABI.
1190 [PPC]: Handle embedded OS for powerpc simulator.
1192 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
1194 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1195 cross-compile configuration only.
1196 * Makefile.am: Build gcj_mlc.c.
1197 * configure, Makefile.in: Rebuilt.
1199 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
1201 * acinclude.m4: Include libtool macros from the top level.
1202 * aclocal.m4, configure: Rebuilt.
1204 2000-09-04 Anthony Green <green@redhat.com>
1206 Fix for PR libgcj/230:
1207 * mark.c (GC_mark_from_mark_stack): Remove call to
1208 GC_debug_object_start.
1209 * gc_priv.h (GC_debug_object_start): Remove prototype.
1211 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1213 * gcconfig.h [OSF1] (_end): Declare as `int'.
1215 2000-08-02 Tom Tromey <tromey@cygnus.com>
1217 * gc_priv.h (GC_generic_malloc_inner): Prototype.
1218 (GC_generic_malloc): Likewise.
1219 (GC_add_to_black_list_normal): Likewise.
1220 (GC_find_header): Likewise.
1221 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1222 * gc_mark.h (GC_find_start): Prototype.
1223 (GC_signal_mark_stack_overflow): Likewise.
1225 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
1227 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1228 * configure: Rebuilt.
1230 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1232 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
1234 Imported version 5.1.
1235 * acinclude.m4: Push version to 5.1.
1237 2000-06-19 Andrew Haley <aph@cygnus.com>
1239 * os_dep.c (read): Pass two dummy args to syscall().
1241 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
1243 Imported 5.0 release version.
1244 * acinclude.m4: Increment version to 5.0.
1246 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
1248 Imported version 5.0alpha7.
1249 * acinclude.m4: Update version to 5.0a7.
1251 2000-04-26 Jakub Jelinek <jakub@redhat.com>
1253 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1254 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1255 - sparc glibc does not provide it.
1256 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1257 Make STACKBOTTOM depend on the wordsize.
1258 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1259 (struct frame): Declare on sparc*-linux*.
1260 (GC_save_callers): Bias the frame pointers if needed (sparc64).
1261 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1262 Implement on sparc64.
1263 (GC_clear_stack_inner): Implement on sparc64.
1264 * gc_priv.h (GC_test_and_set): Implement for sparc.
1265 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1266 GC_save_regs_in_stack on sparc.
1268 2000-04-23 Tom Tromey <tromey@cygnus.com>
1270 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1272 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
1274 Imported version version 5.0alpha6.
1275 * acinclude.m4: Bump version to 5.0a6.
1276 * configure.in: Don't use alpha_mach_dep.s.
1277 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1279 * Makefile.am, Makefile.in: irix_threads.c is now
1280 hpux_irix_threads.c.
1281 * Makefile.orig: Updated from gc distribution Makefile.
1283 2000-03-26 Anthony Green <green@redhat.com>
1285 * misc.c (GC_enable): Always define GC_enable and GC_disable.
1287 2000-02-14 Tom Tromey <tromey@cygnus.com>
1289 * gc.h (dlopen): Define as GC_dlopen on Linux.
1290 (GC_dlopen): Declare on Linux.
1291 * dyn_load.c (GC_dlopen): Define for Linux.
1293 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
1295 * gcconfig.h (DATASTART): Add missing extern declaration
1296 for data_start on powerpc.
1298 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
1300 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1303 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
1305 * gcconfig.h: Define DATASTART for Alpha Linux.
1307 1999-12-19 Anthony Green <green@cygnus.com>
1309 * gcconfig.h: Use libgcj hack for Alpha Linux.
1310 Undefine MPROTEXT_VDB (from Jeff Sturm).
1311 * os_dep.c: Remove Alpha Linux hacks.
1314 1999-12-13 Tom Tromey <tromey@cygnus.com>
1316 * aclocal.m4, configure: Rebuilt.
1317 * acinclude.m4: Changed version to 5.0a4.
1318 * Makefile.in: Rebuilt.
1319 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1321 1999-12-12 Anthony Green <green@cygnus.com>
1323 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1325 (DYNAMIC_LOADING): Define for PowerPC Linux.
1326 * os_dep.c: Remove some special cases for PowerPC Linux.
1327 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1330 1999-11-04 Tom Tromey <tromey@cygnus.com>
1332 * Makefile.in: Rebuilt.
1333 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1335 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1336 (GC_thr_init): Don't declare.
1338 * configure: Rebuilt.
1339 * configure.in: Removed qt threads case.
1340 * dyn_load.c: Don't mention QUICK_THREADS.
1341 * os_dep.c: Don't mention QUICK_THREADS.
1342 * misc.c: Don't mention QUICK_THREADS.
1343 * gcconfig.h: Don't mention QUICK_THREADS.
1344 * gc_priv.h: Removed QUICK_THREADS code.
1345 * quick_threads.c: Removed.
1347 1999-11-03 Tom Tromey <tromey@cygnus.com>
1349 * gcconfig.h: Merged in local changes from old config.h.
1351 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
1353 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1355 1999-11-02 Tom Tromey <tromey@cygnus.com>
1357 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1359 * configure: Rebuilt.
1360 * configure.in: Don't create boehm-config.h.
1361 * Makefile.in: Rebuilt.
1362 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1364 ($(all_objs)): Depend on gcconfig.h.
1365 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1366 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1367 * config.h: Removed.
1369 1999-11-01 Tom Tromey <tromey@cygnus.com>
1371 * Makefile.in: Rebuilt.
1372 * Makefile.am (gctest_LDADD): Added THREADLIB.
1374 * configure: Rebuilt.
1375 * configure.in (INCLUDES): New subst.
1377 1999-09-29 Steve Chamberlain <sac@pobox.com>
1379 * config.h: Added picoJava target.
1380 * mach_dep.h (GC_push_regs): New code for picoJava.
1382 1999-09-28 Tom Tromey <tromey@cygnus.com>
1384 * aclocal.m4, configure: Rebuilt.
1385 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1386 appropriate AC_PROG_ symbol.
1388 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1390 * gc_priv.h: IRIX thread changes from
1391 include/private/gc_priv.h.
1393 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1395 * Makefile.in: Rebuilt.
1396 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1399 * configure: Rebuilt.
1400 * configure.in: Properly align --help output, fix capitalization
1402 * acinclude.m4: Likewise.
1404 1999-08-04 Tom Tromey <tromey@cygnus.com>
1406 * configure.in: Added missing `;;'. From Anthony Green.
1408 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1410 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1412 1999-08-03 Tom Tromey <tromey@cygnus.com>
1414 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1415 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1417 1999-08-02 Tom Tromey <tromey@cygnus.com>
1419 * aclocal.m4, configure: Rebuilt for new libtool.
1421 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1423 * mips_sgi_mach_dep.s: Enable PIC option.
1425 1999-07-19 Tom Tromey <tromey@cygnus.com>
1427 * config.h (MPROTECT_VDB): Don't define on Linux.
1429 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1431 * Makefile.am (.s.lo): Avoid `#line' directives.
1432 * Makefile.in: Rebuilt.
1434 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1436 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1437 generate *-recursive for this Makefile, use *-am instead.
1438 * Makefile.in: Rebuilt.
1440 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1442 * Makefile.am (.s.lo): Renamed from `.s.o'.
1443 * Makefile.in: Rebuilt.
1445 1999-06-21 Tom Tromey <tromey@cygnus.com>
1447 Alpha patch from Jeff Sturm:
1448 * os_dep.c (GC_init_linuxalpha): New function.
1449 * misc.c: Initialize for alpha linux.
1450 * gc_priv.h (GC_test_and_set): Define for alpha.
1451 * config.h: Don't assume __data_start on alpha.
1453 * Makefile.in: Rebuilt.
1454 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1457 * Makefile.in: Rebuilt.
1458 * Makefile.am (toolexeclibdir): Define as libdir when
1460 * configure: Rebuilt.
1461 * configure.in (USE_LIBDIR): New conditional.
1463 * configure: Rebuilt.
1464 * configure.in: Recognize all forms of alpha.
1466 1999-06-17 Anthony Green <green@cygnus.com>
1468 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1469 Carlo Dapor <carlo@vis.ethz.ch>).
1471 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1473 * configure.in: Switch from irix threads to posix threads
1474 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1475 for mips architecture.
1476 * configure: Regenerate.
1478 1999-04-30 Tom Tromey <tromey@cygnus.com>
1480 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1482 1999-04-26 Tom Tromey <tromey@cygnus.com>
1484 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1487 1999-04-23 Tom Tromey <tromey@cygnus.com>
1489 * Makefile.in, configure: Rebuilt.
1490 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1491 (libgcjgc_la_SOURCES): Renamed.
1492 (libgcjgc_la_LIBADD): Likewise.
1493 (libgcjgc_la_DEPENDENCIES): Likewise.
1494 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1495 (gctest_LDADD): Use libgcjgc.la.
1496 (all_objs): Mention libgcj_la_OBJECTS.
1497 (EXTRA_LTLIBRARIES): Renamed.
1498 (toollib_LTLIBRARIES): Likewise.
1499 (libgcjgc_la_LDFLAGS): New macro
1500 (toolexecdir): Renamed.
1501 (toolexeclibdir): Likewise.
1502 (toolexeclib_LTLIBRARIES): Likewise.
1503 (LTCOMPILE): Renamed; added libtool invocation.
1504 (LINK): Added libtool invocation.
1505 (.s.o): use LTCOMPILE.
1506 * configure.in: Call AM_PROG_LIBTOOL.
1507 (target_all): Set to libgcjgc.la.
1508 Mention `.lo' forms of object files.
1510 1999-04-21 Tom Tromey <tromey@cygnus.com>
1512 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1515 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1516 sigcontext.h. From Matthias Klose <doko@itso.de>.
1518 1999-04-16 Tom Tromey <tromey@cygnus.com>
1520 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1521 David Pettersson <dapet@mai.liu.se>
1523 1999-04-14 Tom Tromey <tromey@cygnus.com>
1525 * configure: Rebuilt.
1526 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1527 incorrect patch of 199-04-09.
1529 * configure: Rebuilt.
1530 * configure.in: Added support for alpha.
1531 From David Pettersson <dapet@mai.liu.se>.
1533 1999-04-13 Tom Tromey <tromey@cygnus.com>
1535 * Makefile.in: Rebuilt.
1536 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1539 1999-04-09 Tom Tromey <tromey@cygnus.com>
1541 * configure: Rebuilt.
1542 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1544 1999-02-23 Tom Tromey <tromey@cygnus.com>
1546 * configure: Rebuilt.
1547 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1548 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1550 1999-02-18 Tom Tromey <tromey@cygnus.com>
1552 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1553 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1554 for case where LO is NULL.
1556 1999-02-10 Tom Tromey <tromey@cygnus.com>
1558 * aclocal.m4, configure, Makefile.in: Rebuilt.
1559 * acinclude.m4: Updated to be used with automake 1.4.
1560 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1562 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1563 (libgcjgc_a_SOURCES): Likewise.
1564 (libgcjgc_a_LIBADD): Likewise.
1565 (libgcjgc_a_DEPENDENCIES): Likewise.
1566 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1567 (gctest_LDADD): Likewise.
1568 (all_objs): Likewise.
1570 1999-01-08 Tom Tromey <tromey@cygnus.com>
1572 * configure: Rebuilt.
1573 * configure.in: Define LINUX_THREADS if using POSIX threads on
1576 * gc_priv.h (GC_test_and_set): Put return type into definition.
1578 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1580 * Makefile.am: add support for eCos. In particular, add C++
1581 support for compiling the file ecos.cc.
1582 * ecos.cc: new file.
1583 * acinclude.m4: add C++ support.
1584 * aclocal.m4: likewise
1585 * config.h: add eCos support.
1586 * configure: likewise
1587 * configure.in: likewise
1588 * misc.c (GC_write): add eCos support.
1589 * os_dep.c (tiny_sbrk): add eCos support.
1591 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1593 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1594 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1596 1998-11-23 Tom Tromey <tromey@cygnus.com>
1598 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1600 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1602 * Makefile.am, Makefile.in, configure.host: tx39 build option
1605 1998-11-17 Tom Tromey <tromey@cygnus.com>
1607 * configure: Rebuilt.
1608 * configure.in: Switch on host, not target.
1610 1998-11-16 Tom Tromey <tromey@cygnus.com>
1612 * gc_priv.h (GC_debug_object_start): Declare.
1613 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1614 * gc.h (GC_debug_register_finalizer_no_order,
1615 GC_register_finalizer_no_order): Declare.
1616 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1617 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1618 (GC_debug_generic_malloc): Likewise.
1619 (GC_debug_object_start): new function.
1621 1998-11-11 Tom Tromey <tromey@cygnus.com>
1623 * configure: Rebuilt.
1624 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1626 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1628 * dyn_load.c: Handle QUICK_THREADS case.
1630 1998-10-21 Tom Tromey <tromey@cygnus.com>
1632 * configure: Rebuilt.
1633 * configure.in: Put cpp defines here, not in config.h. Recognize
1634 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1635 define PACKAGE or VERSION.
1636 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1639 * os_dep.c (GC_default_push_other_roots): Define when
1640 QUICK_THREADS defined.
1641 * misc.c: Added QUICK_THREADS case.
1642 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1643 * config.h (THREADS): Define if QUICK_THREADS defined.
1644 * Makefile.in: Rebuilt.
1645 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1647 * quick_threads.c: New file.
1649 1998-10-20 Tom Tromey <tromey@cygnus.com>
1651 * aclocal.m4, configure: Rebuilt.
1652 * acinclude.m4: Don't subst machine_dir or sys_dir.
1653 * configure.host: Removed unused code.
1655 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1657 * configure: Rebuilt.
1658 * configure.in: Fix typo in previous patch.
1660 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1662 * Makefile.in, aclocal.m4, configure: Rebuilt.
1663 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1664 * configure.host: Created.
1666 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1668 * Makefile.in: Rebuilt.
1669 * Makefile.am (lib_LIBRARIES): Use target_all.
1670 (EXTRA_LIBRARIES): New macro.
1671 * configure: Rebuilt.
1672 * configure.in: Recognize --enable-gc.
1674 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1676 * Makefile.in: Rebuilt.
1677 * Makefile.am (COMPILE): Define.
1679 (.s.o): Use MY_CFLAGS.
1680 * configure: Rebuilt.
1681 * configure.in (MY_CFLAGS): Define and subst.
1683 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1685 * configure: Rebuilt.
1686 * configure.in: Added --with-cross-host argument. Use
1687 $with_cross_host to determine when cross-compiling.
1689 * config.h (SMALL_CONFIG): Don't define.
1690 * configure: Rebuilt.
1691 * configure.in: Define SMALL_CONFIG when cross-compiling.
1693 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1695 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1696 allchblk.c: Merged with 4.13a2 while preserving local changes.
1698 * Makefile.orig: Updated from Makefile in 4.13a2.
1700 * configure: Rebuilt.
1701 * configure.in: Updated version number to 4.13a2. On Solaris,
1702 don't build with -O when using gcc.
1704 Merged in version 4.13alpha2:
1705 * config.h (USE_MMAP): Re-enable on Solaris.
1706 * solaris_pthreads.c: Removed RCS Id line.
1707 * alpha_mach_dep.s: Removed RCS Id line.
1709 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1711 * config.h (USE_MMAP): Don't define for Solaris.
1713 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1715 * Makefile.in: Rebuilt.
1716 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1718 * Makefile.in: Rebuilt.
1719 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1721 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1723 * Makefile.in: Rebuilt.
1724 * Makefile.am ($(all_objs)): Depend on config.h.
1726 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1727 DATASTART as &_etext.
1728 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1729 * configure: Rebuilt.
1730 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1733 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1735 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1736 (GC_maybe_gc): Likewise.
1737 * os_dep.c: If NO_SIGSET defined, then have empty
1738 GC_disable_signals and GC_enable_signals.
1739 * configure: Rebuilt.
1740 * configure.in: Added --with-target-subdir option. If
1741 cross-compiling, define NO_SIGSET and NO_CLOCK.
1743 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1745 * Makefile.in: Rebuilt.
1746 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1748 * aclocal.m4, configure: Rebuilt.
1749 * acinclude.m4: New file.
1750 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1752 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1754 * configure: Rebuilt.
1755 * configure.in: Link boehm-config.h to config.h.
1756 * Makefile.in: Rebuilt.
1757 * Makefile.am (INCLUDES): Removed.
1758 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1759 JAVA_FINALIZATION): Define
1761 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1763 * Many files: Use GC_bool, not bool.
1764 * gc_priv.h: Define GC_bool, not bool.
1766 * misc.c (GC_dont_gc): Define as int.
1767 (GC_quiet): Likewise.
1768 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1769 * alloc.c (GC_dont_expand): Define as int.
1770 * gc_priv.h: For gcc, define bool as char.
1772 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1774 * Makefile.in: Rebuilt.
1775 * Makefile.am (check_PROGRAMS): New macro.
1776 (gctest_SOURCES): Likewise.
1777 (gctest_LDADD): Likewise.
1779 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1781 * Makefile.in: Rebuilt.
1782 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1783 * configure: Rebuilt.
1784 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1786 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1788 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1790 * Makefile.orig: Renamed from Makefile.