* Makefile.in (OBJS): Add dwarf2asm.o.
[official-gcc.git] / boehm-gc / ChangeLog
blob2ae9240ed32391b5c0112d264396c5675f5f1479
1 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
3         * configure.in: Rename THREADLIB to THREADLIBS.
4         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
5         ensures that we link the correct version of the linuxthreads semaphore
6         functions.
7         * Makefile.in: Rebuilt.
8         * configure: Rebuilt.
9         
10         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the 
11         list of signals which are not blocked during suspend in the NO_SIGNALS
12         case.
14 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
16         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
18 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
20         * Makefile.dist: Renamed from Makefile.orig.
22 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
24         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
25         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
26         set accordingly.
27         * Makefile.in: Rebuilt.
28         * configure: Likewise.
30 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
32         * gcconfig.h: Add new case for powerpc EABI.
33         [PPC]: Handle embedded OS for powerpc simulator.
35 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
37         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in 
38         cross-compile configuration only.
39         * Makefile.am: Build gcj_mlc.c.
40         * configure, Makefile.in: Rebuilt.
42 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
44         * acinclude.m4: Include libtool macros from the top level.
45         * aclocal.m4, configure: Rebuilt.
47 2000-09-04  Anthony Green  <green@redhat.com>
49         Fix for PR libgcj/230:
50         * mark.c (GC_mark_from_mark_stack): Remove call to
51         GC_debug_object_start.
52         * gc_priv.h (GC_debug_object_start): Remove prototype.
54 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
56         * gcconfig.h [OSF1] (_end): Declare as `int'.
58 2000-08-02  Tom Tromey  <tromey@cygnus.com>
60         * gc_priv.h (GC_generic_malloc_inner): Prototype.
61         (GC_generic_malloc): Likewise.
62         (GC_add_to_black_list_normal): Likewise.
63         (GC_find_header): Likewise.
64         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
65         * gc_mark.h (GC_find_start): Prototype.
66         (GC_signal_mark_stack_overflow): Likewise.
68 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
70         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
71         * configure: Rebuilt.
73         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
75 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
77         Imported version 5.1.
78         * acinclude.m4: Push version to 5.1.
80 2000-06-19  Andrew Haley  <aph@cygnus.com>
82         * os_dep.c (read): Pass two dummy args to syscall().
84 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
86         Imported 5.0 release version.
87         * acinclude.m4: Increment version to 5.0.
89 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
91         Imported version 5.0alpha7.
92         * acinclude.m4: Update version to 5.0a7.
94 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
96         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
97         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
98         - sparc glibc does not provide it.
99         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
100         Make STACKBOTTOM depend on the wordsize.
101         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
102         (struct frame): Declare on sparc*-linux*.
103         (GC_save_callers): Bias the frame pointers if needed (sparc64).
104         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
105         Implement on sparc64.
106         (GC_clear_stack_inner): Implement on sparc64.
107         * gc_priv.h (GC_test_and_set): Implement for sparc.
108         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
109         GC_save_regs_in_stack on sparc.
111 2000-04-23  Tom Tromey  <tromey@cygnus.com>
113         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
115 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
117         Imported version version 5.0alpha6.
118         * acinclude.m4: Bump version to 5.0a6.
119         * configure.in: Don't use alpha_mach_dep.s.
120         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete 
121         obsolete files.
122         * Makefile.am, Makefile.in: irix_threads.c is now
123         hpux_irix_threads.c.
124         * Makefile.orig: Updated from gc distribution Makefile.
126 2000-03-26  Anthony Green  <green@redhat.com>
128         * misc.c (GC_enable): Always define GC_enable and GC_disable.
130 2000-02-14  Tom Tromey  <tromey@cygnus.com>
132         * gc.h (dlopen): Define as GC_dlopen on Linux.
133         (GC_dlopen): Declare on Linux.
134         * dyn_load.c (GC_dlopen): Define for Linux.
136 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
138         * gcconfig.h (DATASTART): Add missing extern declaration
139         for data_start on powerpc.
141 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
143         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
144         NO_SIGNALS case.
146 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
148         * gcconfig.h: Define DATASTART for Alpha Linux.
150 1999-12-19  Anthony Green  <green@cygnus.com>
152         * gcconfig.h: Use libgcj hack for Alpha Linux.  
153         Undefine MPROTEXT_VDB (from Jeff Sturm).
154         * os_dep.c: Remove Alpha Linux hacks.
155         * misc.c: Ditto.
157 1999-12-13  Tom Tromey  <tromey@cygnus.com>
159         * aclocal.m4, configure: Rebuilt.
160         * acinclude.m4: Changed version to 5.0a4.
161         * Makefile.in: Rebuilt.
162         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
164 1999-12-12  Anthony Green  <green@cygnus.com>
166         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
167         Linux.
168         (DYNAMIC_LOADING): Define for PowerPC Linux.
169         * os_dep.c: Remove some special cases for PowerPC Linux.
170         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
171         for PowerPC Linux.
173 1999-11-04  Tom Tromey  <tromey@cygnus.com>
175         * Makefile.in: Rebuilt.
176         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
178         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
179         (GC_thr_init): Don't declare.
181         * configure: Rebuilt.
182         * configure.in: Removed qt threads case.
183         * dyn_load.c: Don't mention QUICK_THREADS.
184         * os_dep.c: Don't mention QUICK_THREADS.
185         * misc.c: Don't mention QUICK_THREADS.
186         * gcconfig.h: Don't mention QUICK_THREADS.
187         * gc_priv.h: Removed QUICK_THREADS code.
188         * quick_threads.c: Removed.
190 1999-11-03  Tom Tromey  <tromey@cygnus.com>
192         * gcconfig.h: Merged in local changes from old config.h.
194 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
196         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
198 1999-11-02  Tom Tromey  <tromey@cygnus.com>
200         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
202         * configure: Rebuilt.
203         * configure.in: Don't create boehm-config.h.
204         * Makefile.in: Rebuilt.
205         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
206         config.h.
207         ($(all_objs)): Depend on gcconfig.h.
208         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
209         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
210         * config.h: Removed.
212 1999-11-01  Tom Tromey  <tromey@cygnus.com>
214         * Makefile.in: Rebuilt.
215         * Makefile.am (gctest_LDADD): Added THREADLIB.
216         (TESTS): New macro.
217         * configure: Rebuilt.
218         * configure.in (INCLUDES): New subst.
220 1999-09-29  Steve Chamberlain  <sac@pobox.com>
222         * config.h: Added picoJava target.
223         * mach_dep.h (GC_push_regs):  New code for picoJava.
225 1999-09-28  Tom Tromey  <tromey@cygnus.com>
227         * aclocal.m4, configure: Rebuilt.
228         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
229         appropriate AC_PROG_ symbol.
231 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
233         * gc_priv.h:  IRIX thread changes from
234         include/private/gc_priv.h.
236 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
238         * Makefile.in: Rebuilt.
239         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
240         builds.
242         * configure: Rebuilt.
243         * configure.in: Properly align --help output, fix capitalization
244         and punctuation.
245         * acinclude.m4: Likewise.
247 1999-08-04  Tom Tromey  <tromey@cygnus.com>
249         * configure.in: Added missing `;;'.  From Anthony Green.
251 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
253         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
255 1999-08-03  Tom Tromey  <tromey@cygnus.com>
257         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
258         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
260 1999-08-02  Tom Tromey  <tromey@cygnus.com>
262         * aclocal.m4, configure: Rebuilt for new libtool.
264 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
266         * mips_sgi_mach_dep.s: Enable PIC option.
268 1999-07-19  Tom Tromey  <tromey@cygnus.com>
270         * config.h (MPROTECT_VDB): Don't define on Linux.
272 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
274         * Makefile.am (.s.lo): Avoid `#line' directives.
275         * Makefile.in: Rebuilt.
277 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
279         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
280         generate *-recursive for this Makefile, use *-am instead.
281         * Makefile.in: Rebuilt.
283 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
285         * Makefile.am (.s.lo): Renamed from `.s.o'.
286         * Makefile.in: Rebuilt.
288 1999-06-21  Tom Tromey  <tromey@cygnus.com>
290         Alpha patch from Jeff Sturm:
291         * os_dep.c (GC_init_linuxalpha): New function.
292         * misc.c: Initialize for alpha linux.
293         * gc_priv.h (GC_test_and_set): Define for alpha.
294         * config.h: Don't assume __data_start on alpha.
296         * Makefile.in: Rebuilt.
297         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
298         -release.
300         * Makefile.in: Rebuilt.
301         * Makefile.am (toolexeclibdir): Define as libdir when
302         appropriate.
303         * configure: Rebuilt.
304         * configure.in (USE_LIBDIR): New conditional.
306         * configure: Rebuilt.
307         * configure.in: Recognize all forms of alpha.
309 1999-06-17  Anthony Green  <green@cygnus.com>
311         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
312         Carlo Dapor <carlo@vis.ethz.ch>).
314 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
316         * configure.in: Switch from irix threads to posix threads
317         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
318         for mips architecture.
319         * configure: Regenerate.
321 1999-04-30  Tom Tromey  <tromey@cygnus.com>
323         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
325 1999-04-26  Tom Tromey  <tromey@cygnus.com>
327         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
328         `weak'.
330 1999-04-23  Tom Tromey  <tromey@cygnus.com>
332         * Makefile.in, configure: Rebuilt.
333         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
334         (libgcjgc_la_SOURCES): Renamed.
335         (libgcjgc_la_LIBADD): Likewise.
336         (libgcjgc_la_DEPENDENCIES): Likewise.
337         (EXTRA_libgcjgc_la_SOURCES): Likewise.
338         (gctest_LDADD): Use libgcjgc.la.
339         (all_objs): Mention libgcj_la_OBJECTS.
340         (EXTRA_LTLIBRARIES): Renamed.
341         (toollib_LTLIBRARIES): Likewise.
342         (libgcjgc_la_LDFLAGS): New macro
343         (toolexecdir): Renamed.
344         (toolexeclibdir): Likewise.
345         (toolexeclib_LTLIBRARIES): Likewise.
346         (LTCOMPILE): Renamed; added libtool invocation.
347         (LINK): Added libtool invocation.
348         (.s.o): use LTCOMPILE.
349         * configure.in: Call AM_PROG_LIBTOOL.  
350         (target_all): Set to libgcjgc.la.
351         Mention `.lo' forms of object files.
353 1999-04-21  Tom Tromey  <tromey@cygnus.com>
355         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
356         GC_stackbottom.
358         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
359         sigcontext.h.  From Matthias Klose <doko@itso.de>.
361 1999-04-16  Tom Tromey  <tromey@cygnus.com>
363         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
364         David Pettersson <dapet@mai.liu.se>
366 1999-04-14  Tom Tromey  <tromey@cygnus.com>
368         * configure: Rebuilt.
369         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
370         incorrect patch of 199-04-09.
372         * configure: Rebuilt.
373         * configure.in: Added support for alpha.
374         From David Pettersson <dapet@mai.liu.se>.
376 1999-04-13  Tom Tromey  <tromey@cygnus.com>
378         * Makefile.in: Rebuilt.
379         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
380         solaris-threads.h.
382 1999-04-09  Tom Tromey  <tromey@cygnus.com>
384         * configure: Rebuilt.
385         * configure.in: Use sparc_mach_dep.s when building on Solaris.
387 1999-02-23  Tom Tromey  <tromey@cygnus.com>
389         * configure: Rebuilt.
390         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
391         SOLARIS_THREADS and _SOLARIS_PTHREADS.
393 1999-02-18  Tom Tromey  <tromey@cygnus.com>
395         * quick_threads.c (GC_push_all_stacks): Change order of arguments
396         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
397         for case where LO is NULL.
399 1999-02-10  Tom Tromey  <tromey@cygnus.com>
401         * aclocal.m4, configure, Makefile.in: Rebuilt.
402         * acinclude.m4: Updated to be used with automake 1.4.
403         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
404         with automake 1.4.
405         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
406         (libgcjgc_a_SOURCES): Likewise.
407         (libgcjgc_a_LIBADD): Likewise.
408         (libgcjgc_a_DEPENDENCIES): Likewise.
409         (EXTRA_libgcjgc_a_SOURCES): Likewise.
410         (gctest_LDADD): Likewise.
411         (all_objs): Likewise.
413 1999-01-08  Tom Tromey  <tromey@cygnus.com>
415         * configure: Rebuilt.
416         * configure.in: Define LINUX_THREADS if using POSIX threads on
417         Linux.
419         * gc_priv.h (GC_test_and_set): Put return type into definition.
421 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
423         * Makefile.am: add support for eCos.  In particular, add C++
424         support for compiling the file ecos.cc.
425         * ecos.cc: new file.
426         * acinclude.m4: add C++ support.
427         * aclocal.m4: likewise
428         * config.h: add eCos support.
429         * configure: likewise
430         * configure.in: likewise
431         * misc.c (GC_write): add eCos support.
432         * os_dep.c (tiny_sbrk): add eCos support.
433         
434 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
436         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
437         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
439 1998-11-23  Tom Tromey  <tromey@cygnus.com>
441         * configure.host (boehm_gc_cflags): Don't add `-O2'.
443 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
445         * Makefile.am, Makefile.in, configure.host: tx39 build option 
446         "-G 0" added.
447         
448 1998-11-17  Tom Tromey  <tromey@cygnus.com>
450         * configure: Rebuilt.
451         * configure.in: Switch on host, not target.
453 1998-11-16  Tom Tromey  <tromey@cygnus.com>
455         * gc_priv.h (GC_debug_object_start): Declare.
456         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
457         * gc.h (GC_debug_register_finalizer_no_order,
458         GC_register_finalizer_no_order): Declare.
459         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
460         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
461         (GC_debug_generic_malloc): Likewise.
462         (GC_debug_object_start): new function.
464 1998-11-11  Tom Tromey  <tromey@cygnus.com>
466         * configure: Rebuilt.
467         * configure.in: Recognize --enable-java-gc, not --enable-gc.
469 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
471         * dyn_load.c: Handle QUICK_THREADS case.
473 1998-10-21  Tom Tromey  <tromey@cygnus.com>
475         * configure: Rebuilt.
476         * configure.in: Put cpp defines here, not in config.h.  Recognize
477         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
478         define PACKAGE or VERSION.
479         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
480         Don't define.
482         * os_dep.c (GC_default_push_other_roots): Define when
483         QUICK_THREADS defined.
484         * misc.c: Added QUICK_THREADS case.
485         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
486         * config.h (THREADS): Define if QUICK_THREADS defined.
487         * Makefile.in: Rebuilt.
488         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
489         quick_threads.c.
490         * quick_threads.c: New file.
492 1998-10-20  Tom Tromey  <tromey@cygnus.com>
494         * aclocal.m4, configure: Rebuilt.
495         * acinclude.m4: Don't subst machine_dir or sys_dir.
496         * configure.host: Removed unused code.
498 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
500         * configure: Rebuilt.
501         * configure.in: Fix typo in previous patch.
503 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
505         * Makefile.in, aclocal.m4, configure: Rebuilt.
506         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
507         * configure.host: Created.
509 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
511         * Makefile.in: Rebuilt.
512         * Makefile.am (lib_LIBRARIES): Use target_all.
513         (EXTRA_LIBRARIES): New macro.
514         * configure: Rebuilt.
515         * configure.in: Recognize --enable-gc.
517 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
519         * Makefile.in: Rebuilt.
520         * Makefile.am (COMPILE): Define.
521         (LINK): Likewise.
522         (.s.o): Use MY_CFLAGS.
523         * configure: Rebuilt.
524         * configure.in (MY_CFLAGS): Define and subst.
526 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
528         * configure: Rebuilt.
529         * configure.in: Added --with-cross-host argument.  Use
530         $with_cross_host to determine when cross-compiling.
532         * config.h (SMALL_CONFIG): Don't define.
533         * configure: Rebuilt.
534         * configure.in: Define SMALL_CONFIG when cross-compiling.
536 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
538         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
539         allchblk.c: Merged with 4.13a2 while preserving local changes.
541         * Makefile.orig: Updated from Makefile in 4.13a2.
543         * configure: Rebuilt.
544         * configure.in: Updated version number to 4.13a2.  On Solaris,
545         don't build with -O when using gcc.
547         Merged in version 4.13alpha2:
548         * config.h (USE_MMAP): Re-enable on Solaris.
549         * solaris_pthreads.c: Removed RCS Id line.
550         * alpha_mach_dep.s: Removed RCS Id line.
552 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
554         * config.h (USE_MMAP): Don't define for Solaris.
556 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
558         * Makefile.in: Rebuilt.
559         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
561         * Makefile.in: Rebuilt.
562         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
564 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
566         * Makefile.in: Rebuilt.
567         * Makefile.am ($(all_objs)): Depend on config.h.
569         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
570         DATASTART as &_etext.
571         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
572         * configure: Rebuilt.
573         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
574         tx39.
576 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
578         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
579         (GC_maybe_gc): Likewise.
580         * os_dep.c: If NO_SIGSET defined, then have empty
581         GC_disable_signals and GC_enable_signals.
582         * configure: Rebuilt.
583         * configure.in: Added --with-target-subdir option.  If
584         cross-compiling, define NO_SIGSET and NO_CLOCK.
586 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
588         * Makefile.in: Rebuilt.
589         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
590         (AS): Removed.
591         * aclocal.m4, configure: Rebuilt.
592         * acinclude.m4: New file.
593         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
595 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
597         * configure: Rebuilt.
598         * configure.in: Link boehm-config.h to config.h.
599         * Makefile.in: Rebuilt.
600         * Makefile.am (INCLUDES): Removed.
601         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
602         JAVA_FINALIZATION): Define
604 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
606         * Many files: Use GC_bool, not bool.
607         * gc_priv.h: Define GC_bool, not bool.
609         * misc.c (GC_dont_gc): Define as int.
610         (GC_quiet): Likewise.
611         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
612         * alloc.c (GC_dont_expand): Define as int.
613         * gc_priv.h: For gcc, define bool as char.
615 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
617         * Makefile.in: Rebuilt.
618         * Makefile.am (check_PROGRAMS): New macro.
619         (gctest_SOURCES): Likewise.
620         (gctest_LDADD): Likewise.
622 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
624         * Makefile.in: Rebuilt.
625         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
626         * configure: Rebuilt.
627         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
629 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
631         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
632         New files.
633         * Makefile.orig: Renamed from Makefile.