OSDN Git Service

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