Ignore SETs that are anything except REG or MEM, but look inside STRICT_LOW_PART.
[official-gcc.git] / boehm-gc / ChangeLog
blob01d3926d995c3be005c41166315887f7e2f8a763
1 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
3         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in 
4         cross-compile configuration only.
5         * Makefile.am: Build gcj_mlc.c.
6         * configure, Makefile.in: Rebuilt.
8 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
10         * acinclude.m4: Include libtool macros from the top level.
11         * aclocal.m4, configure: Rebuilt.
13 2000-09-04  Anthony Green  <green@redhat.com>
15         Fix for PR libgcj/230:
16         * mark.c (GC_mark_from_mark_stack): Remove call to
17         GC_debug_object_start.
18         * gc_priv.h (GC_debug_object_start): Remove prototype.
20 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
22         * gcconfig.h [OSF1] (_end): Declare as `int'.
24 2000-08-02  Tom Tromey  <tromey@cygnus.com>
26         * gc_priv.h (GC_generic_malloc_inner): Prototype.
27         (GC_generic_malloc): Likewise.
28         (GC_add_to_black_list_normal): Likewise.
29         (GC_find_header): Likewise.
30         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
31         * gc_mark.h (GC_find_start): Prototype.
32         (GC_signal_mark_stack_overflow): Likewise.
34 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
36         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
37         * configure: Rebuilt.
39         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
41 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
43         Imported version 5.1.
44         * acinclude.m4: Push version to 5.1.
46 2000-06-19  Andrew Haley  <aph@cygnus.com>
48         * os_dep.c (read): Pass two dummy args to syscall().
50 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
52         Imported 5.0 release version.
53         * acinclude.m4: Increment version to 5.0.
55 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
57         Imported version 5.0alpha7.
58         * acinclude.m4: Update version to 5.0a7.
60 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
62         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
63         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
64         - sparc glibc does not provide it.
65         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
66         Make STACKBOTTOM depend on the wordsize.
67         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
68         (struct frame): Declare on sparc*-linux*.
69         (GC_save_callers): Bias the frame pointers if needed (sparc64).
70         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
71         Implement on sparc64.
72         (GC_clear_stack_inner): Implement on sparc64.
73         * gc_priv.h (GC_test_and_set): Implement for sparc.
74         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
75         GC_save_regs_in_stack on sparc.
77 2000-04-23  Tom Tromey  <tromey@cygnus.com>
79         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
81 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
83         Imported version version 5.0alpha6.
84         * acinclude.m4: Bump version to 5.0a6.
85         * configure.in: Don't use alpha_mach_dep.s.
86         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete 
87         obsolete files.
88         * Makefile.am, Makefile.in: irix_threads.c is now
89         hpux_irix_threads.c.
90         * Makefile.orig: Updated from gc distribution Makefile.
92 2000-03-26  Anthony Green  <green@redhat.com>
94         * misc.c (GC_enable): Always define GC_enable and GC_disable.
96 2000-02-14  Tom Tromey  <tromey@cygnus.com>
98         * gc.h (dlopen): Define as GC_dlopen on Linux.
99         (GC_dlopen): Declare on Linux.
100         * dyn_load.c (GC_dlopen): Define for Linux.
102 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
104         * gcconfig.h (DATASTART): Add missing extern declaration
105         for data_start on powerpc.
107 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
109         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
110         NO_SIGNALS case.
112 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
114         * gcconfig.h: Define DATASTART for Alpha Linux.
116 1999-12-19  Anthony Green  <green@cygnus.com>
118         * gcconfig.h: Use libgcj hack for Alpha Linux.  
119         Undefine MPROTEXT_VDB (from Jeff Sturm).
120         * os_dep.c: Remove Alpha Linux hacks.
121         * misc.c: Ditto.
123 1999-12-13  Tom Tromey  <tromey@cygnus.com>
125         * aclocal.m4, configure: Rebuilt.
126         * acinclude.m4: Changed version to 5.0a4.
127         * Makefile.in: Rebuilt.
128         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
130 1999-12-12  Anthony Green  <green@cygnus.com>
132         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
133         Linux.
134         (DYNAMIC_LOADING): Define for PowerPC Linux.
135         * os_dep.c: Remove some special cases for PowerPC Linux.
136         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
137         for PowerPC Linux.
139 1999-11-04  Tom Tromey  <tromey@cygnus.com>
141         * Makefile.in: Rebuilt.
142         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
144         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
145         (GC_thr_init): Don't declare.
147         * configure: Rebuilt.
148         * configure.in: Removed qt threads case.
149         * dyn_load.c: Don't mention QUICK_THREADS.
150         * os_dep.c: Don't mention QUICK_THREADS.
151         * misc.c: Don't mention QUICK_THREADS.
152         * gcconfig.h: Don't mention QUICK_THREADS.
153         * gc_priv.h: Removed QUICK_THREADS code.
154         * quick_threads.c: Removed.
156 1999-11-03  Tom Tromey  <tromey@cygnus.com>
158         * gcconfig.h: Merged in local changes from old config.h.
160 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
162         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
164 1999-11-02  Tom Tromey  <tromey@cygnus.com>
166         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
168         * configure: Rebuilt.
169         * configure.in: Don't create boehm-config.h.
170         * Makefile.in: Rebuilt.
171         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
172         config.h.
173         ($(all_objs)): Depend on gcconfig.h.
174         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
175         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
176         * config.h: Removed.
178 1999-11-01  Tom Tromey  <tromey@cygnus.com>
180         * Makefile.in: Rebuilt.
181         * Makefile.am (gctest_LDADD): Added THREADLIB.
182         (TESTS): New macro.
183         * configure: Rebuilt.
184         * configure.in (INCLUDES): New subst.
186 1999-09-29  Steve Chamberlain  <sac@pobox.com>
188         * config.h: Added picoJava target.
189         * mach_dep.h (GC_push_regs):  New code for picoJava.
191 1999-09-28  Tom Tromey  <tromey@cygnus.com>
193         * aclocal.m4, configure: Rebuilt.
194         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
195         appropriate AC_PROG_ symbol.
197 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
199         * gc_priv.h:  IRIX thread changes from
200         include/private/gc_priv.h.
202 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
204         * Makefile.in: Rebuilt.
205         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
206         builds.
208         * configure: Rebuilt.
209         * configure.in: Properly align --help output, fix capitalization
210         and punctuation.
211         * acinclude.m4: Likewise.
213 1999-08-04  Tom Tromey  <tromey@cygnus.com>
215         * configure.in: Added missing `;;'.  From Anthony Green.
217 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
219         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
221 1999-08-03  Tom Tromey  <tromey@cygnus.com>
223         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
224         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
226 1999-08-02  Tom Tromey  <tromey@cygnus.com>
228         * aclocal.m4, configure: Rebuilt for new libtool.
230 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
232         * mips_sgi_mach_dep.s: Enable PIC option.
234 1999-07-19  Tom Tromey  <tromey@cygnus.com>
236         * config.h (MPROTECT_VDB): Don't define on Linux.
238 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
240         * Makefile.am (.s.lo): Avoid `#line' directives.
241         * Makefile.in: Rebuilt.
243 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
245         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
246         generate *-recursive for this Makefile, use *-am instead.
247         * Makefile.in: Rebuilt.
249 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
251         * Makefile.am (.s.lo): Renamed from `.s.o'.
252         * Makefile.in: Rebuilt.
254 1999-06-21  Tom Tromey  <tromey@cygnus.com>
256         Alpha patch from Jeff Sturm:
257         * os_dep.c (GC_init_linuxalpha): New function.
258         * misc.c: Initialize for alpha linux.
259         * gc_priv.h (GC_test_and_set): Define for alpha.
260         * config.h: Don't assume __data_start on alpha.
262         * Makefile.in: Rebuilt.
263         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
264         -release.
266         * Makefile.in: Rebuilt.
267         * Makefile.am (toolexeclibdir): Define as libdir when
268         appropriate.
269         * configure: Rebuilt.
270         * configure.in (USE_LIBDIR): New conditional.
272         * configure: Rebuilt.
273         * configure.in: Recognize all forms of alpha.
275 1999-06-17  Anthony Green  <green@cygnus.com>
277         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
278         Carlo Dapor <carlo@vis.ethz.ch>).
280 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
282         * configure.in: Switch from irix threads to posix threads
283         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
284         for mips architecture.
285         * configure: Regenerate.
287 1999-04-30  Tom Tromey  <tromey@cygnus.com>
289         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
291 1999-04-26  Tom Tromey  <tromey@cygnus.com>
293         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
294         `weak'.
296 1999-04-23  Tom Tromey  <tromey@cygnus.com>
298         * Makefile.in, configure: Rebuilt.
299         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
300         (libgcjgc_la_SOURCES): Renamed.
301         (libgcjgc_la_LIBADD): Likewise.
302         (libgcjgc_la_DEPENDENCIES): Likewise.
303         (EXTRA_libgcjgc_la_SOURCES): Likewise.
304         (gctest_LDADD): Use libgcjgc.la.
305         (all_objs): Mention libgcj_la_OBJECTS.
306         (EXTRA_LTLIBRARIES): Renamed.
307         (toollib_LTLIBRARIES): Likewise.
308         (libgcjgc_la_LDFLAGS): New macro
309         (toolexecdir): Renamed.
310         (toolexeclibdir): Likewise.
311         (toolexeclib_LTLIBRARIES): Likewise.
312         (LTCOMPILE): Renamed; added libtool invocation.
313         (LINK): Added libtool invocation.
314         (.s.o): use LTCOMPILE.
315         * configure.in: Call AM_PROG_LIBTOOL.  
316         (target_all): Set to libgcjgc.la.
317         Mention `.lo' forms of object files.
319 1999-04-21  Tom Tromey  <tromey@cygnus.com>
321         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
322         GC_stackbottom.
324         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
325         sigcontext.h.  From Matthias Klose <doko@itso.de>.
327 1999-04-16  Tom Tromey  <tromey@cygnus.com>
329         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
330         David Pettersson <dapet@mai.liu.se>
332 1999-04-14  Tom Tromey  <tromey@cygnus.com>
334         * configure: Rebuilt.
335         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
336         incorrect patch of 199-04-09.
338         * configure: Rebuilt.
339         * configure.in: Added support for alpha.
340         From David Pettersson <dapet@mai.liu.se>.
342 1999-04-13  Tom Tromey  <tromey@cygnus.com>
344         * Makefile.in: Rebuilt.
345         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
346         solaris-threads.h.
348 1999-04-09  Tom Tromey  <tromey@cygnus.com>
350         * configure: Rebuilt.
351         * configure.in: Use sparc_mach_dep.s when building on Solaris.
353 1999-02-23  Tom Tromey  <tromey@cygnus.com>
355         * configure: Rebuilt.
356         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
357         SOLARIS_THREADS and _SOLARIS_PTHREADS.
359 1999-02-18  Tom Tromey  <tromey@cygnus.com>
361         * quick_threads.c (GC_push_all_stacks): Change order of arguments
362         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
363         for case where LO is NULL.
365 1999-02-10  Tom Tromey  <tromey@cygnus.com>
367         * aclocal.m4, configure, Makefile.in: Rebuilt.
368         * acinclude.m4: Updated to be used with automake 1.4.
369         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
370         with automake 1.4.
371         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
372         (libgcjgc_a_SOURCES): Likewise.
373         (libgcjgc_a_LIBADD): Likewise.
374         (libgcjgc_a_DEPENDENCIES): Likewise.
375         (EXTRA_libgcjgc_a_SOURCES): Likewise.
376         (gctest_LDADD): Likewise.
377         (all_objs): Likewise.
379 1999-01-08  Tom Tromey  <tromey@cygnus.com>
381         * configure: Rebuilt.
382         * configure.in: Define LINUX_THREADS if using POSIX threads on
383         Linux.
385         * gc_priv.h (GC_test_and_set): Put return type into definition.
387 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
389         * Makefile.am: add support for eCos.  In particular, add C++
390         support for compiling the file ecos.cc.
391         * ecos.cc: new file.
392         * acinclude.m4: add C++ support.
393         * aclocal.m4: likewise
394         * config.h: add eCos support.
395         * configure: likewise
396         * configure.in: likewise
397         * misc.c (GC_write): add eCos support.
398         * os_dep.c (tiny_sbrk): add eCos support.
399         
400 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
402         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
403         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
405 1998-11-23  Tom Tromey  <tromey@cygnus.com>
407         * configure.host (boehm_gc_cflags): Don't add `-O2'.
409 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
411         * Makefile.am, Makefile.in, configure.host: tx39 build option 
412         "-G 0" added.
413         
414 1998-11-17  Tom Tromey  <tromey@cygnus.com>
416         * configure: Rebuilt.
417         * configure.in: Switch on host, not target.
419 1998-11-16  Tom Tromey  <tromey@cygnus.com>
421         * gc_priv.h (GC_debug_object_start): Declare.
422         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
423         * gc.h (GC_debug_register_finalizer_no_order,
424         GC_register_finalizer_no_order): Declare.
425         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
426         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
427         (GC_debug_generic_malloc): Likewise.
428         (GC_debug_object_start): new function.
430 1998-11-11  Tom Tromey  <tromey@cygnus.com>
432         * configure: Rebuilt.
433         * configure.in: Recognize --enable-java-gc, not --enable-gc.
435 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
437         * dyn_load.c: Handle QUICK_THREADS case.
439 1998-10-21  Tom Tromey  <tromey@cygnus.com>
441         * configure: Rebuilt.
442         * configure.in: Put cpp defines here, not in config.h.  Recognize
443         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
444         define PACKAGE or VERSION.
445         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
446         Don't define.
448         * os_dep.c (GC_default_push_other_roots): Define when
449         QUICK_THREADS defined.
450         * misc.c: Added QUICK_THREADS case.
451         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
452         * config.h (THREADS): Define if QUICK_THREADS defined.
453         * Makefile.in: Rebuilt.
454         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
455         quick_threads.c.
456         * quick_threads.c: New file.
458 1998-10-20  Tom Tromey  <tromey@cygnus.com>
460         * aclocal.m4, configure: Rebuilt.
461         * acinclude.m4: Don't subst machine_dir or sys_dir.
462         * configure.host: Removed unused code.
464 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
466         * configure: Rebuilt.
467         * configure.in: Fix typo in previous patch.
469 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
471         * Makefile.in, aclocal.m4, configure: Rebuilt.
472         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
473         * configure.host: Created.
475 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
477         * Makefile.in: Rebuilt.
478         * Makefile.am (lib_LIBRARIES): Use target_all.
479         (EXTRA_LIBRARIES): New macro.
480         * configure: Rebuilt.
481         * configure.in: Recognize --enable-gc.
483 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
485         * Makefile.in: Rebuilt.
486         * Makefile.am (COMPILE): Define.
487         (LINK): Likewise.
488         (.s.o): Use MY_CFLAGS.
489         * configure: Rebuilt.
490         * configure.in (MY_CFLAGS): Define and subst.
492 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
494         * configure: Rebuilt.
495         * configure.in: Added --with-cross-host argument.  Use
496         $with_cross_host to determine when cross-compiling.
498         * config.h (SMALL_CONFIG): Don't define.
499         * configure: Rebuilt.
500         * configure.in: Define SMALL_CONFIG when cross-compiling.
502 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
504         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
505         allchblk.c: Merged with 4.13a2 while preserving local changes.
507         * Makefile.orig: Updated from Makefile in 4.13a2.
509         * configure: Rebuilt.
510         * configure.in: Updated version number to 4.13a2.  On Solaris,
511         don't build with -O when using gcc.
513         Merged in version 4.13alpha2:
514         * config.h (USE_MMAP): Re-enable on Solaris.
515         * solaris_pthreads.c: Removed RCS Id line.
516         * alpha_mach_dep.s: Removed RCS Id line.
518 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
520         * config.h (USE_MMAP): Don't define for Solaris.
522 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
524         * Makefile.in: Rebuilt.
525         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
527         * Makefile.in: Rebuilt.
528         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
530 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
532         * Makefile.in: Rebuilt.
533         * Makefile.am ($(all_objs)): Depend on config.h.
535         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
536         DATASTART as &_etext.
537         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
538         * configure: Rebuilt.
539         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
540         tx39.
542 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
544         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
545         (GC_maybe_gc): Likewise.
546         * os_dep.c: If NO_SIGSET defined, then have empty
547         GC_disable_signals and GC_enable_signals.
548         * configure: Rebuilt.
549         * configure.in: Added --with-target-subdir option.  If
550         cross-compiling, define NO_SIGSET and NO_CLOCK.
552 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
554         * Makefile.in: Rebuilt.
555         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
556         (AS): Removed.
557         * aclocal.m4, configure: Rebuilt.
558         * acinclude.m4: New file.
559         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
561 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
563         * configure: Rebuilt.
564         * configure.in: Link boehm-config.h to config.h.
565         * Makefile.in: Rebuilt.
566         * Makefile.am (INCLUDES): Removed.
567         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
568         JAVA_FINALIZATION): Define
570 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
572         * Many files: Use GC_bool, not bool.
573         * gc_priv.h: Define GC_bool, not bool.
575         * misc.c (GC_dont_gc): Define as int.
576         (GC_quiet): Likewise.
577         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
578         * alloc.c (GC_dont_expand): Define as int.
579         * gc_priv.h: For gcc, define bool as char.
581 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
583         * Makefile.in: Rebuilt.
584         * Makefile.am (check_PROGRAMS): New macro.
585         (gctest_SOURCES): Likewise.
586         (gctest_LDADD): Likewise.
588 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
590         * Makefile.in: Rebuilt.
591         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
592         * configure: Rebuilt.
593         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
595 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
597         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
598         New files.
599         * Makefile.orig: Renamed from Makefile.