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