* i386.md (floathi*): Deal with SSE.
[official-gcc.git] / boehm-gc / ChangeLog
bloba002c4cdbb16bcae67f762a4f2a06fa1fcd187b7
1 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
3         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
4         Remove USE_LIBDIR conditional.
5         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
6         * Makefile.in, configure: Rebuilt.
8 2002-12-31  Tom Tromey  <tromey@redhat.com>
10         For PR libgcj/8933:
11         * include/Makefile.in: Rebuilt.
12         * include/Makefile.am (noinst_HEADERS): Renamed from
13         include_HEADERS.
15 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17         * ltconfig (osf[345]): Append $major to soname_spec.
18         Reflect this in library_names_spec.
19         * ltmain.sh (osf): Prefix $major with . for use as extension.
21 2002-10-02  Andreas Jaeger  <aj@suse.de>
23         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
25 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
27         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
28         check for __arm__ or __thumb__.
30 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
32         * include/private/gcconfig: Add machine type S390.  Add s390x support.
33         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
34         (GC_compare_and_exchange): Likewise.
36 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
38         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
40 2002-08-23  Adam Megacz <adam@xwt.org>
42         * win32_threads.cc: Removed extraneous ABORT()
44 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
46         * Makefile.am (all-multi): Fix multilib parallel build.
48 2002-07-18  Bo Thorsen  <bo@suse.de>
50         * include/private/gcconfig.h: Add x86-64 definitions.
51         * os_dep.c: Add x86-64 support.
52         * configure.in: Likewise.
53         * configure: Regenerate.
55 2002-07-18  H.J. Lu <hjl@gnu.org>
57         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
59 2002-07-18  H.J. Lu  (hjl@gnu.org)
61         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
62         Linux/mips.
64 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
65             Jonathan Clark
67         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
69 2002-06-09  H.J. Lu  (hjl@gnu.org)
71         * include/private/gc_locks.h (GC_test_and_set): Support
72         Linux/mips.
73         (GC_TEST_AND_SET_DEFINED): Likewise.
75         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
76         Linux/mips.
77         (DATAEND): Likewise.
78         (LINUX_STACKBOTTOM): Likewise.
79         (STACKBOTTOM): Removed for Linux/mips.
81 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
83         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
84         (GC_pthread_create): Fix typo.
85         (GC_TRY_LOCK): Likewise.
86         * include/private/gc_locks.h (GC_test_and_set): Only take one
87         one argument.
88         (LOCK): Adjust appropriately.
89         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
90         _SIGRTMIN is unavailable.
92 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
94         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
95         * aclocal.m4: Regenerate.
96         * configure: Regenerate.
98 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
100         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
101         script entry, and set LD to it when configuring multilibs.
102         * configure: Rebuilt.
104 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
106         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
107         (noinst_LTLIBRARIES): Add libgcjgc.la.
109         * Makefile.in: Rebuild.
111 2002-04-22  David S. Miller  <davem@redhat.com>
113         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
114         64-bit SPARC Linux, the __libc_stack_end technique does
115         not work in this case.
117 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
119         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
121 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
123         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
124         SPARC Linux.
126 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
128         * include/private/gcconfig.h (DATAEND): Update comment example
129         to match reality.
131 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
133         * include/private/gcconfig.h (DATAEND): Clarify comment.
135 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
137         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
138         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
139         declare.
140         * allchblk.c (GC_allchblk_nth): Change text and support reduced
141         frequency for blacklist warning message.
142         * misc.c (GC_large_alloc_warn_interval,
143         GC_large_alloc_warn_suppressed): define.
144         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
145         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
146         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
147         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
149         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
151 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
153         * include/private/gcconfig.h: Add support for an unmapped
154         memory hole between the end of the initialized data segment
155         and the start of the BSS on FreeBSD/i386.
157 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
159         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
160         NetBSD/i386.
162 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
164         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
165         (GC_local_gcj_malloc): Add assertion.
166         (start_mark_threads): Fix abort message.
167         * mark.c (GC_mark_from): Generalize assertion.
168         * reclaim.c (GC_clear_fl_links): New function.
169         (GC_start_reclaim): Must clear some freelist links.
170         * include/private/specific.h, specific.c: Add assertions.
171         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
172         Rearrange tse fields.
174 2002-03-27  Richard Henderson  <rth@redhat.com>
176         * os_dep.c (GC_init_linux_data_start): Fix references to
177         __data_start and _end.
179 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
181         * include/private/gcconfig.h: Change all likely references
182         to linker script synthesized symbols to use this idiom:
183         extern int etext[]; etext
185 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
187         * linux_threads.c (GC_get_nprocs): Close file descriptor.
189 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
191         * include/private/gcconfig.h: Add unified test for FreeBSD.
192         Support FreeBSD/alpha.
193         * os_dep.c: Do not include <machine/trap.h> unless available.
194         (GC_freebsd_stack_base): Fix types.
196 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
198         * Makefile.am: Make a convenience library.
199         * Makefile.in: Rebuilt.
201 2002-03-15  Anthony Green  <green@redhat.com>
203         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
204         * configure.in: Disable use of getenv for win32 targets (some of
205         which have broken implementations).
206         * configure: Rebuilt.
208 2002-03-12  Adam Megacz  <adam@xwt.org>
210         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
211         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
212         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
213         statically initialized it to TRUE if compiling with GCC.
214         * win32_threads.c (thread_start): We no longer use SEH if
215         compiling with GCC.
216         * mark.c (GC_mark_some): We no longer use SEH if
217         compiling with GCC.
219 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
221         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
222         support is enabled, for hash synchronization.
224 2002-02-24  Adam Megacz  <adam@xwt.org>
226         * Makefile.am: Added win32_threads.c to sources list.
227         * win32_threads.c: Added two */'s which I had neglected.
229 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
231         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
232         * Makefile.in: Rebuilt.
234 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
236         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
238         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
239         preprocessor file.
240         * mips_sgi_mach_dep.S: Likewise.
241         * Makefile.am: Update for above changes.
242         * Makefile.in: Rebuilt.
244 2002-02-12  Richard Henderson  <rth@redhat.com>
246         * configure.in: Re-apply 2001-06-26 configure change.
247         * configure: Rebuild.
249 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
251         Imported GC 6.1 Alpha 3.
253         * sparc_mach_dep.S: Delete incorrectly named file.
255 2001-02-11  Adam Megacz <adam@xwt.org
257         * configure.in: support for win32, saner
258         cross-compile options
260 2001-02-08  Anthony Green  <green@redhat.com>
262         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
263           board embedded targets.
264         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
265           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
266           redundant uses of ECOS.
267         * misc.c: Use NOSYS where ECOS is being used.
268           Don't define GC_write twice for ECOS systems.
269           (GC_write): New function for NOSYS targets.
271 2002-02-06  Adam Megacz <adam@xwt.org>
273         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
274         now exposed on all Win32 platforms.
275         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
276         compiles on Win32; it invokes CreateThread() if GC is built
277         as a DLL; otherwise it registers the thread.
278         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
279         libgcjgc was not built as a DLL.
281 2002-02-01  Adam Megacz <adam@xwt.org>
283         * boehm-gc on win32 now automatically detects if it is being built
284         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
286 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
288         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
289         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
290         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
291         DATASTART and DATAEND roots.
292         * rs6000_mach_dep.s: Add function descriptor and traceback table.
294 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
296         * dyn_load.c: Define ElfW (if needed) for all targets,
297         not just GNU/Linux.
298         (GC_FirstDLOpenedLinkMap): Use it.
299         (GC_register_dynamic_libraries_dl): Use it.
300         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
301         for sparcv9.
303 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
305         PR other/3725
306         * configure.in: Add AC_SUBST(target_alias).
307         * configure: Regenerated.
309 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
311         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
312         case for GC_FREEBSD_THREADS.
313         * configure.in (*-*-freebsd*): Clarify warning.
314         * configure: Rebuilt.
316 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
317             Andreas Tobler <toa@pop.agri.ch>
319         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
321 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
323         * linux_threads.c (GC_init_parallel): Do not declare as a static
324         constructor.
325         * include/gc.h (GC_init): Declare here. Add description.
326         * include/private/gc_priv.h (GC_init): Remove declaration.
328 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
330         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
331         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
332         GC_FREEBSD_THREADS, handle strange interaction between system
333         pthread implementation and boehm-gc signal-handler architecture.
334         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
335         set stack.
336         * include/private/gcconfig.h (configuration keyed off FREEBSD):
337         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
338         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
340 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
342         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
343         * Makefile.in: Rebuilt.
345 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
347         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
348         merged local changes.
350 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
352         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
353         Solaris 2/Intel definition.
355         * configure.in (i?86-*-solaris2.[89]*): Define
356         SOLARIS25_PROC_VDB_BUG_FIXED.
357         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
358         * configure: Regenerate.
360         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
361         (DATAEND): Define using _end.
363 2001-09-11  Per Bothner  <per@bothner.com>
365         * include/Makefile.am:  New file.  It defines include_HEADERS.
366         * Makefile.am (SUBDIRS):  New macro, set to include.
367         * configure.in (AC_OUTPUT):  Add include/Makefile.
369 2001-08-20  Tom Tromey  <tromey@redhat.com>
371         * configure: Rebuilt.
372         * configure.in: Always ask gcc for threads package.
374 2001-08-17  Tom Tromey  <tromey@redhat.com>
376         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
377         merged local changes.
379 2001-08-02  David Billinghurst <David.Billinghurst>
381         * configure: Rebuilt.
382         * configure.in:  POSIX threads on cygwin does not link with
383         -lpthreads.
385 2001-07-03  Tom Tromey  <tromey@redhat.com>
387         Fix for PR bootstrap/3281:
388         * aclocal.m4, configure, Makefile.in: Rebuilt.
389         * acinclude.m4: Set mkinstalldirs for in-tree build.
391 2001-06-26  Richard Henderson  <rth@redhat.com>
393         * alpha_mach_dep.s: Mark call-saved FP registers.
394         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
395         * configure.in (alpha*): Re-enable alpha_mach_dep.s
396         * configure: Rebuild.
398 2001-06-12  Tom Tromey  <tromey@redhat.com>
400         * aclocal.m4, configure: Rebuilt.
401         * acinclude.m4: Find configure.host in srcdir.
403 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
405         * configure.in (AC_EXEEXT): Work around in case it expands to
406         nothing, as in autoconf 2.50.
407         * acinclude.m4: Likewise.
408         * aclocal.m4, configure: Rebuilt.
410 2001-06-07  Tom Tromey  <tromey@redhat.com>
412         For PR bootstrap/3075:
413         * configure, aclocal.m4, Makefile.in: Rebuilt.
414         * configure.in: Don't call AC_CONFIG_AUX_DIR or
415         AC_CANONICAL_SYSTEM.
416         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
417         AC_CANONICAL_SYSTEM here.
418         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
419         boehm_gc_basedir.
421 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
423         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
424         (libgcjgc_la_SOURCES): Remove typo.
425         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
426         * Makefile.in: Rebuilt.
428 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
430         Imported version version 6.0alpha7.
432         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
433         README.amiga, README.debugging, README.dj, README.hp, README.linux,
434         README.rs6000, README.sgi, README.solaris2, README.uts,
435         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
436         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
437         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
438         hpux_irix_threads.c, makefile.depend, nursery.c,
439         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
440         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
441         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
442         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
443         files.
445 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
447         * configure.host: Build with -fexceptions.
448         * linux_threads.c: Remember which thread stopped world for
450 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
451             with final tuning by Bryce McKinlay
453         * configure.in: Add support for --enable-threads=posix on FreeBSD.
454         * configure: Rebuilt.
456 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
458         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
459         (GC_noop1): Change declaration to take one argument.
461 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
463         * configure.in: Obtain THREADS with `gcc -v'.
464         * configure: Rebuilt.
466 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
468         * misc.c: Back out buggy changes to stack clearing code.
469         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
470         spent clearing memory.
472 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
474         * finalize.c:
475         - Accomodate finalization requests for static objects.
476           (Will be required by hash synchronization.  May be needed
477           in some configurations now.)
479         * gc_priv.h:
480         - Define MIN_WORDS.  All allocation requests are rounded
481           up to at least this size.  Removes a subtle assumption that
482           Java objects have a 2 word header.
484         * gcconfig.h:
485         - Adjust Linux/IA64 configuration for non-ancient kernels.
486           (Necessary fix for IA64.)
488         * linux_threads.c:
489         - Fix syntax error in currently unused code.  Will be needed
490           for Linux/PA-RISC.
492         * malloc.c:
493         - Handle MIN_WORDS.
495         * misc.c:
496         - Handle MIN_WORDS.
497         - Change stack cleaning code to typically clear about one tenth
498           the memory it used to in the threads configuration.  Occasionally
499           still clear more.  (This is really a fix for a long-standing
500           and fairly significant performance bug with threads.)
502         * os_dep.c:
503         - Fix the code for finding the beginning of the data segment under
504           Linux.  I believe this is necessary for some IA64 Linux
505           distributions.  It will also helo other platforms, though those
506           may additionally require a gcconfig.h adjustment.  (This basically
507           works around the absence of a data_start or __data_start
508           definition in glibc.)
510         * test.c:
511         - Handle rounding due to MIN_WORDS.
513 2001-03-22  Tom Tromey  <tromey@redhat.com>
515         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
517 2001-03-19  Tom Tromey  <tromey@redhat.com>
519         * Makefile.in: Rebuilt.
520         * Makefile.am (gctest_LDFLAGS): new macro.
522 2001-03-16  Tom Tromey  <tromey@redhat.com>
524         * Makefile.in: Rebuilt.
525         * Makefile.am (TESTS_ENVIRONMENT): New macro.
527 2001-01-23  Rod Stewart <stewart@lab43.org>
529         * gcconfig.h: Check for `__arm__', not `arm'.
531 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
533         * configure.in: Rename THREADLIB to THREADLIBS.
534         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
535         ensures that we link the correct version of the linuxthreads semaphore
536         functions.
537         * Makefile.in: Rebuilt.
538         * configure: Rebuilt.
540         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
541         list of signals which are not blocked during suspend in the NO_SIGNALS
542         case.
544 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
546         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
548 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
550         * Makefile.dist: Renamed from Makefile.orig.
552 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
554         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
555         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
556         set accordingly.
557         * Makefile.in: Rebuilt.
558         * configure: Likewise.
560 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
562         * gcconfig.h: Add new case for powerpc EABI.
563         [PPC]: Handle embedded OS for powerpc simulator.
565 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
567         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
568         cross-compile configuration only.
569         * Makefile.am: Build gcj_mlc.c.
570         * configure, Makefile.in: Rebuilt.
572 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
574         * acinclude.m4: Include libtool macros from the top level.
575         * aclocal.m4, configure: Rebuilt.
577 2000-09-04  Anthony Green  <green@redhat.com>
579         Fix for PR libgcj/230:
580         * mark.c (GC_mark_from_mark_stack): Remove call to
581         GC_debug_object_start.
582         * gc_priv.h (GC_debug_object_start): Remove prototype.
584 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
586         * gcconfig.h [OSF1] (_end): Declare as `int'.
588 2000-08-02  Tom Tromey  <tromey@cygnus.com>
590         * gc_priv.h (GC_generic_malloc_inner): Prototype.
591         (GC_generic_malloc): Likewise.
592         (GC_add_to_black_list_normal): Likewise.
593         (GC_find_header): Likewise.
594         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
595         * gc_mark.h (GC_find_start): Prototype.
596         (GC_signal_mark_stack_overflow): Likewise.
598 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
600         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
601         * configure: Rebuilt.
603         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
605 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
607         Imported version 5.1.
608         * acinclude.m4: Push version to 5.1.
610 2000-06-19  Andrew Haley  <aph@cygnus.com>
612         * os_dep.c (read): Pass two dummy args to syscall().
614 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
616         Imported 5.0 release version.
617         * acinclude.m4: Increment version to 5.0.
619 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
621         Imported version 5.0alpha7.
622         * acinclude.m4: Update version to 5.0a7.
624 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
626         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
627         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
628         - sparc glibc does not provide it.
629         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
630         Make STACKBOTTOM depend on the wordsize.
631         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
632         (struct frame): Declare on sparc*-linux*.
633         (GC_save_callers): Bias the frame pointers if needed (sparc64).
634         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
635         Implement on sparc64.
636         (GC_clear_stack_inner): Implement on sparc64.
637         * gc_priv.h (GC_test_and_set): Implement for sparc.
638         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
639         GC_save_regs_in_stack on sparc.
641 2000-04-23  Tom Tromey  <tromey@cygnus.com>
643         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
645 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
647         Imported version version 5.0alpha6.
648         * acinclude.m4: Bump version to 5.0a6.
649         * configure.in: Don't use alpha_mach_dep.s.
650         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
651         obsolete files.
652         * Makefile.am, Makefile.in: irix_threads.c is now
653         hpux_irix_threads.c.
654         * Makefile.orig: Updated from gc distribution Makefile.
656 2000-03-26  Anthony Green  <green@redhat.com>
658         * misc.c (GC_enable): Always define GC_enable and GC_disable.
660 2000-02-14  Tom Tromey  <tromey@cygnus.com>
662         * gc.h (dlopen): Define as GC_dlopen on Linux.
663         (GC_dlopen): Declare on Linux.
664         * dyn_load.c (GC_dlopen): Define for Linux.
666 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
668         * gcconfig.h (DATASTART): Add missing extern declaration
669         for data_start on powerpc.
671 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
673         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
674         NO_SIGNALS case.
676 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
678         * gcconfig.h: Define DATASTART for Alpha Linux.
680 1999-12-19  Anthony Green  <green@cygnus.com>
682         * gcconfig.h: Use libgcj hack for Alpha Linux.
683         Undefine MPROTEXT_VDB (from Jeff Sturm).
684         * os_dep.c: Remove Alpha Linux hacks.
685         * misc.c: Ditto.
687 1999-12-13  Tom Tromey  <tromey@cygnus.com>
689         * aclocal.m4, configure: Rebuilt.
690         * acinclude.m4: Changed version to 5.0a4.
691         * Makefile.in: Rebuilt.
692         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
694 1999-12-12  Anthony Green  <green@cygnus.com>
696         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
697         Linux.
698         (DYNAMIC_LOADING): Define for PowerPC Linux.
699         * os_dep.c: Remove some special cases for PowerPC Linux.
700         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
701         for PowerPC Linux.
703 1999-11-04  Tom Tromey  <tromey@cygnus.com>
705         * Makefile.in: Rebuilt.
706         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
708         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
709         (GC_thr_init): Don't declare.
711         * configure: Rebuilt.
712         * configure.in: Removed qt threads case.
713         * dyn_load.c: Don't mention QUICK_THREADS.
714         * os_dep.c: Don't mention QUICK_THREADS.
715         * misc.c: Don't mention QUICK_THREADS.
716         * gcconfig.h: Don't mention QUICK_THREADS.
717         * gc_priv.h: Removed QUICK_THREADS code.
718         * quick_threads.c: Removed.
720 1999-11-03  Tom Tromey  <tromey@cygnus.com>
722         * gcconfig.h: Merged in local changes from old config.h.
724 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
726         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
728 1999-11-02  Tom Tromey  <tromey@cygnus.com>
730         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
732         * configure: Rebuilt.
733         * configure.in: Don't create boehm-config.h.
734         * Makefile.in: Rebuilt.
735         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
736         config.h.
737         ($(all_objs)): Depend on gcconfig.h.
738         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
739         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
740         * config.h: Removed.
742 1999-11-01  Tom Tromey  <tromey@cygnus.com>
744         * Makefile.in: Rebuilt.
745         * Makefile.am (gctest_LDADD): Added THREADLIB.
746         (TESTS): New macro.
747         * configure: Rebuilt.
748         * configure.in (INCLUDES): New subst.
750 1999-09-29  Steve Chamberlain  <sac@pobox.com>
752         * config.h: Added picoJava target.
753         * mach_dep.h (GC_push_regs):  New code for picoJava.
755 1999-09-28  Tom Tromey  <tromey@cygnus.com>
757         * aclocal.m4, configure: Rebuilt.
758         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
759         appropriate AC_PROG_ symbol.
761 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
763         * gc_priv.h:  IRIX thread changes from
764         include/private/gc_priv.h.
766 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
768         * Makefile.in: Rebuilt.
769         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
770         builds.
772         * configure: Rebuilt.
773         * configure.in: Properly align --help output, fix capitalization
774         and punctuation.
775         * acinclude.m4: Likewise.
777 1999-08-04  Tom Tromey  <tromey@cygnus.com>
779         * configure.in: Added missing `;;'.  From Anthony Green.
781 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
783         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
785 1999-08-03  Tom Tromey  <tromey@cygnus.com>
787         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
788         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
790 1999-08-02  Tom Tromey  <tromey@cygnus.com>
792         * aclocal.m4, configure: Rebuilt for new libtool.
794 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
796         * mips_sgi_mach_dep.s: Enable PIC option.
798 1999-07-19  Tom Tromey  <tromey@cygnus.com>
800         * config.h (MPROTECT_VDB): Don't define on Linux.
802 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
804         * Makefile.am (.s.lo): Avoid `#line' directives.
805         * Makefile.in: Rebuilt.
807 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
809         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
810         generate *-recursive for this Makefile, use *-am instead.
811         * Makefile.in: Rebuilt.
813 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
815         * Makefile.am (.s.lo): Renamed from `.s.o'.
816         * Makefile.in: Rebuilt.
818 1999-06-21  Tom Tromey  <tromey@cygnus.com>
820         Alpha patch from Jeff Sturm:
821         * os_dep.c (GC_init_linuxalpha): New function.
822         * misc.c: Initialize for alpha linux.
823         * gc_priv.h (GC_test_and_set): Define for alpha.
824         * config.h: Don't assume __data_start on alpha.
826         * Makefile.in: Rebuilt.
827         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
828         -release.
830         * Makefile.in: Rebuilt.
831         * Makefile.am (toolexeclibdir): Define as libdir when
832         appropriate.
833         * configure: Rebuilt.
834         * configure.in (USE_LIBDIR): New conditional.
836         * configure: Rebuilt.
837         * configure.in: Recognize all forms of alpha.
839 1999-06-17  Anthony Green  <green@cygnus.com>
841         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
842         Carlo Dapor <carlo@vis.ethz.ch>).
844 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
846         * configure.in: Switch from irix threads to posix threads
847         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
848         for mips architecture.
849         * configure: Regenerate.
851 1999-04-30  Tom Tromey  <tromey@cygnus.com>
853         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
855 1999-04-26  Tom Tromey  <tromey@cygnus.com>
857         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
858         `weak'.
860 1999-04-23  Tom Tromey  <tromey@cygnus.com>
862         * Makefile.in, configure: Rebuilt.
863         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
864         (libgcjgc_la_SOURCES): Renamed.
865         (libgcjgc_la_LIBADD): Likewise.
866         (libgcjgc_la_DEPENDENCIES): Likewise.
867         (EXTRA_libgcjgc_la_SOURCES): Likewise.
868         (gctest_LDADD): Use libgcjgc.la.
869         (all_objs): Mention libgcj_la_OBJECTS.
870         (EXTRA_LTLIBRARIES): Renamed.
871         (toollib_LTLIBRARIES): Likewise.
872         (libgcjgc_la_LDFLAGS): New macro
873         (toolexecdir): Renamed.
874         (toolexeclibdir): Likewise.
875         (toolexeclib_LTLIBRARIES): Likewise.
876         (LTCOMPILE): Renamed; added libtool invocation.
877         (LINK): Added libtool invocation.
878         (.s.o): use LTCOMPILE.
879         * configure.in: Call AM_PROG_LIBTOOL.
880         (target_all): Set to libgcjgc.la.
881         Mention `.lo' forms of object files.
883 1999-04-21  Tom Tromey  <tromey@cygnus.com>
885         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
886         GC_stackbottom.
888         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
889         sigcontext.h.  From Matthias Klose <doko@itso.de>.
891 1999-04-16  Tom Tromey  <tromey@cygnus.com>
893         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
894         David Pettersson <dapet@mai.liu.se>
896 1999-04-14  Tom Tromey  <tromey@cygnus.com>
898         * configure: Rebuilt.
899         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
900         incorrect patch of 199-04-09.
902         * configure: Rebuilt.
903         * configure.in: Added support for alpha.
904         From David Pettersson <dapet@mai.liu.se>.
906 1999-04-13  Tom Tromey  <tromey@cygnus.com>
908         * Makefile.in: Rebuilt.
909         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
910         solaris-threads.h.
912 1999-04-09  Tom Tromey  <tromey@cygnus.com>
914         * configure: Rebuilt.
915         * configure.in: Use sparc_mach_dep.s when building on Solaris.
917 1999-02-23  Tom Tromey  <tromey@cygnus.com>
919         * configure: Rebuilt.
920         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
921         SOLARIS_THREADS and _SOLARIS_PTHREADS.
923 1999-02-18  Tom Tromey  <tromey@cygnus.com>
925         * quick_threads.c (GC_push_all_stacks): Change order of arguments
926         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
927         for case where LO is NULL.
929 1999-02-10  Tom Tromey  <tromey@cygnus.com>
931         * aclocal.m4, configure, Makefile.in: Rebuilt.
932         * acinclude.m4: Updated to be used with automake 1.4.
933         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
934         with automake 1.4.
935         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
936         (libgcjgc_a_SOURCES): Likewise.
937         (libgcjgc_a_LIBADD): Likewise.
938         (libgcjgc_a_DEPENDENCIES): Likewise.
939         (EXTRA_libgcjgc_a_SOURCES): Likewise.
940         (gctest_LDADD): Likewise.
941         (all_objs): Likewise.
943 1999-01-08  Tom Tromey  <tromey@cygnus.com>
945         * configure: Rebuilt.
946         * configure.in: Define LINUX_THREADS if using POSIX threads on
947         Linux.
949         * gc_priv.h (GC_test_and_set): Put return type into definition.
951 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
953         * Makefile.am: add support for eCos.  In particular, add C++
954         support for compiling the file ecos.cc.
955         * ecos.cc: new file.
956         * acinclude.m4: add C++ support.
957         * aclocal.m4: likewise
958         * config.h: add eCos support.
959         * configure: likewise
960         * configure.in: likewise
961         * misc.c (GC_write): add eCos support.
962         * os_dep.c (tiny_sbrk): add eCos support.
964 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
966         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
967         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
969 1998-11-23  Tom Tromey  <tromey@cygnus.com>
971         * configure.host (boehm_gc_cflags): Don't add `-O2'.
973 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
975         * Makefile.am, Makefile.in, configure.host: tx39 build option
976         "-G 0" added.
978 1998-11-17  Tom Tromey  <tromey@cygnus.com>
980         * configure: Rebuilt.
981         * configure.in: Switch on host, not target.
983 1998-11-16  Tom Tromey  <tromey@cygnus.com>
985         * gc_priv.h (GC_debug_object_start): Declare.
986         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
987         * gc.h (GC_debug_register_finalizer_no_order,
988         GC_register_finalizer_no_order): Declare.
989         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
990         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
991         (GC_debug_generic_malloc): Likewise.
992         (GC_debug_object_start): new function.
994 1998-11-11  Tom Tromey  <tromey@cygnus.com>
996         * configure: Rebuilt.
997         * configure.in: Recognize --enable-java-gc, not --enable-gc.
999 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1001         * dyn_load.c: Handle QUICK_THREADS case.
1003 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1005         * configure: Rebuilt.
1006         * configure.in: Put cpp defines here, not in config.h.  Recognize
1007         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1008         define PACKAGE or VERSION.
1009         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1010         Don't define.
1012         * os_dep.c (GC_default_push_other_roots): Define when
1013         QUICK_THREADS defined.
1014         * misc.c: Added QUICK_THREADS case.
1015         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1016         * config.h (THREADS): Define if QUICK_THREADS defined.
1017         * Makefile.in: Rebuilt.
1018         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1019         quick_threads.c.
1020         * quick_threads.c: New file.
1022 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1024         * aclocal.m4, configure: Rebuilt.
1025         * acinclude.m4: Don't subst machine_dir or sys_dir.
1026         * configure.host: Removed unused code.
1028 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1030         * configure: Rebuilt.
1031         * configure.in: Fix typo in previous patch.
1033 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1035         * Makefile.in, aclocal.m4, configure: Rebuilt.
1036         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1037         * configure.host: Created.
1039 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1041         * Makefile.in: Rebuilt.
1042         * Makefile.am (lib_LIBRARIES): Use target_all.
1043         (EXTRA_LIBRARIES): New macro.
1044         * configure: Rebuilt.
1045         * configure.in: Recognize --enable-gc.
1047 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1049         * Makefile.in: Rebuilt.
1050         * Makefile.am (COMPILE): Define.
1051         (LINK): Likewise.
1052         (.s.o): Use MY_CFLAGS.
1053         * configure: Rebuilt.
1054         * configure.in (MY_CFLAGS): Define and subst.
1056 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1058         * configure: Rebuilt.
1059         * configure.in: Added --with-cross-host argument.  Use
1060         $with_cross_host to determine when cross-compiling.
1062         * config.h (SMALL_CONFIG): Don't define.
1063         * configure: Rebuilt.
1064         * configure.in: Define SMALL_CONFIG when cross-compiling.
1066 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1068         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1069         allchblk.c: Merged with 4.13a2 while preserving local changes.
1071         * Makefile.orig: Updated from Makefile in 4.13a2.
1073         * configure: Rebuilt.
1074         * configure.in: Updated version number to 4.13a2.  On Solaris,
1075         don't build with -O when using gcc.
1077         Merged in version 4.13alpha2:
1078         * config.h (USE_MMAP): Re-enable on Solaris.
1079         * solaris_pthreads.c: Removed RCS Id line.
1080         * alpha_mach_dep.s: Removed RCS Id line.
1082 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1084         * config.h (USE_MMAP): Don't define for Solaris.
1086 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1088         * Makefile.in: Rebuilt.
1089         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1091         * Makefile.in: Rebuilt.
1092         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1094 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1096         * Makefile.in: Rebuilt.
1097         * Makefile.am ($(all_objs)): Depend on config.h.
1099         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1100         DATASTART as &_etext.
1101         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1102         * configure: Rebuilt.
1103         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1104         tx39.
1106 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1108         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1109         (GC_maybe_gc): Likewise.
1110         * os_dep.c: If NO_SIGSET defined, then have empty
1111         GC_disable_signals and GC_enable_signals.
1112         * configure: Rebuilt.
1113         * configure.in: Added --with-target-subdir option.  If
1114         cross-compiling, define NO_SIGSET and NO_CLOCK.
1116 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1118         * Makefile.in: Rebuilt.
1119         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1120         (AS): Removed.
1121         * aclocal.m4, configure: Rebuilt.
1122         * acinclude.m4: New file.
1123         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1125 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1127         * configure: Rebuilt.
1128         * configure.in: Link boehm-config.h to config.h.
1129         * Makefile.in: Rebuilt.
1130         * Makefile.am (INCLUDES): Removed.
1131         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1132         JAVA_FINALIZATION): Define
1134 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1136         * Many files: Use GC_bool, not bool.
1137         * gc_priv.h: Define GC_bool, not bool.
1139         * misc.c (GC_dont_gc): Define as int.
1140         (GC_quiet): Likewise.
1141         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1142         * alloc.c (GC_dont_expand): Define as int.
1143         * gc_priv.h: For gcc, define bool as char.
1145 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1147         * Makefile.in: Rebuilt.
1148         * Makefile.am (check_PROGRAMS): New macro.
1149         (gctest_SOURCES): Likewise.
1150         (gctest_LDADD): Likewise.
1152 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1154         * Makefile.in: Rebuilt.
1155         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1156         * configure: Rebuilt.
1157         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1159 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1161         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1162         New files.
1163         * Makefile.orig: Renamed from Makefile.