2003-04-02 Aldy Hernandez <aldyh@redhat.com>
[official-gcc.git] / boehm-gc / ChangeLog
blobfc5cbe746a9050c9540f7939919bc04acf7acd5c
1 2003-03-22  Richard Henderson  <rth@redhat.com>
3         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
4         (GC_test_and_set): Use __sync_lock_test_and_set.
5         (GC_clear): Use volatile assignment.
6         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
7         (GC_memory_write_barrier): Use __sync_synchronize.
9 2003-03-12  Andreas Schwab  <schwab@suse.de>
11         * configure.in: Avoid trailing /. in toolexeclibdir.
12         * configure: Rebuilt.
14 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
15         * include/private/gcconfig.h (GC_data_start): declare when needed.
16         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
17         declaration.
18         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
19         GC_register_dynlib_callback): Register main data for static
20         executable if dl_iterate_phdr() didn't.
21         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
22         if we don't expect to register main static data.
24 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
25         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
26         (GC_push_roots): explicitly mark free list headers, register
27         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
28         * alloc.c (GC_stopped_mark): Conditionally call
29         GC_cond_register_dynamic_libraries().
30         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
31         * dyn_load.c (GC_register_main_static_data): define.
32         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
33         no longer skip main data.
34         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
35         (GC_init_inner): Make main data registration conditional.
36         * include/private/gc_priv.h (GC_register_main_static_data): declare.
37         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
38         for LINUX.
40 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
42         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
43         config.status.
44         * configure: Rebuilt.
46 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
48         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
50 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
52         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
53         Remove USE_LIBDIR conditional.
54         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
55         * Makefile.in, configure: Rebuilt.
57 2002-12-31  Tom Tromey  <tromey@redhat.com>
59         For PR libgcj/8933:
60         * include/Makefile.in: Rebuilt.
61         * include/Makefile.am (noinst_HEADERS): Renamed from
62         include_HEADERS.
64 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
66         * ltconfig (osf[345]): Append $major to soname_spec.
67         Reflect this in library_names_spec.
68         * ltmain.sh (osf): Prefix $major with . for use as extension.
70 2002-10-02  Andreas Jaeger  <aj@suse.de>
72         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
74 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
76         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
77         check for __arm__ or __thumb__.
79 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
81         * include/private/gcconfig: Add machine type S390.  Add s390x support.
82         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
83         (GC_compare_and_exchange): Likewise.
85 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
87         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
89 2002-08-23  Adam Megacz <adam@xwt.org>
91         * win32_threads.cc: Removed extraneous ABORT()
93 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
95         * Makefile.am (all-multi): Fix multilib parallel build.
97 2002-07-18  Bo Thorsen  <bo@suse.de>
99         * include/private/gcconfig.h: Add x86-64 definitions.
100         * os_dep.c: Add x86-64 support.
101         * configure.in: Likewise.
102         * configure: Regenerate.
104 2002-07-18  H.J. Lu <hjl@gnu.org>
106         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
108 2002-07-18  H.J. Lu  (hjl@gnu.org)
110         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
111         Linux/mips.
113 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
114             Jonathan Clark
116         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
118 2002-06-09  H.J. Lu  (hjl@gnu.org)
120         * include/private/gc_locks.h (GC_test_and_set): Support
121         Linux/mips.
122         (GC_TEST_AND_SET_DEFINED): Likewise.
124         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
125         Linux/mips.
126         (DATAEND): Likewise.
127         (LINUX_STACKBOTTOM): Likewise.
128         (STACKBOTTOM): Removed for Linux/mips.
130 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
132         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
133         (GC_pthread_create): Fix typo.
134         (GC_TRY_LOCK): Likewise.
135         * include/private/gc_locks.h (GC_test_and_set): Only take one
136         one argument.
137         (LOCK): Adjust appropriately.
138         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
139         _SIGRTMIN is unavailable.
141 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
143         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
144         * aclocal.m4: Regenerate.
145         * configure: Regenerate.
147 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
149         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
150         script entry, and set LD to it when configuring multilibs.
151         * configure: Rebuilt.
153 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
155         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
156         (noinst_LTLIBRARIES): Add libgcjgc.la.
158         * Makefile.in: Rebuild.
160 2002-04-22  David S. Miller  <davem@redhat.com>
162         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
163         64-bit SPARC Linux, the __libc_stack_end technique does
164         not work in this case.
166 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
168         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
170 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
172         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
173         SPARC Linux.
175 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
177         * include/private/gcconfig.h (DATAEND): Update comment example
178         to match reality.
180 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
182         * include/private/gcconfig.h (DATAEND): Clarify comment.
184 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
186         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
187         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
188         declare.
189         * allchblk.c (GC_allchblk_nth): Change text and support reduced
190         frequency for blacklist warning message.
191         * misc.c (GC_large_alloc_warn_interval,
192         GC_large_alloc_warn_suppressed): define.
193         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
194         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
195         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
196         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
198         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
200 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
202         * include/private/gcconfig.h: Add support for an unmapped
203         memory hole between the end of the initialized data segment
204         and the start of the BSS on FreeBSD/i386.
206 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
208         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
209         NetBSD/i386.
211 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
213         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
214         (GC_local_gcj_malloc): Add assertion.
215         (start_mark_threads): Fix abort message.
216         * mark.c (GC_mark_from): Generalize assertion.
217         * reclaim.c (GC_clear_fl_links): New function.
218         (GC_start_reclaim): Must clear some freelist links.
219         * include/private/specific.h, specific.c: Add assertions.
220         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
221         Rearrange tse fields.
223 2002-03-27  Richard Henderson  <rth@redhat.com>
225         * os_dep.c (GC_init_linux_data_start): Fix references to
226         __data_start and _end.
228 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
230         * include/private/gcconfig.h: Change all likely references
231         to linker script synthesized symbols to use this idiom:
232         extern int etext[]; etext
234 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
236         * linux_threads.c (GC_get_nprocs): Close file descriptor.
238 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
240         * include/private/gcconfig.h: Add unified test for FreeBSD.
241         Support FreeBSD/alpha.
242         * os_dep.c: Do not include <machine/trap.h> unless available.
243         (GC_freebsd_stack_base): Fix types.
245 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
247         * Makefile.am: Make a convenience library.
248         * Makefile.in: Rebuilt.
250 2002-03-15  Anthony Green  <green@redhat.com>
252         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
253         * configure.in: Disable use of getenv for win32 targets (some of
254         which have broken implementations).
255         * configure: Rebuilt.
257 2002-03-12  Adam Megacz  <adam@xwt.org>
259         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
260         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
261         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
262         statically initialized it to TRUE if compiling with GCC.
263         * win32_threads.c (thread_start): We no longer use SEH if
264         compiling with GCC.
265         * mark.c (GC_mark_some): We no longer use SEH if
266         compiling with GCC.
268 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
270         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
271         support is enabled, for hash synchronization.
273 2002-02-24  Adam Megacz  <adam@xwt.org>
275         * Makefile.am: Added win32_threads.c to sources list.
276         * win32_threads.c: Added two */'s which I had neglected.
278 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
280         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
281         * Makefile.in: Rebuilt.
283 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
285         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
287         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
288         preprocessor file.
289         * mips_sgi_mach_dep.S: Likewise.
290         * Makefile.am: Update for above changes.
291         * Makefile.in: Rebuilt.
293 2002-02-12  Richard Henderson  <rth@redhat.com>
295         * configure.in: Re-apply 2001-06-26 configure change.
296         * configure: Rebuild.
298 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
300         Imported GC 6.1 Alpha 3.
302         * sparc_mach_dep.S: Delete incorrectly named file.
304 2001-02-11  Adam Megacz <adam@xwt.org
306         * configure.in: support for win32, saner
307         cross-compile options
309 2001-02-08  Anthony Green  <green@redhat.com>
311         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
312           board embedded targets.
313         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
314           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
315           redundant uses of ECOS.
316         * misc.c: Use NOSYS where ECOS is being used.
317           Don't define GC_write twice for ECOS systems.
318           (GC_write): New function for NOSYS targets.
320 2002-02-06  Adam Megacz <adam@xwt.org>
322         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
323         now exposed on all Win32 platforms.
324         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
325         compiles on Win32; it invokes CreateThread() if GC is built
326         as a DLL; otherwise it registers the thread.
327         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
328         libgcjgc was not built as a DLL.
330 2002-02-01  Adam Megacz <adam@xwt.org>
332         * boehm-gc on win32 now automatically detects if it is being built
333         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
335 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
337         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
338         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
339         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
340         DATASTART and DATAEND roots.
341         * rs6000_mach_dep.s: Add function descriptor and traceback table.
343 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
345         * dyn_load.c: Define ElfW (if needed) for all targets,
346         not just GNU/Linux.
347         (GC_FirstDLOpenedLinkMap): Use it.
348         (GC_register_dynamic_libraries_dl): Use it.
349         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
350         for sparcv9.
352 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
354         PR other/3725
355         * configure.in: Add AC_SUBST(target_alias).
356         * configure: Regenerated.
358 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
360         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
361         case for GC_FREEBSD_THREADS.
362         * configure.in (*-*-freebsd*): Clarify warning.
363         * configure: Rebuilt.
365 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
366             Andreas Tobler <toa@pop.agri.ch>
368         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
370 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
372         * linux_threads.c (GC_init_parallel): Do not declare as a static
373         constructor.
374         * include/gc.h (GC_init): Declare here. Add description.
375         * include/private/gc_priv.h (GC_init): Remove declaration.
377 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
379         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
380         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
381         GC_FREEBSD_THREADS, handle strange interaction between system
382         pthread implementation and boehm-gc signal-handler architecture.
383         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
384         set stack.
385         * include/private/gcconfig.h (configuration keyed off FREEBSD):
386         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
387         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
389 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
391         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
392         * Makefile.in: Rebuilt.
394 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
396         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
397         merged local changes.
399 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
401         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
402         Solaris 2/Intel definition.
404         * configure.in (i?86-*-solaris2.[89]*): Define
405         SOLARIS25_PROC_VDB_BUG_FIXED.
406         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
407         * configure: Regenerate.
409         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
410         (DATAEND): Define using _end.
412 2001-09-11  Per Bothner  <per@bothner.com>
414         * include/Makefile.am:  New file.  It defines include_HEADERS.
415         * Makefile.am (SUBDIRS):  New macro, set to include.
416         * configure.in (AC_OUTPUT):  Add include/Makefile.
418 2001-08-20  Tom Tromey  <tromey@redhat.com>
420         * configure: Rebuilt.
421         * configure.in: Always ask gcc for threads package.
423 2001-08-17  Tom Tromey  <tromey@redhat.com>
425         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
426         merged local changes.
428 2001-08-02  David Billinghurst <David.Billinghurst>
430         * configure: Rebuilt.
431         * configure.in:  POSIX threads on cygwin does not link with
432         -lpthreads.
434 2001-07-03  Tom Tromey  <tromey@redhat.com>
436         Fix for PR bootstrap/3281:
437         * aclocal.m4, configure, Makefile.in: Rebuilt.
438         * acinclude.m4: Set mkinstalldirs for in-tree build.
440 2001-06-26  Richard Henderson  <rth@redhat.com>
442         * alpha_mach_dep.s: Mark call-saved FP registers.
443         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
444         * configure.in (alpha*): Re-enable alpha_mach_dep.s
445         * configure: Rebuild.
447 2001-06-12  Tom Tromey  <tromey@redhat.com>
449         * aclocal.m4, configure: Rebuilt.
450         * acinclude.m4: Find configure.host in srcdir.
452 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
454         * configure.in (AC_EXEEXT): Work around in case it expands to
455         nothing, as in autoconf 2.50.
456         * acinclude.m4: Likewise.
457         * aclocal.m4, configure: Rebuilt.
459 2001-06-07  Tom Tromey  <tromey@redhat.com>
461         For PR bootstrap/3075:
462         * configure, aclocal.m4, Makefile.in: Rebuilt.
463         * configure.in: Don't call AC_CONFIG_AUX_DIR or
464         AC_CANONICAL_SYSTEM.
465         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
466         AC_CANONICAL_SYSTEM here.
467         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
468         boehm_gc_basedir.
470 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
472         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
473         (libgcjgc_la_SOURCES): Remove typo.
474         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
475         * Makefile.in: Rebuilt.
477 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
479         Imported version version 6.0alpha7.
481         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
482         README.amiga, README.debugging, README.dj, README.hp, README.linux,
483         README.rs6000, README.sgi, README.solaris2, README.uts,
484         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
485         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
486         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
487         hpux_irix_threads.c, makefile.depend, nursery.c,
488         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
489         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
490         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
491         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
492         files.
494 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
496         * configure.host: Build with -fexceptions.
497         * linux_threads.c: Remember which thread stopped world for
499 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
500             with final tuning by Bryce McKinlay
502         * configure.in: Add support for --enable-threads=posix on FreeBSD.
503         * configure: Rebuilt.
505 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
507         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
508         (GC_noop1): Change declaration to take one argument.
510 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
512         * configure.in: Obtain THREADS with `gcc -v'.
513         * configure: Rebuilt.
515 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
517         * misc.c: Back out buggy changes to stack clearing code.
518         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
519         spent clearing memory.
521 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
523         * finalize.c:
524         - Accomodate finalization requests for static objects.
525           (Will be required by hash synchronization.  May be needed
526           in some configurations now.)
528         * gc_priv.h:
529         - Define MIN_WORDS.  All allocation requests are rounded
530           up to at least this size.  Removes a subtle assumption that
531           Java objects have a 2 word header.
533         * gcconfig.h:
534         - Adjust Linux/IA64 configuration for non-ancient kernels.
535           (Necessary fix for IA64.)
537         * linux_threads.c:
538         - Fix syntax error in currently unused code.  Will be needed
539           for Linux/PA-RISC.
541         * malloc.c:
542         - Handle MIN_WORDS.
544         * misc.c:
545         - Handle MIN_WORDS.
546         - Change stack cleaning code to typically clear about one tenth
547           the memory it used to in the threads configuration.  Occasionally
548           still clear more.  (This is really a fix for a long-standing
549           and fairly significant performance bug with threads.)
551         * os_dep.c:
552         - Fix the code for finding the beginning of the data segment under
553           Linux.  I believe this is necessary for some IA64 Linux
554           distributions.  It will also helo other platforms, though those
555           may additionally require a gcconfig.h adjustment.  (This basically
556           works around the absence of a data_start or __data_start
557           definition in glibc.)
559         * test.c:
560         - Handle rounding due to MIN_WORDS.
562 2001-03-22  Tom Tromey  <tromey@redhat.com>
564         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
566 2001-03-19  Tom Tromey  <tromey@redhat.com>
568         * Makefile.in: Rebuilt.
569         * Makefile.am (gctest_LDFLAGS): new macro.
571 2001-03-16  Tom Tromey  <tromey@redhat.com>
573         * Makefile.in: Rebuilt.
574         * Makefile.am (TESTS_ENVIRONMENT): New macro.
576 2001-01-23  Rod Stewart <stewart@lab43.org>
578         * gcconfig.h: Check for `__arm__', not `arm'.
580 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
582         * configure.in: Rename THREADLIB to THREADLIBS.
583         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
584         ensures that we link the correct version of the linuxthreads semaphore
585         functions.
586         * Makefile.in: Rebuilt.
587         * configure: Rebuilt.
589         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
590         list of signals which are not blocked during suspend in the NO_SIGNALS
591         case.
593 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
595         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
597 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
599         * Makefile.dist: Renamed from Makefile.orig.
601 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
603         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
604         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
605         set accordingly.
606         * Makefile.in: Rebuilt.
607         * configure: Likewise.
609 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
611         * gcconfig.h: Add new case for powerpc EABI.
612         [PPC]: Handle embedded OS for powerpc simulator.
614 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
616         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
617         cross-compile configuration only.
618         * Makefile.am: Build gcj_mlc.c.
619         * configure, Makefile.in: Rebuilt.
621 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
623         * acinclude.m4: Include libtool macros from the top level.
624         * aclocal.m4, configure: Rebuilt.
626 2000-09-04  Anthony Green  <green@redhat.com>
628         Fix for PR libgcj/230:
629         * mark.c (GC_mark_from_mark_stack): Remove call to
630         GC_debug_object_start.
631         * gc_priv.h (GC_debug_object_start): Remove prototype.
633 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
635         * gcconfig.h [OSF1] (_end): Declare as `int'.
637 2000-08-02  Tom Tromey  <tromey@cygnus.com>
639         * gc_priv.h (GC_generic_malloc_inner): Prototype.
640         (GC_generic_malloc): Likewise.
641         (GC_add_to_black_list_normal): Likewise.
642         (GC_find_header): Likewise.
643         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
644         * gc_mark.h (GC_find_start): Prototype.
645         (GC_signal_mark_stack_overflow): Likewise.
647 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
649         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
650         * configure: Rebuilt.
652         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
654 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
656         Imported version 5.1.
657         * acinclude.m4: Push version to 5.1.
659 2000-06-19  Andrew Haley  <aph@cygnus.com>
661         * os_dep.c (read): Pass two dummy args to syscall().
663 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
665         Imported 5.0 release version.
666         * acinclude.m4: Increment version to 5.0.
668 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
670         Imported version 5.0alpha7.
671         * acinclude.m4: Update version to 5.0a7.
673 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
675         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
676         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
677         - sparc glibc does not provide it.
678         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
679         Make STACKBOTTOM depend on the wordsize.
680         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
681         (struct frame): Declare on sparc*-linux*.
682         (GC_save_callers): Bias the frame pointers if needed (sparc64).
683         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
684         Implement on sparc64.
685         (GC_clear_stack_inner): Implement on sparc64.
686         * gc_priv.h (GC_test_and_set): Implement for sparc.
687         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
688         GC_save_regs_in_stack on sparc.
690 2000-04-23  Tom Tromey  <tromey@cygnus.com>
692         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
694 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
696         Imported version version 5.0alpha6.
697         * acinclude.m4: Bump version to 5.0a6.
698         * configure.in: Don't use alpha_mach_dep.s.
699         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
700         obsolete files.
701         * Makefile.am, Makefile.in: irix_threads.c is now
702         hpux_irix_threads.c.
703         * Makefile.orig: Updated from gc distribution Makefile.
705 2000-03-26  Anthony Green  <green@redhat.com>
707         * misc.c (GC_enable): Always define GC_enable and GC_disable.
709 2000-02-14  Tom Tromey  <tromey@cygnus.com>
711         * gc.h (dlopen): Define as GC_dlopen on Linux.
712         (GC_dlopen): Declare on Linux.
713         * dyn_load.c (GC_dlopen): Define for Linux.
715 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
717         * gcconfig.h (DATASTART): Add missing extern declaration
718         for data_start on powerpc.
720 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
722         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
723         NO_SIGNALS case.
725 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
727         * gcconfig.h: Define DATASTART for Alpha Linux.
729 1999-12-19  Anthony Green  <green@cygnus.com>
731         * gcconfig.h: Use libgcj hack for Alpha Linux.
732         Undefine MPROTEXT_VDB (from Jeff Sturm).
733         * os_dep.c: Remove Alpha Linux hacks.
734         * misc.c: Ditto.
736 1999-12-13  Tom Tromey  <tromey@cygnus.com>
738         * aclocal.m4, configure: Rebuilt.
739         * acinclude.m4: Changed version to 5.0a4.
740         * Makefile.in: Rebuilt.
741         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
743 1999-12-12  Anthony Green  <green@cygnus.com>
745         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
746         Linux.
747         (DYNAMIC_LOADING): Define for PowerPC Linux.
748         * os_dep.c: Remove some special cases for PowerPC Linux.
749         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
750         for PowerPC Linux.
752 1999-11-04  Tom Tromey  <tromey@cygnus.com>
754         * Makefile.in: Rebuilt.
755         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
757         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
758         (GC_thr_init): Don't declare.
760         * configure: Rebuilt.
761         * configure.in: Removed qt threads case.
762         * dyn_load.c: Don't mention QUICK_THREADS.
763         * os_dep.c: Don't mention QUICK_THREADS.
764         * misc.c: Don't mention QUICK_THREADS.
765         * gcconfig.h: Don't mention QUICK_THREADS.
766         * gc_priv.h: Removed QUICK_THREADS code.
767         * quick_threads.c: Removed.
769 1999-11-03  Tom Tromey  <tromey@cygnus.com>
771         * gcconfig.h: Merged in local changes from old config.h.
773 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
775         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
777 1999-11-02  Tom Tromey  <tromey@cygnus.com>
779         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
781         * configure: Rebuilt.
782         * configure.in: Don't create boehm-config.h.
783         * Makefile.in: Rebuilt.
784         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
785         config.h.
786         ($(all_objs)): Depend on gcconfig.h.
787         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
788         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
789         * config.h: Removed.
791 1999-11-01  Tom Tromey  <tromey@cygnus.com>
793         * Makefile.in: Rebuilt.
794         * Makefile.am (gctest_LDADD): Added THREADLIB.
795         (TESTS): New macro.
796         * configure: Rebuilt.
797         * configure.in (INCLUDES): New subst.
799 1999-09-29  Steve Chamberlain  <sac@pobox.com>
801         * config.h: Added picoJava target.
802         * mach_dep.h (GC_push_regs):  New code for picoJava.
804 1999-09-28  Tom Tromey  <tromey@cygnus.com>
806         * aclocal.m4, configure: Rebuilt.
807         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
808         appropriate AC_PROG_ symbol.
810 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
812         * gc_priv.h:  IRIX thread changes from
813         include/private/gc_priv.h.
815 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
817         * Makefile.in: Rebuilt.
818         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
819         builds.
821         * configure: Rebuilt.
822         * configure.in: Properly align --help output, fix capitalization
823         and punctuation.
824         * acinclude.m4: Likewise.
826 1999-08-04  Tom Tromey  <tromey@cygnus.com>
828         * configure.in: Added missing `;;'.  From Anthony Green.
830 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
832         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
834 1999-08-03  Tom Tromey  <tromey@cygnus.com>
836         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
837         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
839 1999-08-02  Tom Tromey  <tromey@cygnus.com>
841         * aclocal.m4, configure: Rebuilt for new libtool.
843 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
845         * mips_sgi_mach_dep.s: Enable PIC option.
847 1999-07-19  Tom Tromey  <tromey@cygnus.com>
849         * config.h (MPROTECT_VDB): Don't define on Linux.
851 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
853         * Makefile.am (.s.lo): Avoid `#line' directives.
854         * Makefile.in: Rebuilt.
856 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
858         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
859         generate *-recursive for this Makefile, use *-am instead.
860         * Makefile.in: Rebuilt.
862 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
864         * Makefile.am (.s.lo): Renamed from `.s.o'.
865         * Makefile.in: Rebuilt.
867 1999-06-21  Tom Tromey  <tromey@cygnus.com>
869         Alpha patch from Jeff Sturm:
870         * os_dep.c (GC_init_linuxalpha): New function.
871         * misc.c: Initialize for alpha linux.
872         * gc_priv.h (GC_test_and_set): Define for alpha.
873         * config.h: Don't assume __data_start on alpha.
875         * Makefile.in: Rebuilt.
876         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
877         -release.
879         * Makefile.in: Rebuilt.
880         * Makefile.am (toolexeclibdir): Define as libdir when
881         appropriate.
882         * configure: Rebuilt.
883         * configure.in (USE_LIBDIR): New conditional.
885         * configure: Rebuilt.
886         * configure.in: Recognize all forms of alpha.
888 1999-06-17  Anthony Green  <green@cygnus.com>
890         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
891         Carlo Dapor <carlo@vis.ethz.ch>).
893 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
895         * configure.in: Switch from irix threads to posix threads
896         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
897         for mips architecture.
898         * configure: Regenerate.
900 1999-04-30  Tom Tromey  <tromey@cygnus.com>
902         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
904 1999-04-26  Tom Tromey  <tromey@cygnus.com>
906         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
907         `weak'.
909 1999-04-23  Tom Tromey  <tromey@cygnus.com>
911         * Makefile.in, configure: Rebuilt.
912         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
913         (libgcjgc_la_SOURCES): Renamed.
914         (libgcjgc_la_LIBADD): Likewise.
915         (libgcjgc_la_DEPENDENCIES): Likewise.
916         (EXTRA_libgcjgc_la_SOURCES): Likewise.
917         (gctest_LDADD): Use libgcjgc.la.
918         (all_objs): Mention libgcj_la_OBJECTS.
919         (EXTRA_LTLIBRARIES): Renamed.
920         (toollib_LTLIBRARIES): Likewise.
921         (libgcjgc_la_LDFLAGS): New macro
922         (toolexecdir): Renamed.
923         (toolexeclibdir): Likewise.
924         (toolexeclib_LTLIBRARIES): Likewise.
925         (LTCOMPILE): Renamed; added libtool invocation.
926         (LINK): Added libtool invocation.
927         (.s.o): use LTCOMPILE.
928         * configure.in: Call AM_PROG_LIBTOOL.
929         (target_all): Set to libgcjgc.la.
930         Mention `.lo' forms of object files.
932 1999-04-21  Tom Tromey  <tromey@cygnus.com>
934         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
935         GC_stackbottom.
937         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
938         sigcontext.h.  From Matthias Klose <doko@itso.de>.
940 1999-04-16  Tom Tromey  <tromey@cygnus.com>
942         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
943         David Pettersson <dapet@mai.liu.se>
945 1999-04-14  Tom Tromey  <tromey@cygnus.com>
947         * configure: Rebuilt.
948         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
949         incorrect patch of 199-04-09.
951         * configure: Rebuilt.
952         * configure.in: Added support for alpha.
953         From David Pettersson <dapet@mai.liu.se>.
955 1999-04-13  Tom Tromey  <tromey@cygnus.com>
957         * Makefile.in: Rebuilt.
958         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
959         solaris-threads.h.
961 1999-04-09  Tom Tromey  <tromey@cygnus.com>
963         * configure: Rebuilt.
964         * configure.in: Use sparc_mach_dep.s when building on Solaris.
966 1999-02-23  Tom Tromey  <tromey@cygnus.com>
968         * configure: Rebuilt.
969         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
970         SOLARIS_THREADS and _SOLARIS_PTHREADS.
972 1999-02-18  Tom Tromey  <tromey@cygnus.com>
974         * quick_threads.c (GC_push_all_stacks): Change order of arguments
975         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
976         for case where LO is NULL.
978 1999-02-10  Tom Tromey  <tromey@cygnus.com>
980         * aclocal.m4, configure, Makefile.in: Rebuilt.
981         * acinclude.m4: Updated to be used with automake 1.4.
982         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
983         with automake 1.4.
984         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
985         (libgcjgc_a_SOURCES): Likewise.
986         (libgcjgc_a_LIBADD): Likewise.
987         (libgcjgc_a_DEPENDENCIES): Likewise.
988         (EXTRA_libgcjgc_a_SOURCES): Likewise.
989         (gctest_LDADD): Likewise.
990         (all_objs): Likewise.
992 1999-01-08  Tom Tromey  <tromey@cygnus.com>
994         * configure: Rebuilt.
995         * configure.in: Define LINUX_THREADS if using POSIX threads on
996         Linux.
998         * gc_priv.h (GC_test_and_set): Put return type into definition.
1000 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1002         * Makefile.am: add support for eCos.  In particular, add C++
1003         support for compiling the file ecos.cc.
1004         * ecos.cc: new file.
1005         * acinclude.m4: add C++ support.
1006         * aclocal.m4: likewise
1007         * config.h: add eCos support.
1008         * configure: likewise
1009         * configure.in: likewise
1010         * misc.c (GC_write): add eCos support.
1011         * os_dep.c (tiny_sbrk): add eCos support.
1013 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
1015         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1016         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1018 1998-11-23  Tom Tromey  <tromey@cygnus.com>
1020         * configure.host (boehm_gc_cflags): Don't add `-O2'.
1022 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
1024         * Makefile.am, Makefile.in, configure.host: tx39 build option
1025         "-G 0" added.
1027 1998-11-17  Tom Tromey  <tromey@cygnus.com>
1029         * configure: Rebuilt.
1030         * configure.in: Switch on host, not target.
1032 1998-11-16  Tom Tromey  <tromey@cygnus.com>
1034         * gc_priv.h (GC_debug_object_start): Declare.
1035         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1036         * gc.h (GC_debug_register_finalizer_no_order,
1037         GC_register_finalizer_no_order): Declare.
1038         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1039         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1040         (GC_debug_generic_malloc): Likewise.
1041         (GC_debug_object_start): new function.
1043 1998-11-11  Tom Tromey  <tromey@cygnus.com>
1045         * configure: Rebuilt.
1046         * configure.in: Recognize --enable-java-gc, not --enable-gc.
1048 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1050         * dyn_load.c: Handle QUICK_THREADS case.
1052 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1054         * configure: Rebuilt.
1055         * configure.in: Put cpp defines here, not in config.h.  Recognize
1056         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1057         define PACKAGE or VERSION.
1058         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1059         Don't define.
1061         * os_dep.c (GC_default_push_other_roots): Define when
1062         QUICK_THREADS defined.
1063         * misc.c: Added QUICK_THREADS case.
1064         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1065         * config.h (THREADS): Define if QUICK_THREADS defined.
1066         * Makefile.in: Rebuilt.
1067         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1068         quick_threads.c.
1069         * quick_threads.c: New file.
1071 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1073         * aclocal.m4, configure: Rebuilt.
1074         * acinclude.m4: Don't subst machine_dir or sys_dir.
1075         * configure.host: Removed unused code.
1077 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1079         * configure: Rebuilt.
1080         * configure.in: Fix typo in previous patch.
1082 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1084         * Makefile.in, aclocal.m4, configure: Rebuilt.
1085         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1086         * configure.host: Created.
1088 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1090         * Makefile.in: Rebuilt.
1091         * Makefile.am (lib_LIBRARIES): Use target_all.
1092         (EXTRA_LIBRARIES): New macro.
1093         * configure: Rebuilt.
1094         * configure.in: Recognize --enable-gc.
1096 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1098         * Makefile.in: Rebuilt.
1099         * Makefile.am (COMPILE): Define.
1100         (LINK): Likewise.
1101         (.s.o): Use MY_CFLAGS.
1102         * configure: Rebuilt.
1103         * configure.in (MY_CFLAGS): Define and subst.
1105 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1107         * configure: Rebuilt.
1108         * configure.in: Added --with-cross-host argument.  Use
1109         $with_cross_host to determine when cross-compiling.
1111         * config.h (SMALL_CONFIG): Don't define.
1112         * configure: Rebuilt.
1113         * configure.in: Define SMALL_CONFIG when cross-compiling.
1115 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1117         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1118         allchblk.c: Merged with 4.13a2 while preserving local changes.
1120         * Makefile.orig: Updated from Makefile in 4.13a2.
1122         * configure: Rebuilt.
1123         * configure.in: Updated version number to 4.13a2.  On Solaris,
1124         don't build with -O when using gcc.
1126         Merged in version 4.13alpha2:
1127         * config.h (USE_MMAP): Re-enable on Solaris.
1128         * solaris_pthreads.c: Removed RCS Id line.
1129         * alpha_mach_dep.s: Removed RCS Id line.
1131 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1133         * config.h (USE_MMAP): Don't define for Solaris.
1135 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1137         * Makefile.in: Rebuilt.
1138         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1140         * Makefile.in: Rebuilt.
1141         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1143 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1145         * Makefile.in: Rebuilt.
1146         * Makefile.am ($(all_objs)): Depend on config.h.
1148         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1149         DATASTART as &_etext.
1150         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1151         * configure: Rebuilt.
1152         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1153         tx39.
1155 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1157         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1158         (GC_maybe_gc): Likewise.
1159         * os_dep.c: If NO_SIGSET defined, then have empty
1160         GC_disable_signals and GC_enable_signals.
1161         * configure: Rebuilt.
1162         * configure.in: Added --with-target-subdir option.  If
1163         cross-compiling, define NO_SIGSET and NO_CLOCK.
1165 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1167         * Makefile.in: Rebuilt.
1168         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1169         (AS): Removed.
1170         * aclocal.m4, configure: Rebuilt.
1171         * acinclude.m4: New file.
1172         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1174 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1176         * configure: Rebuilt.
1177         * configure.in: Link boehm-config.h to config.h.
1178         * Makefile.in: Rebuilt.
1179         * Makefile.am (INCLUDES): Removed.
1180         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1181         JAVA_FINALIZATION): Define
1183 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1185         * Many files: Use GC_bool, not bool.
1186         * gc_priv.h: Define GC_bool, not bool.
1188         * misc.c (GC_dont_gc): Define as int.
1189         (GC_quiet): Likewise.
1190         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1191         * alloc.c (GC_dont_expand): Define as int.
1192         * gc_priv.h: For gcc, define bool as char.
1194 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1196         * Makefile.in: Rebuilt.
1197         * Makefile.am (check_PROGRAMS): New macro.
1198         (gctest_SOURCES): Likewise.
1199         (gctest_LDADD): Likewise.
1201 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1203         * Makefile.in: Rebuilt.
1204         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1205         * configure: Rebuilt.
1206         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1208 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1210         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1211         New files.
1212         * Makefile.orig: Renamed from Makefile.