1 2005-11-01 Bryce McKinlay <mckinlay@redhat.com>
3 * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
5 2005-09-15 Kazu Hirata <kazu@codesourcery.com>
7 * include/private/gc_locks.h (GC_test_and_set): Change the
8 constraint of the first operand to '0'.
10 2005-09-06 Tom Tromey <tromey@redhat.com>
13 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
16 2005-07-17 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
18 * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
20 2005-06-15 Andreas Tobler <a.tobler@schweiz.ch>
22 * os_dep.c: Add FreeBSD/PowerPC bits.
23 (GC_SysVGetDataStart): Likewise.
24 * include/private/gcconfig.h: Likewise.
26 2005-05-25 Andrew Haley <aph@redhat.com>
28 * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
31 2005-05-09 Mike Stump <mrs@apple.com>
33 * configure: Regenerate.
35 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
37 * os_dep.c, include/private/gc_locks.h: Import CRIS port by
38 Simon Posnjak from gc6.4.
39 * include/private/gcconfig.h: Ditto. Add M32R note from gc6.4.
41 2005-04-17 David S. Miller <davem@davemloft.net>
43 * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
44 * os_dep.c (GC_linux_stack_base): Check for bug present in some
45 Sparc glibc variants where __libc_stack_end is erroneously set
46 to "1". Fallback to procfs code in that case.
48 2005-04-12 Mike Stump <mrs@apple.com>
50 * configure: Regenerate.
52 2005-04-12 Richard Henderson <rth@redhat.com>
54 * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
56 2005-03-23 Mike Stump <mrs@apple.com>
58 * darwin_stop_world.c: Update for -m64 multilib.
59 * include/private/gcconfig.h: Likewise.
60 * powerpc_darwin_mach_dep.s: Likewise.
62 2005-03-01 Kelley Cook <kcook@gcc.gnu.org>
64 * Makefile.in, include/Makefile.in: Regenerate.
66 2005-02-26 Richard Earnshaw <rearnsha@arm.com>
68 * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
69 ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
71 2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
74 * configure.host: Set gc_use_mmap on *-linux*.
75 * configure.ac: Define USE_MMAP if gc_use_mmap is set.
76 * include/private/gc_priv.h: Include gc_config.h.
77 * configure, include/gc_config.h.in: Rebuilt.
79 2005-02-07 Hans Boehm <Hans.Boehm@hp.com>
81 * allchblk.c (GC_allochblk_nth): Dont overlook available space if
82 GC disabled, correctly convert GC_finalizer_mem_freed to byte,
84 * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
86 * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
87 and indent appropriately.
88 * mark_rts.c (GC_approx_sp): Access stack.
89 * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
90 callee-saves registers when appropriate.
91 (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
93 2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
95 * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
96 and include/gc_ext_config.h.
97 * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
98 * include/gc.h: Undef PACKAGE_* before including gc_config.h.
100 2004-12-13 Kelley Cook <kcook@gcc.gnu.org>
102 * configure: Regenerate.
104 2004-11-29 Bryce McKinlay <mckinlay@redhat.com>
107 Revert patches of 2004-11-26 and 2004-11-27.
109 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
111 * configure: Regenerate for libtool change.
113 2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
115 * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
117 2004-11-26 Bryce McKinlay <mckinlay@redhat.com>
119 Fix "PACKAGE_NAME redefined" errors.
120 * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
121 and include/gc_config.h.
122 * configure: Regenerated.
123 * include/gc_config.h.in: No longer auto-generated. Define only the
124 macros needed by libjava.
125 * include/config.h.in: Generated by autoheader.
126 * include/gc.h: Include config.h, not gc_config.h.
128 2004-11-25 Kelley Cook <kcook@gcc.gnu.org>
130 * configure: Regenerate for libtool reversion.
132 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
134 * configure: Regenerate for libtool change.
136 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
138 * configure.ac (machdep): Use sparc_mach_dep.lo on
139 sparc64-sun-solaris2.* too.
140 (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
141 * configure: Regenerate.
143 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
146 * configure.ac (threading): Accept 'posix95'.
147 * configure: Regenerate.
149 2004-11-04 Kelley Cook <kcook@gcc.gnu.org>
151 * Makefile.am: Define ACLOCAL_AMFLAGS.
152 * configure.ac: Remove redundant sinclude.
153 * acinclude.m4: Delete file.
154 * aclocal.m4: Regenerate.
155 * Makefile.in, include/Makefile.in: Regenerate.
156 * configure: Regenerate.
158 2004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
160 * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
163 2004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
165 * include/private/gcconfig.h: Add m32r-linux target.
167 2004-09-27 Kelley Cook <kcook@gcc.gnu.org>
169 * configure.ac: Update all AC_DEFINEs to newer style.
170 * configure: Regenerate.
171 * include/gc_config.h.in: Regenerate.
173 2004-08-27 Hans Boehm <Hans.Boehm@hp.com>
175 * backgraph.c, gc_priv.h (GC_traverse_back_graph,
176 GC_print_back_graph_stats): split GC_traverse_back_graph.
177 * backgraph.c: Dynamically grow in_progress_space.
178 * finalize.c (GC_notify_or_invoke_finalizers): also call
179 GC_print_back_graph_stats.
180 * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
181 GC_print_back_height): Move delarations to header file.
182 * configure.ac: rename --enable-full-debug to --enable-gc-debug.
183 * configure: Regenerate.
185 2004-08-23 Hans Boehm <Hans.Boehm@hp.com>
187 * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
188 * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
190 2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
192 * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
193 Reported by Danny Smith.
195 2004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
197 * misc.c (GC_init): Replace lhs cast with rhs cast.
199 2004-08-16 Bryce McKinlay <mckinlay@redhat.com>
201 * specific.c: Check GC_LINUX_THREADS before including
202 private/specific.h. From Richard Earnshaw.
204 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
206 * aclocal.m4: Remove obsolete construct for old automake.
207 * acinclude.m4: Regenerate with aclocal 1.9.1.
208 * configure.ac: Remove duplicate AC_WITH calls. Replace
209 AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
210 Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
211 Remove now-redundant subst of target_noncanonical. Remove
212 now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with
213 AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
214 Use slightly more modern form of AC_INIT.
215 * configure: Rebuild with autoconf 2.59.
216 * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
218 2004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
220 * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
221 since they're not known at this time.
222 * solaris_pthreads.c: Likewise.
224 2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
227 * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
229 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
231 * configure.ac (gc_cflags): Add -Iinclude.
232 (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
233 Don't write DEFS to boehm-cflags file.
234 * configure: Rebuilt.
235 * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
236 * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
237 * include/gc_config_macros.h: Remove backward-compatibility
238 redefinitions of GC_ names.
239 * include/gc.h: Include <gc_config.h>.
241 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
243 Import Boehm GC version 6.3.
245 2004-08-12 Kelley Cook <kcook@gcc.gnu.org>
247 * include/Makefile.in: Regenerate
249 2004-07-06 Andrew Pinski <apinski@apple.com>
251 * os-dep.c (GC_task_self): Declare as static
252 and remove the second declaration.
254 2004-06-20 Andreas Tobler <a.tobler@schweiz.ch>
256 * Makefile.am: Add rule for .S files to fix bootstrap on
258 * Makefile.in: Regenerate.
260 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
262 * boehm-gc/configure.ac: New name of configure.in.
263 Remove useless multilib stuff. Change uses of
264 INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
265 * boehm-gc/configure.in: New name of configure.in.
266 * boehm-gc/Makefile.am: Update for automake 1.8.5.
267 * boehm-gc/acinclude.m4: Include ../config/acx.m4.
268 * boehm-gc/aclocal.m4: Regenerate.
269 * boehm-gc/configure: Regenerate.
270 * boehm-gc/Makefile.in: Regenerate.
272 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
274 * .cvsignore: New file.
276 2004-04-25 Andreas Jaeger <aj@suse.de>
278 * mark.c (GC_mark_from): Use pointer as prefetch argument.
280 2004-04-06 H.J. Lu <hongjiu.lu@intel.com>
282 * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
284 (PREFETCH_FOR_WRITE): Likewise.
286 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
288 * configure.ac: Bump AC_PREREQ to 2.59.
289 * configure: Regenerate.
290 * config.in: Regenerate.
292 2004-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
294 * ltconfig, ltmain.sh: Remove unused files.
295 * configure.in: Remove bogus extra early invocation of
297 * configure: Regenerate.
298 * mkinstalldirs, install-sh, config.sub, config.guess:
299 Remove (now) unused files.
300 * Makefile.in: Regenerate (losing references to vanished
303 * configure.in: Add CCAS, CCASFLAGS for future automakes.
304 * configure, Makefile.in, include/Makefile.in: Regenerate.
306 * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
307 * Makefile.in: Regenerate.
309 * configure.in: Remove bogus duplicate invocation of
310 AM_MAINTAINER_MODE. Remove obsolete comment.
311 * configure: Regenerate.
313 * acinclude.m4: Remove GC_CONFIGURE macro; move contents
315 * aclocal.m4: Regenerate.
316 * configure.in: Receive contents of GC_CONFIGURE macro.
317 * configure: Regenerate.
319 * configure.in: Remove more obsolete, bogus code.
320 * configure: Regenerate.
322 * acinclude.m4: Remove obsolete and bogus constructs.
323 * aclocal.m4: Regenerate.
324 * configure: Regnerate.
326 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
328 * acinclude.m4: De-precious CC and CXX so that the right flags
329 are passed down to multilibs.
330 * aclocal.m4: Regenerate.
331 * configure: Regenerate.
333 2004-02-22 Zack Weinberg <zack@codesourcery.com>
334 Nathanael Nerode <neroden@twcny.rr.com>
335 Alexandre Oliva <aoliva@redhat.com>
337 * config.sub, config.guess: Replace with forwarding scripts
338 which invoke the master copies in the top level.
340 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
342 * acinclude.m4: Remove old no-executables workaround;
343 add new no-executables workaround.
344 * aclocal.m4: Regenerate.
345 * configure.in: Change prereqs to autoconf 2.57.
346 * configure: Regenerate with autoconf 2.57.
348 * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
349 * configure: Regenerate.
350 * Makefile.am: Use target_noncanonical variable from configure.
351 * Makefile.in: Regenerate.
352 * include/Makefile.in: Regenerate.
354 2004-02-20 Andrew Cagney <cagney@redhat.com>
356 * config.guess: Update from version 2002-01-10 to 2004-02-16.
357 * config.sub: Update from version 2002-01-02 to 2004-02-16.
359 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
361 * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
362 * aclocal.m4: Rebuild.
363 * configure: Regenerate.
365 * acinclude.m4: Move certain code to configure.in.
366 * configure.in: Receive code from acinclude.m4.
367 * aclocal.m4: Rebuild.
368 * configure: Regenerate.
370 * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
372 2004-01-20 Andrew Haley <aph@redhat.com>
374 * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
376 * configure.in: Comment change.
378 2004-01-16 Andrew Haley <aph@redhat.com>
380 * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
381 add for ia64; remove for MIPS.
382 * configure: Regnerated.
384 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
386 * configure.in: Add in AC_PREREQ(2.13)
388 2004-01-07 Dave Jones <davej@redhat.com>
390 * malloc.c (GC_generic_malloc): Correct initialization typo.
391 * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
393 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
395 * include/private/gcconfig.h: Re-install change of 2003-04-16.
397 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
399 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
402 2003-10-18 Alan Modra <amodra@bigpond.net.au>
404 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
407 2003-10-03 Jeff Sturm <jsturm@one-point.com>
409 * configure: Rebuild.
411 2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
413 * configure.in: Remove NO_GETENV definition for win32.
414 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
415 * misc.c (GC_init_inner): Call GC_thr_init for win32.
416 (GC_set_warn_proc): Add assertion.
417 * win32_threads.c: Import 6.3alpha2 version.
418 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
420 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
422 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
423 2.3/SPARC, there are no micro versions.
424 Treat Solaris 10 and up alike.
425 * configure: Regenerate.
427 2003-09-22 Anthony Green <green@redhat.com>
429 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
432 2003-09-20 <green@redhat.com>
434 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
435 check for __arm__ or __thumb__.
437 2003-09-09 Alan Modra <amodra@bigpond.net.au>
439 * configure: Regenerate.
441 2003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
442 Roger Sayle <roger@eyesopen.com>
444 * configure.in: Set INCLUDES to absolute path.
445 Save $INCLUDES in boehm-cflags, too.
446 Set INCLUDES so it's available to config.status.
447 * configure: Regenerate.
449 2003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
451 * include/gc.h (GC_CreateThread): Declare with WINAPI
453 * win32_threads.c (GC_CreateThread): Make definitions consistent
454 with declaration. Cast &thread_table[i].handle to PHANDLE
455 in call to DuplicateHandle
456 (thread_start): Declare as static.
458 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
460 * dyn_load.c: Define __private_extern__ to match Apple's system
463 2003-07-28 Loren J. Rittle <ljrittle@acm.org>
465 * os_dep.c: Remove redundancy introduced in last merge.
467 2003-07-28 Jeff Sturm <jsturm@one-point.com>
470 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
471 * ChangeLog: Likewise.
472 * Makefile.am: Likewise.
473 * Makefile.direct: Likewise.
474 * Makefile.dj: Likewise.
475 * allchblk.c: Likewise.
477 * backgraph.c: Likewise.
478 * configure.host: Likewise.
479 * configure.in: Likewise.
480 * dbg_mlc.c: Likewise.
481 * dyn_load.c: Likewise.
482 * finalize.c: Likewise.
483 * gc_cpp.cc: Likewise.
484 * gc_dlopen.c: Likewise.
485 * gcj_mlc.c: Likewise.
486 * if_mach.c: Likewise.
487 * mach_dep.c: Likewise.
488 * malloc.c: Likewise.
489 * mallocx.c: Likewise.
491 * mark_rts.c: Likewise.
493 * os_dep.c: Likewise.
494 * ptr_chck.c: Likewise.
495 * reclaim.c: Likewise.
496 * solaris_pthreads.c: Likewise.
497 * solaris_threads.c: Likewise.
498 * sparc_mach_dep.S: Likewise.
499 * threadlibs.c: Likewise.
500 * typd_mlc.c: Likewise.
501 * version.h: Likewise.
502 * win32_threads.c: Likewise.
503 * Mac_files/MacOS_Test_config.h: Likewise.
504 * Mac_files/MacOS_config.h: Likewise.
505 * cord/cordbscs.c: Likewise.
506 * cord/cordprnt.c: Likewise.
507 * cord/de_win.c: Likewise.
508 * doc/README: Likewise.
509 * doc/README.MacOSX: Likewise.
510 * doc/README.changes: Likewise.
511 * doc/README.environment: Likewise.
512 * doc/README.ews4800: Likewise.
513 * doc/README.linux: Likewise.
514 * doc/README.macros: Likewise.
515 * doc/README.win32: Likewise.
516 * doc/debugging.html: Likewise.
517 * doc/gcdescr.html: Likewise.
518 * doc/tree.html: Likewise.
519 * include/Makefile.in: Likewise.
520 * include/gc.h: Likewise.
521 * include/gc_cpp.h: Likewise.
522 * include/gc_local_alloc.h: Likewise.
523 * include/gc_mark.h: Likewise.
524 * include/gc_pthread_redirects.h: Likewise.
525 * include/gc_typed.h: Likewise.
526 * include/new_gc_alloc.h: Likewise.
527 * include/private/dbg_mlc.h: Likewise.
528 * include/private/gc_hdrs.h: Likewise.
529 * include/private/gc_locks.h: Likewise.
530 * include/private/gc_pmark.h: Likewise.
531 * include/private/gc_priv.h: Likewise.
532 * include/private/gcconfig.h: Likewise.
533 * include/private/solaris_threads.h: Likewise.
534 * include/private/specific.h: Likewise.
535 * tests/test.c: Likewise.
536 * tests/test_cpp.cc: Likewise.
538 * configure: Rebuild.
539 * Makefile.in: Rebuild.
541 * mips_sgi_mach_dep.s: Add.
543 * alpha_mach_dep.s: Remove.
544 * irix_threads.c: Remove.
545 * linux_threads.c: Remove.
546 * mips_sgi_mach_dep.S: Remove.
548 * powerpc_macosx_mach_dep.s: Remove.
549 * doc/Makefile.am: Remove.
550 * doc/Makefile.in: Remove.
552 2003-07-25 Roger Sayle <roger@eyesopen.com>
554 * configure.host: Only use +ESdbgasm when using the HPUX native
555 compiler on PA-Risc. It isn't recognized by GCC and is silently
556 ignored by HP's compilers on ia64.
558 2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
560 * configure.in: define GC_DLL under mingw if --enable-shared
562 * win32_threads.c: add #ifdef GC_DLL around DllMain
564 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
566 * include/private/gcconfig.h: Add support for arm-netbsdelf.
568 2003-04-09 Tom Tromey <tromey@redhat.com>
570 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
572 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
574 2003-03-22 Richard Henderson <rth@redhat.com>
576 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
577 (GC_test_and_set): Use __sync_lock_test_and_set.
578 (GC_clear): Use volatile assignment.
579 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
580 (GC_memory_write_barrier): Use __sync_synchronize.
582 2003-03-12 Andreas Schwab <schwab@suse.de>
584 * configure.in: Avoid trailing /. in toolexeclibdir.
585 * configure: Rebuilt.
587 2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
588 * include/private/gcconfig.h (GC_data_start): declare when needed.
589 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
591 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
592 GC_register_dynlib_callback): Register main data for static
593 executable if dl_iterate_phdr() didn't.
594 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
595 if we don't expect to register main static data.
597 2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
598 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
599 (GC_push_roots): explicitly mark free list headers, register
600 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
601 * alloc.c (GC_stopped_mark): Conditionally call
602 GC_cond_register_dynamic_libraries().
603 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
604 * dyn_load.c (GC_register_main_static_data): define.
605 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
606 no longer skip main data.
607 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
608 (GC_init_inner): Make main data registration conditional.
609 * include/private/gc_priv.h (GC_register_main_static_data): declare.
610 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
613 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
615 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
617 * configure: Rebuilt.
619 2003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
621 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
623 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
625 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
626 Remove USE_LIBDIR conditional.
627 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
628 * Makefile.in, configure: Rebuilt.
630 2002-12-31 Tom Tromey <tromey@redhat.com>
633 * include/Makefile.in: Rebuilt.
634 * include/Makefile.am (noinst_HEADERS): Renamed from
637 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
639 * ltconfig (osf[345]): Append $major to soname_spec.
640 Reflect this in library_names_spec.
641 * ltmain.sh (osf): Prefix $major with . for use as extension.
643 2002-10-02 Andreas Jaeger <aj@suse.de>
645 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
647 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
649 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
650 check for __arm__ or __thumb__.
652 2002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
654 * include/private/gcconfig: Add machine type S390. Add s390x support.
655 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
656 (GC_compare_and_exchange): Likewise.
658 2002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
660 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
662 2002-08-23 Adam Megacz <adam@xwt.org>
664 * win32_threads.cc: Removed extraneous ABORT()
666 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
668 * Makefile.am (all-multi): Fix multilib parallel build.
670 2002-07-18 Bo Thorsen <bo@suse.de>
672 * include/private/gcconfig.h: Add x86-64 definitions.
673 * os_dep.c: Add x86-64 support.
674 * configure.in: Likewise.
675 * configure: Regenerate.
677 2002-07-18 H.J. Lu <hjl@gnu.org>
679 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
681 2002-07-18 H.J. Lu (hjl@gnu.org)
683 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
686 2002-06-28 Hans Boehm <Hans_Boehm@hp.com>
689 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
691 2002-06-09 H.J. Lu (hjl@gnu.org)
693 * include/private/gc_locks.h (GC_test_and_set): Support
695 (GC_TEST_AND_SET_DEFINED): Likewise.
697 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
700 (LINUX_STACKBOTTOM): Likewise.
701 (STACKBOTTOM): Removed for Linux/mips.
703 Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
705 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
706 (GC_pthread_create): Fix typo.
707 (GC_TRY_LOCK): Likewise.
708 * include/private/gc_locks.h (GC_test_and_set): Only take one
710 (LOCK): Adjust appropriately.
711 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
712 _SIGRTMIN is unavailable.
714 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
716 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
717 * aclocal.m4: Regenerate.
718 * configure: Regenerate.
720 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
722 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
723 script entry, and set LD to it when configuring multilibs.
724 * configure: Rebuilt.
726 2002-04-22 Jeff Sturm <jsturm@one-point.com>
728 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
729 (noinst_LTLIBRARIES): Add libgcjgc.la.
731 * Makefile.in: Rebuild.
733 2002-04-22 David S. Miller <davem@redhat.com>
735 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
736 64-bit SPARC Linux, the __libc_stack_end technique does
737 not work in this case.
739 2002-04-22 Jeff Sturm <jsturm@one-point.com>
741 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
743 2002-04-17 Hans Boehm <Hans_Boehm@hp.com>
745 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
748 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
750 * include/private/gcconfig.h (DATAEND): Update comment example
753 2002-04-08 Loren J. Rittle <ljrittle@acm.org>
755 * include/private/gcconfig.h (DATAEND): Clarify comment.
757 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
759 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
760 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
762 * allchblk.c (GC_allchblk_nth): Change text and support reduced
763 frequency for blacklist warning message.
764 * misc.c (GC_large_alloc_warn_interval,
765 GC_large_alloc_warn_suppressed): define.
766 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
767 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
768 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
769 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
771 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
773 2002-04-04 Loren J. Rittle <ljrittle@acm.org>
775 * include/private/gcconfig.h: Add support for an unmapped
776 memory hole between the end of the initialized data segment
777 and the start of the BSS on FreeBSD/i386.
779 2002-03-30 Krister Walfridsson <cato@df.lth.se>
781 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
784 2002-03-29 Hans Boehm <Hans_Boehm@hp.com>
786 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
787 (GC_local_gcj_malloc): Add assertion.
788 (start_mark_threads): Fix abort message.
789 * mark.c (GC_mark_from): Generalize assertion.
790 * reclaim.c (GC_clear_fl_links): New function.
791 (GC_start_reclaim): Must clear some freelist links.
792 * include/private/specific.h, specific.c: Add assertions.
793 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
794 Rearrange tse fields.
796 2002-03-27 Richard Henderson <rth@redhat.com>
798 * os_dep.c (GC_init_linux_data_start): Fix references to
799 __data_start and _end.
801 2002-03-25 Loren J. Rittle <ljrittle@acm.org>
803 * include/private/gcconfig.h: Change all likely references
804 to linker script synthesized symbols to use this idiom:
805 extern int etext[]; etext
807 2002-03-25 Jeff Sturm <jsturm@one-point.com>
809 * linux_threads.c (GC_get_nprocs): Close file descriptor.
811 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
813 * include/private/gcconfig.h: Add unified test for FreeBSD.
814 Support FreeBSD/alpha.
815 * os_dep.c: Do not include <machine/trap.h> unless available.
816 (GC_freebsd_stack_base): Fix types.
818 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
820 * Makefile.am: Make a convenience library.
821 * Makefile.in: Rebuilt.
823 2002-03-15 Anthony Green <green@redhat.com>
825 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
826 * configure.in: Disable use of getenv for win32 targets (some of
827 which have broken implementations).
828 * configure: Rebuilt.
830 2002-03-12 Adam Megacz <adam@xwt.org>
832 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
833 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
834 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
835 statically initialized it to TRUE if compiling with GCC.
836 * win32_threads.c (thread_start): We no longer use SEH if
838 * mark.c (GC_mark_some): We no longer use SEH if
841 2002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
843 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
844 support is enabled, for hash synchronization.
846 2002-02-24 Adam Megacz <adam@xwt.org>
848 * Makefile.am: Added win32_threads.c to sources list.
849 * win32_threads.c: Added two */'s which I had neglected.
851 2002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
853 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
854 * Makefile.in: Rebuilt.
856 2002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
858 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
860 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
862 * mips_sgi_mach_dep.S: Likewise.
863 * Makefile.am: Update for above changes.
864 * Makefile.in: Rebuilt.
866 2002-02-12 Richard Henderson <rth@redhat.com>
868 * configure.in: Re-apply 2001-06-26 configure change.
869 * configure: Rebuild.
871 2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
873 Imported GC 6.1 Alpha 3.
875 * sparc_mach_dep.S: Delete incorrectly named file.
877 2001-02-11 Adam Megacz <adam@xwt.org
879 * configure.in: support for win32, saner
880 cross-compile options
882 2001-02-08 Anthony Green <green@redhat.com>
884 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
885 board embedded targets.
886 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
887 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
888 redundant uses of ECOS.
889 * misc.c: Use NOSYS where ECOS is being used.
890 Don't define GC_write twice for ECOS systems.
891 (GC_write): New function for NOSYS targets.
893 2002-02-06 Adam Megacz <adam@xwt.org>
895 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
896 now exposed on all Win32 platforms.
897 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
898 compiles on Win32; it invokes CreateThread() if GC is built
899 as a DLL; otherwise it registers the thread.
900 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
901 libgcjgc was not built as a DLL.
903 2002-02-01 Adam Megacz <adam@xwt.org>
905 * boehm-gc on win32 now automatically detects if it is being built
906 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
908 2002-01-25 David Edelsohn <edelsohn@gnu.org>
910 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
911 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
912 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
913 DATASTART and DATAEND roots.
914 * rs6000_mach_dep.s: Add function descriptor and traceback table.
916 2001-12-16 Jeff Sturm <jsturm@one-point.com>
918 * dyn_load.c: Define ElfW (if needed) for all targets,
920 (GC_FirstDLOpenedLinkMap): Use it.
921 (GC_register_dynamic_libraries_dl): Use it.
922 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
925 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
928 * configure.in: Add AC_SUBST(target_alias).
929 * configure: Regenerated.
931 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
933 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
934 case for GC_FREEBSD_THREADS.
935 * configure.in (*-*-freebsd*): Clarify warning.
936 * configure: Rebuilt.
938 2001-10-23 Loren J. Rittle <ljrittle@acm.org>
939 Andreas Tobler <toa@pop.agri.ch>
941 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
943 2001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
945 * linux_threads.c (GC_init_parallel): Do not declare as a static
947 * include/gc.h (GC_init): Declare here. Add description.
948 * include/private/gc_priv.h (GC_init): Remove declaration.
950 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
952 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
953 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
954 GC_FREEBSD_THREADS, handle strange interaction between system
955 pthread implementation and boehm-gc signal-handler architecture.
956 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
958 * include/private/gcconfig.h (configuration keyed off FREEBSD):
959 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
960 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
962 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
964 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
965 * Makefile.in: Rebuilt.
967 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
969 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
970 merged local changes.
972 2001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
974 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
975 Solaris 2/Intel definition.
977 * configure.in (i?86-*-solaris2.[89]*): Define
978 SOLARIS25_PROC_VDB_BUG_FIXED.
979 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
980 * configure: Regenerate.
982 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
983 (DATAEND): Define using _end.
985 2001-09-11 Per Bothner <per@bothner.com>
987 * include/Makefile.am: New file. It defines include_HEADERS.
988 * Makefile.am (SUBDIRS): New macro, set to include.
989 * configure.in (AC_OUTPUT): Add include/Makefile.
991 2001-08-20 Tom Tromey <tromey@redhat.com>
993 * configure: Rebuilt.
994 * configure.in: Always ask gcc for threads package.
996 2001-08-17 Tom Tromey <tromey@redhat.com>
998 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
999 merged local changes.
1001 2001-08-02 David Billinghurst <David.Billinghurst>
1003 * configure: Rebuilt.
1004 * configure.in: POSIX threads on cygwin does not link with
1007 2001-07-03 Tom Tromey <tromey@redhat.com>
1009 Fix for PR bootstrap/3281:
1010 * aclocal.m4, configure, Makefile.in: Rebuilt.
1011 * acinclude.m4: Set mkinstalldirs for in-tree build.
1013 2001-06-26 Richard Henderson <rth@redhat.com>
1015 * alpha_mach_dep.s: Mark call-saved FP registers.
1016 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1017 * configure.in (alpha*): Re-enable alpha_mach_dep.s
1018 * configure: Rebuild.
1020 2001-06-12 Tom Tromey <tromey@redhat.com>
1022 * aclocal.m4, configure: Rebuilt.
1023 * acinclude.m4: Find configure.host in srcdir.
1025 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
1027 * configure.in (AC_EXEEXT): Work around in case it expands to
1028 nothing, as in autoconf 2.50.
1029 * acinclude.m4: Likewise.
1030 * aclocal.m4, configure: Rebuilt.
1032 2001-06-07 Tom Tromey <tromey@redhat.com>
1034 For PR bootstrap/3075:
1035 * configure, aclocal.m4, Makefile.in: Rebuilt.
1036 * configure.in: Don't call AC_CONFIG_AUX_DIR or
1037 AC_CANONICAL_SYSTEM.
1038 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1039 AC_CANONICAL_SYSTEM here.
1040 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1043 2001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1045 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1046 (libgcjgc_la_SOURCES): Remove typo.
1047 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1048 * Makefile.in: Rebuilt.
1050 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1052 Imported version version 6.0alpha7.
1054 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1055 README.amiga, README.debugging, README.dj, README.hp, README.linux,
1056 README.rs6000, README.sgi, README.solaris2, README.uts,
1057 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1058 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1059 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1060 hpux_irix_threads.c, makefile.depend, nursery.c,
1061 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1062 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1063 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1064 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1067 2001-05-19 Hans Boehm <hans_boehm@hp.com>
1069 * configure.host: Build with -fexceptions.
1070 * linux_threads.c: Remember which thread stopped world for
1072 2001-05-04 Loren J. Rittle <ljrittle@acm.org>
1073 with final tuning by Bryce McKinlay
1075 * configure.in: Add support for --enable-threads=posix on FreeBSD.
1076 * configure: Rebuilt.
1078 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
1080 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1081 (GC_noop1): Change declaration to take one argument.
1083 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
1085 * configure.in: Obtain THREADS with `gcc -v'.
1086 * configure: Rebuilt.
1088 2001-04-05 Hans Boehm <hans_boehm@hp.com>
1090 * misc.c: Back out buggy changes to stack clearing code.
1091 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1092 spent clearing memory.
1094 2001-04-04 Hans Boehm <hans_boehm@hp.com>
1097 - Accomodate finalization requests for static objects.
1098 (Will be required by hash synchronization. May be needed
1099 in some configurations now.)
1102 - Define MIN_WORDS. All allocation requests are rounded
1103 up to at least this size. Removes a subtle assumption that
1104 Java objects have a 2 word header.
1107 - Adjust Linux/IA64 configuration for non-ancient kernels.
1108 (Necessary fix for IA64.)
1111 - Fix syntax error in currently unused code. Will be needed
1119 - Change stack cleaning code to typically clear about one tenth
1120 the memory it used to in the threads configuration. Occasionally
1121 still clear more. (This is really a fix for a long-standing
1122 and fairly significant performance bug with threads.)
1125 - Fix the code for finding the beginning of the data segment under
1126 Linux. I believe this is necessary for some IA64 Linux
1127 distributions. It will also helo other platforms, though those
1128 may additionally require a gcconfig.h adjustment. (This basically
1129 works around the absence of a data_start or __data_start
1130 definition in glibc.)
1133 - Handle rounding due to MIN_WORDS.
1135 2001-03-22 Tom Tromey <tromey@redhat.com>
1137 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1139 2001-03-19 Tom Tromey <tromey@redhat.com>
1141 * Makefile.in: Rebuilt.
1142 * Makefile.am (gctest_LDFLAGS): new macro.
1144 2001-03-16 Tom Tromey <tromey@redhat.com>
1146 * Makefile.in: Rebuilt.
1147 * Makefile.am (TESTS_ENVIRONMENT): New macro.
1149 2001-01-23 Rod Stewart <stewart@lab43.org>
1151 * gcconfig.h: Check for `__arm__', not `arm'.
1153 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
1155 * configure.in: Rename THREADLIB to THREADLIBS.
1156 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1157 ensures that we link the correct version of the linuxthreads semaphore
1159 * Makefile.in: Rebuilt.
1160 * configure: Rebuilt.
1162 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1163 list of signals which are not blocked during suspend in the NO_SIGNALS
1166 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
1168 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1170 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
1172 * Makefile.dist: Renamed from Makefile.orig.
1174 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
1176 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1177 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1179 * Makefile.in: Rebuilt.
1180 * configure: Likewise.
1182 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
1184 * gcconfig.h: Add new case for powerpc EABI.
1185 [PPC]: Handle embedded OS for powerpc simulator.
1187 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
1189 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1190 cross-compile configuration only.
1191 * Makefile.am: Build gcj_mlc.c.
1192 * configure, Makefile.in: Rebuilt.
1194 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
1196 * acinclude.m4: Include libtool macros from the top level.
1197 * aclocal.m4, configure: Rebuilt.
1199 2000-09-04 Anthony Green <green@redhat.com>
1201 Fix for PR libgcj/230:
1202 * mark.c (GC_mark_from_mark_stack): Remove call to
1203 GC_debug_object_start.
1204 * gc_priv.h (GC_debug_object_start): Remove prototype.
1206 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1208 * gcconfig.h [OSF1] (_end): Declare as `int'.
1210 2000-08-02 Tom Tromey <tromey@cygnus.com>
1212 * gc_priv.h (GC_generic_malloc_inner): Prototype.
1213 (GC_generic_malloc): Likewise.
1214 (GC_add_to_black_list_normal): Likewise.
1215 (GC_find_header): Likewise.
1216 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1217 * gc_mark.h (GC_find_start): Prototype.
1218 (GC_signal_mark_stack_overflow): Likewise.
1220 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
1222 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1223 * configure: Rebuilt.
1225 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1227 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
1229 Imported version 5.1.
1230 * acinclude.m4: Push version to 5.1.
1232 2000-06-19 Andrew Haley <aph@cygnus.com>
1234 * os_dep.c (read): Pass two dummy args to syscall().
1236 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
1238 Imported 5.0 release version.
1239 * acinclude.m4: Increment version to 5.0.
1241 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
1243 Imported version 5.0alpha7.
1244 * acinclude.m4: Update version to 5.0a7.
1246 2000-04-26 Jakub Jelinek <jakub@redhat.com>
1248 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1249 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1250 - sparc glibc does not provide it.
1251 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1252 Make STACKBOTTOM depend on the wordsize.
1253 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1254 (struct frame): Declare on sparc*-linux*.
1255 (GC_save_callers): Bias the frame pointers if needed (sparc64).
1256 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1257 Implement on sparc64.
1258 (GC_clear_stack_inner): Implement on sparc64.
1259 * gc_priv.h (GC_test_and_set): Implement for sparc.
1260 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1261 GC_save_regs_in_stack on sparc.
1263 2000-04-23 Tom Tromey <tromey@cygnus.com>
1265 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1267 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
1269 Imported version version 5.0alpha6.
1270 * acinclude.m4: Bump version to 5.0a6.
1271 * configure.in: Don't use alpha_mach_dep.s.
1272 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1274 * Makefile.am, Makefile.in: irix_threads.c is now
1275 hpux_irix_threads.c.
1276 * Makefile.orig: Updated from gc distribution Makefile.
1278 2000-03-26 Anthony Green <green@redhat.com>
1280 * misc.c (GC_enable): Always define GC_enable and GC_disable.
1282 2000-02-14 Tom Tromey <tromey@cygnus.com>
1284 * gc.h (dlopen): Define as GC_dlopen on Linux.
1285 (GC_dlopen): Declare on Linux.
1286 * dyn_load.c (GC_dlopen): Define for Linux.
1288 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
1290 * gcconfig.h (DATASTART): Add missing extern declaration
1291 for data_start on powerpc.
1293 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
1295 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1298 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
1300 * gcconfig.h: Define DATASTART for Alpha Linux.
1302 1999-12-19 Anthony Green <green@cygnus.com>
1304 * gcconfig.h: Use libgcj hack for Alpha Linux.
1305 Undefine MPROTEXT_VDB (from Jeff Sturm).
1306 * os_dep.c: Remove Alpha Linux hacks.
1309 1999-12-13 Tom Tromey <tromey@cygnus.com>
1311 * aclocal.m4, configure: Rebuilt.
1312 * acinclude.m4: Changed version to 5.0a4.
1313 * Makefile.in: Rebuilt.
1314 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1316 1999-12-12 Anthony Green <green@cygnus.com>
1318 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1320 (DYNAMIC_LOADING): Define for PowerPC Linux.
1321 * os_dep.c: Remove some special cases for PowerPC Linux.
1322 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1325 1999-11-04 Tom Tromey <tromey@cygnus.com>
1327 * Makefile.in: Rebuilt.
1328 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1330 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1331 (GC_thr_init): Don't declare.
1333 * configure: Rebuilt.
1334 * configure.in: Removed qt threads case.
1335 * dyn_load.c: Don't mention QUICK_THREADS.
1336 * os_dep.c: Don't mention QUICK_THREADS.
1337 * misc.c: Don't mention QUICK_THREADS.
1338 * gcconfig.h: Don't mention QUICK_THREADS.
1339 * gc_priv.h: Removed QUICK_THREADS code.
1340 * quick_threads.c: Removed.
1342 1999-11-03 Tom Tromey <tromey@cygnus.com>
1344 * gcconfig.h: Merged in local changes from old config.h.
1346 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
1348 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1350 1999-11-02 Tom Tromey <tromey@cygnus.com>
1352 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1354 * configure: Rebuilt.
1355 * configure.in: Don't create boehm-config.h.
1356 * Makefile.in: Rebuilt.
1357 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1359 ($(all_objs)): Depend on gcconfig.h.
1360 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1361 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1362 * config.h: Removed.
1364 1999-11-01 Tom Tromey <tromey@cygnus.com>
1366 * Makefile.in: Rebuilt.
1367 * Makefile.am (gctest_LDADD): Added THREADLIB.
1369 * configure: Rebuilt.
1370 * configure.in (INCLUDES): New subst.
1372 1999-09-29 Steve Chamberlain <sac@pobox.com>
1374 * config.h: Added picoJava target.
1375 * mach_dep.h (GC_push_regs): New code for picoJava.
1377 1999-09-28 Tom Tromey <tromey@cygnus.com>
1379 * aclocal.m4, configure: Rebuilt.
1380 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1381 appropriate AC_PROG_ symbol.
1383 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1385 * gc_priv.h: IRIX thread changes from
1386 include/private/gc_priv.h.
1388 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1390 * Makefile.in: Rebuilt.
1391 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1394 * configure: Rebuilt.
1395 * configure.in: Properly align --help output, fix capitalization
1397 * acinclude.m4: Likewise.
1399 1999-08-04 Tom Tromey <tromey@cygnus.com>
1401 * configure.in: Added missing `;;'. From Anthony Green.
1403 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1405 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1407 1999-08-03 Tom Tromey <tromey@cygnus.com>
1409 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1410 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1412 1999-08-02 Tom Tromey <tromey@cygnus.com>
1414 * aclocal.m4, configure: Rebuilt for new libtool.
1416 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1418 * mips_sgi_mach_dep.s: Enable PIC option.
1420 1999-07-19 Tom Tromey <tromey@cygnus.com>
1422 * config.h (MPROTECT_VDB): Don't define on Linux.
1424 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1426 * Makefile.am (.s.lo): Avoid `#line' directives.
1427 * Makefile.in: Rebuilt.
1429 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1431 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1432 generate *-recursive for this Makefile, use *-am instead.
1433 * Makefile.in: Rebuilt.
1435 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1437 * Makefile.am (.s.lo): Renamed from `.s.o'.
1438 * Makefile.in: Rebuilt.
1440 1999-06-21 Tom Tromey <tromey@cygnus.com>
1442 Alpha patch from Jeff Sturm:
1443 * os_dep.c (GC_init_linuxalpha): New function.
1444 * misc.c: Initialize for alpha linux.
1445 * gc_priv.h (GC_test_and_set): Define for alpha.
1446 * config.h: Don't assume __data_start on alpha.
1448 * Makefile.in: Rebuilt.
1449 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1452 * Makefile.in: Rebuilt.
1453 * Makefile.am (toolexeclibdir): Define as libdir when
1455 * configure: Rebuilt.
1456 * configure.in (USE_LIBDIR): New conditional.
1458 * configure: Rebuilt.
1459 * configure.in: Recognize all forms of alpha.
1461 1999-06-17 Anthony Green <green@cygnus.com>
1463 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1464 Carlo Dapor <carlo@vis.ethz.ch>).
1466 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1468 * configure.in: Switch from irix threads to posix threads
1469 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1470 for mips architecture.
1471 * configure: Regenerate.
1473 1999-04-30 Tom Tromey <tromey@cygnus.com>
1475 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1477 1999-04-26 Tom Tromey <tromey@cygnus.com>
1479 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1482 1999-04-23 Tom Tromey <tromey@cygnus.com>
1484 * Makefile.in, configure: Rebuilt.
1485 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1486 (libgcjgc_la_SOURCES): Renamed.
1487 (libgcjgc_la_LIBADD): Likewise.
1488 (libgcjgc_la_DEPENDENCIES): Likewise.
1489 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1490 (gctest_LDADD): Use libgcjgc.la.
1491 (all_objs): Mention libgcj_la_OBJECTS.
1492 (EXTRA_LTLIBRARIES): Renamed.
1493 (toollib_LTLIBRARIES): Likewise.
1494 (libgcjgc_la_LDFLAGS): New macro
1495 (toolexecdir): Renamed.
1496 (toolexeclibdir): Likewise.
1497 (toolexeclib_LTLIBRARIES): Likewise.
1498 (LTCOMPILE): Renamed; added libtool invocation.
1499 (LINK): Added libtool invocation.
1500 (.s.o): use LTCOMPILE.
1501 * configure.in: Call AM_PROG_LIBTOOL.
1502 (target_all): Set to libgcjgc.la.
1503 Mention `.lo' forms of object files.
1505 1999-04-21 Tom Tromey <tromey@cygnus.com>
1507 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1510 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1511 sigcontext.h. From Matthias Klose <doko@itso.de>.
1513 1999-04-16 Tom Tromey <tromey@cygnus.com>
1515 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1516 David Pettersson <dapet@mai.liu.se>
1518 1999-04-14 Tom Tromey <tromey@cygnus.com>
1520 * configure: Rebuilt.
1521 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1522 incorrect patch of 199-04-09.
1524 * configure: Rebuilt.
1525 * configure.in: Added support for alpha.
1526 From David Pettersson <dapet@mai.liu.se>.
1528 1999-04-13 Tom Tromey <tromey@cygnus.com>
1530 * Makefile.in: Rebuilt.
1531 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1534 1999-04-09 Tom Tromey <tromey@cygnus.com>
1536 * configure: Rebuilt.
1537 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1539 1999-02-23 Tom Tromey <tromey@cygnus.com>
1541 * configure: Rebuilt.
1542 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1543 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1545 1999-02-18 Tom Tromey <tromey@cygnus.com>
1547 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1548 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1549 for case where LO is NULL.
1551 1999-02-10 Tom Tromey <tromey@cygnus.com>
1553 * aclocal.m4, configure, Makefile.in: Rebuilt.
1554 * acinclude.m4: Updated to be used with automake 1.4.
1555 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1557 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1558 (libgcjgc_a_SOURCES): Likewise.
1559 (libgcjgc_a_LIBADD): Likewise.
1560 (libgcjgc_a_DEPENDENCIES): Likewise.
1561 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1562 (gctest_LDADD): Likewise.
1563 (all_objs): Likewise.
1565 1999-01-08 Tom Tromey <tromey@cygnus.com>
1567 * configure: Rebuilt.
1568 * configure.in: Define LINUX_THREADS if using POSIX threads on
1571 * gc_priv.h (GC_test_and_set): Put return type into definition.
1573 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1575 * Makefile.am: add support for eCos. In particular, add C++
1576 support for compiling the file ecos.cc.
1577 * ecos.cc: new file.
1578 * acinclude.m4: add C++ support.
1579 * aclocal.m4: likewise
1580 * config.h: add eCos support.
1581 * configure: likewise
1582 * configure.in: likewise
1583 * misc.c (GC_write): add eCos support.
1584 * os_dep.c (tiny_sbrk): add eCos support.
1586 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1588 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1589 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1591 1998-11-23 Tom Tromey <tromey@cygnus.com>
1593 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1595 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1597 * Makefile.am, Makefile.in, configure.host: tx39 build option
1600 1998-11-17 Tom Tromey <tromey@cygnus.com>
1602 * configure: Rebuilt.
1603 * configure.in: Switch on host, not target.
1605 1998-11-16 Tom Tromey <tromey@cygnus.com>
1607 * gc_priv.h (GC_debug_object_start): Declare.
1608 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1609 * gc.h (GC_debug_register_finalizer_no_order,
1610 GC_register_finalizer_no_order): Declare.
1611 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1612 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1613 (GC_debug_generic_malloc): Likewise.
1614 (GC_debug_object_start): new function.
1616 1998-11-11 Tom Tromey <tromey@cygnus.com>
1618 * configure: Rebuilt.
1619 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1621 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1623 * dyn_load.c: Handle QUICK_THREADS case.
1625 1998-10-21 Tom Tromey <tromey@cygnus.com>
1627 * configure: Rebuilt.
1628 * configure.in: Put cpp defines here, not in config.h. Recognize
1629 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1630 define PACKAGE or VERSION.
1631 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1634 * os_dep.c (GC_default_push_other_roots): Define when
1635 QUICK_THREADS defined.
1636 * misc.c: Added QUICK_THREADS case.
1637 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1638 * config.h (THREADS): Define if QUICK_THREADS defined.
1639 * Makefile.in: Rebuilt.
1640 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1642 * quick_threads.c: New file.
1644 1998-10-20 Tom Tromey <tromey@cygnus.com>
1646 * aclocal.m4, configure: Rebuilt.
1647 * acinclude.m4: Don't subst machine_dir or sys_dir.
1648 * configure.host: Removed unused code.
1650 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1652 * configure: Rebuilt.
1653 * configure.in: Fix typo in previous patch.
1655 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1657 * Makefile.in, aclocal.m4, configure: Rebuilt.
1658 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1659 * configure.host: Created.
1661 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1663 * Makefile.in: Rebuilt.
1664 * Makefile.am (lib_LIBRARIES): Use target_all.
1665 (EXTRA_LIBRARIES): New macro.
1666 * configure: Rebuilt.
1667 * configure.in: Recognize --enable-gc.
1669 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1671 * Makefile.in: Rebuilt.
1672 * Makefile.am (COMPILE): Define.
1674 (.s.o): Use MY_CFLAGS.
1675 * configure: Rebuilt.
1676 * configure.in (MY_CFLAGS): Define and subst.
1678 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1680 * configure: Rebuilt.
1681 * configure.in: Added --with-cross-host argument. Use
1682 $with_cross_host to determine when cross-compiling.
1684 * config.h (SMALL_CONFIG): Don't define.
1685 * configure: Rebuilt.
1686 * configure.in: Define SMALL_CONFIG when cross-compiling.
1688 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1690 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1691 allchblk.c: Merged with 4.13a2 while preserving local changes.
1693 * Makefile.orig: Updated from Makefile in 4.13a2.
1695 * configure: Rebuilt.
1696 * configure.in: Updated version number to 4.13a2. On Solaris,
1697 don't build with -O when using gcc.
1699 Merged in version 4.13alpha2:
1700 * config.h (USE_MMAP): Re-enable on Solaris.
1701 * solaris_pthreads.c: Removed RCS Id line.
1702 * alpha_mach_dep.s: Removed RCS Id line.
1704 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1706 * config.h (USE_MMAP): Don't define for Solaris.
1708 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1710 * Makefile.in: Rebuilt.
1711 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1713 * Makefile.in: Rebuilt.
1714 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1716 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1718 * Makefile.in: Rebuilt.
1719 * Makefile.am ($(all_objs)): Depend on config.h.
1721 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1722 DATASTART as &_etext.
1723 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1724 * configure: Rebuilt.
1725 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1728 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1730 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1731 (GC_maybe_gc): Likewise.
1732 * os_dep.c: If NO_SIGSET defined, then have empty
1733 GC_disable_signals and GC_enable_signals.
1734 * configure: Rebuilt.
1735 * configure.in: Added --with-target-subdir option. If
1736 cross-compiling, define NO_SIGSET and NO_CLOCK.
1738 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1740 * Makefile.in: Rebuilt.
1741 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1743 * aclocal.m4, configure: Rebuilt.
1744 * acinclude.m4: New file.
1745 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1747 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1749 * configure: Rebuilt.
1750 * configure.in: Link boehm-config.h to config.h.
1751 * Makefile.in: Rebuilt.
1752 * Makefile.am (INCLUDES): Removed.
1753 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1754 JAVA_FINALIZATION): Define
1756 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1758 * Many files: Use GC_bool, not bool.
1759 * gc_priv.h: Define GC_bool, not bool.
1761 * misc.c (GC_dont_gc): Define as int.
1762 (GC_quiet): Likewise.
1763 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1764 * alloc.c (GC_dont_expand): Define as int.
1765 * gc_priv.h: For gcc, define bool as char.
1767 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1769 * Makefile.in: Rebuilt.
1770 * Makefile.am (check_PROGRAMS): New macro.
1771 (gctest_SOURCES): Likewise.
1772 (gctest_LDADD): Likewise.
1774 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1776 * Makefile.in: Rebuilt.
1777 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1778 * configure: Rebuilt.
1779 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1781 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1783 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1785 * Makefile.orig: Renamed from Makefile.