Mark ChangeLog
[official-gcc.git] / boehm-gc / ChangeLog
blob31d9cab33a80cce098fc0c99a3ad46a847661f0a
1 2004-02-14  Release Manager
3         * GCC 3.3.3 Released.
5 2003-12-21  Roger Sayle  <roger@eyesopen.com>
7         * configure.host: Backport/synchronize from mainline.
9 2003-10-16  Release Manager
11         * GCC 3.3.2 Released.
13 2003-10-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
16         2.3/SPARC, there are no micro versions.
17         Treat Solaris 10 and up alike.
18         * configure: Regenerate.
20 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
22         * configure: Regenerate.
24 2003-08-04  Release Manager
26         * GCC 3.3.1 Released.
28 2003-08-04  Release Manager
30         * GCC 3.3.1 Released.
32 2003-05-13  Release Manager
34         * GCC 3.3 Released.
36 2003-05-13  Release Manager
38         * GCC 3.3 Released.
40 2003-05-13  Release Manager
42         * GCC 3.3 Released.
44 2003-05-13  Release Manager
46         * GCC 3.3 Released.
48 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
50         * configure.in: define GC_DLL under mingw if --enable-shared
51         * configure: rebuilt
52         * win32_threads.c: add #ifdef GC_DLL around DllMain
54 2003-04-09  Tom Tromey  <tromey@redhat.com>
56         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
57         POWERPC.
58         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
60 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
61         * include/private/gcconfig.h (GC_data_start): declare when needed.
62         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
63         declaration.
65 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
66         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
67         (GC_push_roots): explicitly mark free list headers, register
68         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
69         * alloc.c (GC_stopped_mark): Conditionally call
70         GC_cond_register_dynamic_libraries().
71         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
72         * dyn_load.c (GC_register_main_static_data): define.
73         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
74         no longer skip main data. Register main data for static executable.
75         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
76         (GC_init_inner): Make main data registration conditional.
77         * include/private/gc_priv.h (GC_register_main_static_data): declare.
78         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
79         for LINUX.
81 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
83         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
84         config.status.
85         * configure: Rebuilt.
87 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
89         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
91 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
93         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
94         Remove USE_LIBDIR conditional.
95         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
96         * Makefile.in, configure: Rebuilt.
98 2002-12-31  Tom Tromey  <tromey@redhat.com>
100         For PR libgcj/8933:
101         * include/Makefile.in: Rebuilt.
102         * include/Makefile.am (noinst_HEADERS): Renamed from
103         include_HEADERS.
105 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
107         * ltconfig (osf[345]): Append $major to soname_spec.
108         Reflect this in library_names_spec.
109         * ltmain.sh (osf): Prefix $major with . for use as extension.
111 2002-10-02  Andreas Jaeger  <aj@suse.de>
113         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
115 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
117         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
118         check for __arm__ or __thumb__.
120 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
122         * include/private/gcconfig: Add machine type S390.  Add s390x support.
123         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
124         (GC_compare_and_exchange): Likewise.
126 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
128         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
130 2002-08-23  Adam Megacz <adam@xwt.org>
132         * win32_threads.cc: Removed extraneous ABORT()
134 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
136         * Makefile.am (all-multi): Fix multilib parallel build.
138 2002-07-18  Bo Thorsen  <bo@suse.de>
140         * include/private/gcconfig.h: Add x86-64 definitions.
141         * os_dep.c: Add x86-64 support.
142         * configure.in: Likewise.
143         * configure: Regenerate.
145 2002-07-18  H.J. Lu <hjl@gnu.org>
147         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
149 2002-07-18  H.J. Lu  (hjl@gnu.org)
151         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
152         Linux/mips.
154 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
155             Jonathan Clark
157         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
159 2002-06-09  H.J. Lu  (hjl@gnu.org)
161         * include/private/gc_locks.h (GC_test_and_set): Support
162         Linux/mips.
163         (GC_TEST_AND_SET_DEFINED): Likewise.
165         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
166         Linux/mips.
167         (DATAEND): Likewise.
168         (LINUX_STACKBOTTOM): Likewise.
169         (STACKBOTTOM): Removed for Linux/mips.
171 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
173         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
174         (GC_pthread_create): Fix typo.
175         (GC_TRY_LOCK): Likewise.
176         * include/private/gc_locks.h (GC_test_and_set): Only take one
177         one argument.
178         (LOCK): Adjust appropriately.
179         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
180         _SIGRTMIN is unavailable.
182 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
184         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
185         * aclocal.m4: Regenerate.
186         * configure: Regenerate.
188 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
190         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
191         script entry, and set LD to it when configuring multilibs.
192         * configure: Rebuilt.
194 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
196         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
197         (noinst_LTLIBRARIES): Add libgcjgc.la.
199         * Makefile.in: Rebuild.
201 2002-04-22  David S. Miller  <davem@redhat.com>
203         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
204         64-bit SPARC Linux, the __libc_stack_end technique does
205         not work in this case.
207 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
209         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
211 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
213         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
214         SPARC Linux.
216 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
218         * include/private/gcconfig.h (DATAEND): Update comment example
219         to match reality.
221 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
223         * include/private/gcconfig.h (DATAEND): Clarify comment.
225 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
227         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
228         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
229         declare.
230         * allchblk.c (GC_allchblk_nth): Change text and support reduced
231         frequency for blacklist warning message.
232         * misc.c (GC_large_alloc_warn_interval,
233         GC_large_alloc_warn_suppressed): define.
234         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
235         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
236         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
237         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
239         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
241 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
243         * include/private/gcconfig.h: Add support for an unmapped
244         memory hole between the end of the initialized data segment
245         and the start of the BSS on FreeBSD/i386.
247 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
249         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
250         NetBSD/i386.
252 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
254         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
255         (GC_local_gcj_malloc): Add assertion.
256         (start_mark_threads): Fix abort message.
257         * mark.c (GC_mark_from): Generalize assertion.
258         * reclaim.c (GC_clear_fl_links): New function.
259         (GC_start_reclaim): Must clear some freelist links.
260         * include/private/specific.h, specific.c: Add assertions.
261         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
262         Rearrange tse fields.
264 2002-03-27  Richard Henderson  <rth@redhat.com>
266         * os_dep.c (GC_init_linux_data_start): Fix references to
267         __data_start and _end.
269 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
271         * include/private/gcconfig.h: Change all likely references
272         to linker script synthesized symbols to use this idiom:
273         extern int etext[]; etext
275 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
277         * linux_threads.c (GC_get_nprocs): Close file descriptor.
279 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
281         * include/private/gcconfig.h: Add unified test for FreeBSD.
282         Support FreeBSD/alpha.
283         * os_dep.c: Do not include <machine/trap.h> unless available.
284         (GC_freebsd_stack_base): Fix types.
286 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
288         * Makefile.am: Make a convenience library.
289         * Makefile.in: Rebuilt.
291 2002-03-15  Anthony Green  <green@redhat.com>
293         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
294         * configure.in: Disable use of getenv for win32 targets (some of
295         which have broken implementations).
296         * configure: Rebuilt.
298 2002-03-12  Adam Megacz  <adam@xwt.org>
300         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
301         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
302         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
303         statically initialized it to TRUE if compiling with GCC.
304         * win32_threads.c (thread_start): We no longer use SEH if
305         compiling with GCC.
306         * mark.c (GC_mark_some): We no longer use SEH if
307         compiling with GCC.
309 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
311         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
312         support is enabled, for hash synchronization.
314 2002-02-24  Adam Megacz  <adam@xwt.org>
316         * Makefile.am: Added win32_threads.c to sources list.
317         * win32_threads.c: Added two */'s which I had neglected.
319 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
321         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
322         * Makefile.in: Rebuilt.
324 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
326         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
328         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
329         preprocessor file.
330         * mips_sgi_mach_dep.S: Likewise.
331         * Makefile.am: Update for above changes.
332         * Makefile.in: Rebuilt.
334 2002-02-12  Richard Henderson  <rth@redhat.com>
336         * configure.in: Re-apply 2001-06-26 configure change.
337         * configure: Rebuild.
339 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
341         Imported GC 6.1 Alpha 3.
343         * sparc_mach_dep.S: Delete incorrectly named file.
345 2001-02-11  Adam Megacz <adam@xwt.org
347         * configure.in: support for win32, saner
348         cross-compile options
350 2001-02-08  Anthony Green  <green@redhat.com>
352         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
353           board embedded targets.
354         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
355           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
356           redundant uses of ECOS.
357         * misc.c: Use NOSYS where ECOS is being used.
358           Don't define GC_write twice for ECOS systems.
359           (GC_write): New function for NOSYS targets.
361 2002-02-06  Adam Megacz <adam@xwt.org>
363         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
364         now exposed on all Win32 platforms.
365         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
366         compiles on Win32; it invokes CreateThread() if GC is built
367         as a DLL; otherwise it registers the thread.
368         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
369         libgcjgc was not built as a DLL.
371 2002-02-01  Adam Megacz <adam@xwt.org>
373         * boehm-gc on win32 now automatically detects if it is being built
374         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
376 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
378         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
379         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
380         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
381         DATASTART and DATAEND roots.
382         * rs6000_mach_dep.s: Add function descriptor and traceback table.
384 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
386         * dyn_load.c: Define ElfW (if needed) for all targets,
387         not just GNU/Linux.
388         (GC_FirstDLOpenedLinkMap): Use it.
389         (GC_register_dynamic_libraries_dl): Use it.
390         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
391         for sparcv9.
393 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
395         PR other/3725
396         * configure.in: Add AC_SUBST(target_alias).
397         * configure: Regenerated.
399 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
401         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
402         case for GC_FREEBSD_THREADS.
403         * configure.in (*-*-freebsd*): Clarify warning.
404         * configure: Rebuilt.
406 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
407             Andreas Tobler <toa@pop.agri.ch>
409         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
411 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
413         * linux_threads.c (GC_init_parallel): Do not declare as a static
414         constructor.
415         * include/gc.h (GC_init): Declare here. Add description.
416         * include/private/gc_priv.h (GC_init): Remove declaration.
418 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
420         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
421         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
422         GC_FREEBSD_THREADS, handle strange interaction between system
423         pthread implementation and boehm-gc signal-handler architecture.
424         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
425         set stack.
426         * include/private/gcconfig.h (configuration keyed off FREEBSD):
427         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
428         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
430 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
432         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
433         * Makefile.in: Rebuilt.
435 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
437         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
438         merged local changes.
440 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
442         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
443         Solaris 2/Intel definition.
445         * configure.in (i?86-*-solaris2.[89]*): Define
446         SOLARIS25_PROC_VDB_BUG_FIXED.
447         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
448         * configure: Regenerate.
450         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
451         (DATAEND): Define using _end.
453 2001-09-11  Per Bothner  <per@bothner.com>
455         * include/Makefile.am:  New file.  It defines include_HEADERS.
456         * Makefile.am (SUBDIRS):  New macro, set to include.
457         * configure.in (AC_OUTPUT):  Add include/Makefile.
459 2001-08-20  Tom Tromey  <tromey@redhat.com>
461         * configure: Rebuilt.
462         * configure.in: Always ask gcc for threads package.
464 2001-08-17  Tom Tromey  <tromey@redhat.com>
466         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
467         merged local changes.
469 2001-08-02  David Billinghurst <David.Billinghurst>
471         * configure: Rebuilt.
472         * configure.in:  POSIX threads on cygwin does not link with
473         -lpthreads.
475 2001-07-03  Tom Tromey  <tromey@redhat.com>
477         Fix for PR bootstrap/3281:
478         * aclocal.m4, configure, Makefile.in: Rebuilt.
479         * acinclude.m4: Set mkinstalldirs for in-tree build.
481 2001-06-26  Richard Henderson  <rth@redhat.com>
483         * alpha_mach_dep.s: Mark call-saved FP registers.
484         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
485         * configure.in (alpha*): Re-enable alpha_mach_dep.s
486         * configure: Rebuild.
488 2001-06-12  Tom Tromey  <tromey@redhat.com>
490         * aclocal.m4, configure: Rebuilt.
491         * acinclude.m4: Find configure.host in srcdir.
493 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
495         * configure.in (AC_EXEEXT): Work around in case it expands to
496         nothing, as in autoconf 2.50.
497         * acinclude.m4: Likewise.
498         * aclocal.m4, configure: Rebuilt.
500 2001-06-07  Tom Tromey  <tromey@redhat.com>
502         For PR bootstrap/3075:
503         * configure, aclocal.m4, Makefile.in: Rebuilt.
504         * configure.in: Don't call AC_CONFIG_AUX_DIR or
505         AC_CANONICAL_SYSTEM.
506         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
507         AC_CANONICAL_SYSTEM here.
508         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
509         boehm_gc_basedir.
511 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
513         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
514         (libgcjgc_la_SOURCES): Remove typo.
515         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
516         * Makefile.in: Rebuilt.
518 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
520         Imported version version 6.0alpha7.
522         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
523         README.amiga, README.debugging, README.dj, README.hp, README.linux,
524         README.rs6000, README.sgi, README.solaris2, README.uts,
525         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
526         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
527         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
528         hpux_irix_threads.c, makefile.depend, nursery.c,
529         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
530         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
531         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
532         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
533         files.
535 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
537         * configure.host: Build with -fexceptions.
538         * linux_threads.c: Remember which thread stopped world for
540 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
541             with final tuning by Bryce McKinlay
543         * configure.in: Add support for --enable-threads=posix on FreeBSD.
544         * configure: Rebuilt.
546 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
548         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
549         (GC_noop1): Change declaration to take one argument.
551 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
553         * configure.in: Obtain THREADS with `gcc -v'.
554         * configure: Rebuilt.
556 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
558         * misc.c: Back out buggy changes to stack clearing code.
559         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
560         spent clearing memory.
562 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
564         * finalize.c:
565         - Accomodate finalization requests for static objects.
566           (Will be required by hash synchronization.  May be needed
567           in some configurations now.)
569         * gc_priv.h:
570         - Define MIN_WORDS.  All allocation requests are rounded
571           up to at least this size.  Removes a subtle assumption that
572           Java objects have a 2 word header.
574         * gcconfig.h:
575         - Adjust Linux/IA64 configuration for non-ancient kernels.
576           (Necessary fix for IA64.)
578         * linux_threads.c:
579         - Fix syntax error in currently unused code.  Will be needed
580           for Linux/PA-RISC.
582         * malloc.c:
583         - Handle MIN_WORDS.
585         * misc.c:
586         - Handle MIN_WORDS.
587         - Change stack cleaning code to typically clear about one tenth
588           the memory it used to in the threads configuration.  Occasionally
589           still clear more.  (This is really a fix for a long-standing
590           and fairly significant performance bug with threads.)
592         * os_dep.c:
593         - Fix the code for finding the beginning of the data segment under
594           Linux.  I believe this is necessary for some IA64 Linux
595           distributions.  It will also helo other platforms, though those
596           may additionally require a gcconfig.h adjustment.  (This basically
597           works around the absence of a data_start or __data_start
598           definition in glibc.)
600         * test.c:
601         - Handle rounding due to MIN_WORDS.
603 2001-03-22  Tom Tromey  <tromey@redhat.com>
605         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
607 2001-03-19  Tom Tromey  <tromey@redhat.com>
609         * Makefile.in: Rebuilt.
610         * Makefile.am (gctest_LDFLAGS): new macro.
612 2001-03-16  Tom Tromey  <tromey@redhat.com>
614         * Makefile.in: Rebuilt.
615         * Makefile.am (TESTS_ENVIRONMENT): New macro.
617 2001-01-23  Rod Stewart <stewart@lab43.org>
619         * gcconfig.h: Check for `__arm__', not `arm'.
621 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
623         * configure.in: Rename THREADLIB to THREADLIBS.
624         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
625         ensures that we link the correct version of the linuxthreads semaphore
626         functions.
627         * Makefile.in: Rebuilt.
628         * configure: Rebuilt.
630         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
631         list of signals which are not blocked during suspend in the NO_SIGNALS
632         case.
634 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
636         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
638 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
640         * Makefile.dist: Renamed from Makefile.orig.
642 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
644         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
645         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
646         set accordingly.
647         * Makefile.in: Rebuilt.
648         * configure: Likewise.
650 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
652         * gcconfig.h: Add new case for powerpc EABI.
653         [PPC]: Handle embedded OS for powerpc simulator.
655 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
657         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
658         cross-compile configuration only.
659         * Makefile.am: Build gcj_mlc.c.
660         * configure, Makefile.in: Rebuilt.
662 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
664         * acinclude.m4: Include libtool macros from the top level.
665         * aclocal.m4, configure: Rebuilt.
667 2000-09-04  Anthony Green  <green@redhat.com>
669         Fix for PR libgcj/230:
670         * mark.c (GC_mark_from_mark_stack): Remove call to
671         GC_debug_object_start.
672         * gc_priv.h (GC_debug_object_start): Remove prototype.
674 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
676         * gcconfig.h [OSF1] (_end): Declare as `int'.
678 2000-08-02  Tom Tromey  <tromey@cygnus.com>
680         * gc_priv.h (GC_generic_malloc_inner): Prototype.
681         (GC_generic_malloc): Likewise.
682         (GC_add_to_black_list_normal): Likewise.
683         (GC_find_header): Likewise.
684         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
685         * gc_mark.h (GC_find_start): Prototype.
686         (GC_signal_mark_stack_overflow): Likewise.
688 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
690         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
691         * configure: Rebuilt.
693         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
695 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
697         Imported version 5.1.
698         * acinclude.m4: Push version to 5.1.
700 2000-06-19  Andrew Haley  <aph@cygnus.com>
702         * os_dep.c (read): Pass two dummy args to syscall().
704 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
706         Imported 5.0 release version.
707         * acinclude.m4: Increment version to 5.0.
709 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
711         Imported version 5.0alpha7.
712         * acinclude.m4: Update version to 5.0a7.
714 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
716         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
717         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
718         - sparc glibc does not provide it.
719         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
720         Make STACKBOTTOM depend on the wordsize.
721         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
722         (struct frame): Declare on sparc*-linux*.
723         (GC_save_callers): Bias the frame pointers if needed (sparc64).
724         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
725         Implement on sparc64.
726         (GC_clear_stack_inner): Implement on sparc64.
727         * gc_priv.h (GC_test_and_set): Implement for sparc.
728         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
729         GC_save_regs_in_stack on sparc.
731 2000-04-23  Tom Tromey  <tromey@cygnus.com>
733         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
735 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
737         Imported version version 5.0alpha6.
738         * acinclude.m4: Bump version to 5.0a6.
739         * configure.in: Don't use alpha_mach_dep.s.
740         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
741         obsolete files.
742         * Makefile.am, Makefile.in: irix_threads.c is now
743         hpux_irix_threads.c.
744         * Makefile.orig: Updated from gc distribution Makefile.
746 2000-03-26  Anthony Green  <green@redhat.com>
748         * misc.c (GC_enable): Always define GC_enable and GC_disable.
750 2000-02-14  Tom Tromey  <tromey@cygnus.com>
752         * gc.h (dlopen): Define as GC_dlopen on Linux.
753         (GC_dlopen): Declare on Linux.
754         * dyn_load.c (GC_dlopen): Define for Linux.
756 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
758         * gcconfig.h (DATASTART): Add missing extern declaration
759         for data_start on powerpc.
761 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
763         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
764         NO_SIGNALS case.
766 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
768         * gcconfig.h: Define DATASTART for Alpha Linux.
770 1999-12-19  Anthony Green  <green@cygnus.com>
772         * gcconfig.h: Use libgcj hack for Alpha Linux.
773         Undefine MPROTEXT_VDB (from Jeff Sturm).
774         * os_dep.c: Remove Alpha Linux hacks.
775         * misc.c: Ditto.
777 1999-12-13  Tom Tromey  <tromey@cygnus.com>
779         * aclocal.m4, configure: Rebuilt.
780         * acinclude.m4: Changed version to 5.0a4.
781         * Makefile.in: Rebuilt.
782         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
784 1999-12-12  Anthony Green  <green@cygnus.com>
786         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
787         Linux.
788         (DYNAMIC_LOADING): Define for PowerPC Linux.
789         * os_dep.c: Remove some special cases for PowerPC Linux.
790         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
791         for PowerPC Linux.
793 1999-11-04  Tom Tromey  <tromey@cygnus.com>
795         * Makefile.in: Rebuilt.
796         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
798         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
799         (GC_thr_init): Don't declare.
801         * configure: Rebuilt.
802         * configure.in: Removed qt threads case.
803         * dyn_load.c: Don't mention QUICK_THREADS.
804         * os_dep.c: Don't mention QUICK_THREADS.
805         * misc.c: Don't mention QUICK_THREADS.
806         * gcconfig.h: Don't mention QUICK_THREADS.
807         * gc_priv.h: Removed QUICK_THREADS code.
808         * quick_threads.c: Removed.
810 1999-11-03  Tom Tromey  <tromey@cygnus.com>
812         * gcconfig.h: Merged in local changes from old config.h.
814 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
816         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
818 1999-11-02  Tom Tromey  <tromey@cygnus.com>
820         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
822         * configure: Rebuilt.
823         * configure.in: Don't create boehm-config.h.
824         * Makefile.in: Rebuilt.
825         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
826         config.h.
827         ($(all_objs)): Depend on gcconfig.h.
828         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
829         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
830         * config.h: Removed.
832 1999-11-01  Tom Tromey  <tromey@cygnus.com>
834         * Makefile.in: Rebuilt.
835         * Makefile.am (gctest_LDADD): Added THREADLIB.
836         (TESTS): New macro.
837         * configure: Rebuilt.
838         * configure.in (INCLUDES): New subst.
840 1999-09-29  Steve Chamberlain  <sac@pobox.com>
842         * config.h: Added picoJava target.
843         * mach_dep.h (GC_push_regs):  New code for picoJava.
845 1999-09-28  Tom Tromey  <tromey@cygnus.com>
847         * aclocal.m4, configure: Rebuilt.
848         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
849         appropriate AC_PROG_ symbol.
851 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
853         * gc_priv.h:  IRIX thread changes from
854         include/private/gc_priv.h.
856 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
858         * Makefile.in: Rebuilt.
859         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
860         builds.
862         * configure: Rebuilt.
863         * configure.in: Properly align --help output, fix capitalization
864         and punctuation.
865         * acinclude.m4: Likewise.
867 1999-08-04  Tom Tromey  <tromey@cygnus.com>
869         * configure.in: Added missing `;;'.  From Anthony Green.
871 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
873         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
875 1999-08-03  Tom Tromey  <tromey@cygnus.com>
877         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
878         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
880 1999-08-02  Tom Tromey  <tromey@cygnus.com>
882         * aclocal.m4, configure: Rebuilt for new libtool.
884 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
886         * mips_sgi_mach_dep.s: Enable PIC option.
888 1999-07-19  Tom Tromey  <tromey@cygnus.com>
890         * config.h (MPROTECT_VDB): Don't define on Linux.
892 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
894         * Makefile.am (.s.lo): Avoid `#line' directives.
895         * Makefile.in: Rebuilt.
897 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
899         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
900         generate *-recursive for this Makefile, use *-am instead.
901         * Makefile.in: Rebuilt.
903 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
905         * Makefile.am (.s.lo): Renamed from `.s.o'.
906         * Makefile.in: Rebuilt.
908 1999-06-21  Tom Tromey  <tromey@cygnus.com>
910         Alpha patch from Jeff Sturm:
911         * os_dep.c (GC_init_linuxalpha): New function.
912         * misc.c: Initialize for alpha linux.
913         * gc_priv.h (GC_test_and_set): Define for alpha.
914         * config.h: Don't assume __data_start on alpha.
916         * Makefile.in: Rebuilt.
917         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
918         -release.
920         * Makefile.in: Rebuilt.
921         * Makefile.am (toolexeclibdir): Define as libdir when
922         appropriate.
923         * configure: Rebuilt.
924         * configure.in (USE_LIBDIR): New conditional.
926         * configure: Rebuilt.
927         * configure.in: Recognize all forms of alpha.
929 1999-06-17  Anthony Green  <green@cygnus.com>
931         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
932         Carlo Dapor <carlo@vis.ethz.ch>).
934 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
936         * configure.in: Switch from irix threads to posix threads
937         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
938         for mips architecture.
939         * configure: Regenerate.
941 1999-04-30  Tom Tromey  <tromey@cygnus.com>
943         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
945 1999-04-26  Tom Tromey  <tromey@cygnus.com>
947         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
948         `weak'.
950 1999-04-23  Tom Tromey  <tromey@cygnus.com>
952         * Makefile.in, configure: Rebuilt.
953         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
954         (libgcjgc_la_SOURCES): Renamed.
955         (libgcjgc_la_LIBADD): Likewise.
956         (libgcjgc_la_DEPENDENCIES): Likewise.
957         (EXTRA_libgcjgc_la_SOURCES): Likewise.
958         (gctest_LDADD): Use libgcjgc.la.
959         (all_objs): Mention libgcj_la_OBJECTS.
960         (EXTRA_LTLIBRARIES): Renamed.
961         (toollib_LTLIBRARIES): Likewise.
962         (libgcjgc_la_LDFLAGS): New macro
963         (toolexecdir): Renamed.
964         (toolexeclibdir): Likewise.
965         (toolexeclib_LTLIBRARIES): Likewise.
966         (LTCOMPILE): Renamed; added libtool invocation.
967         (LINK): Added libtool invocation.
968         (.s.o): use LTCOMPILE.
969         * configure.in: Call AM_PROG_LIBTOOL.
970         (target_all): Set to libgcjgc.la.
971         Mention `.lo' forms of object files.
973 1999-04-21  Tom Tromey  <tromey@cygnus.com>
975         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
976         GC_stackbottom.
978         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
979         sigcontext.h.  From Matthias Klose <doko@itso.de>.
981 1999-04-16  Tom Tromey  <tromey@cygnus.com>
983         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
984         David Pettersson <dapet@mai.liu.se>
986 1999-04-14  Tom Tromey  <tromey@cygnus.com>
988         * configure: Rebuilt.
989         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
990         incorrect patch of 199-04-09.
992         * configure: Rebuilt.
993         * configure.in: Added support for alpha.
994         From David Pettersson <dapet@mai.liu.se>.
996 1999-04-13  Tom Tromey  <tromey@cygnus.com>
998         * Makefile.in: Rebuilt.
999         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1000         solaris-threads.h.
1002 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1004         * configure: Rebuilt.
1005         * configure.in: Use sparc_mach_dep.s when building on Solaris.
1007 1999-02-23  Tom Tromey  <tromey@cygnus.com>
1009         * configure: Rebuilt.
1010         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
1011         SOLARIS_THREADS and _SOLARIS_PTHREADS.
1013 1999-02-18  Tom Tromey  <tromey@cygnus.com>
1015         * quick_threads.c (GC_push_all_stacks): Change order of arguments
1016         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
1017         for case where LO is NULL.
1019 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1021         * aclocal.m4, configure, Makefile.in: Rebuilt.
1022         * acinclude.m4: Updated to be used with automake 1.4.
1023         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
1024         with automake 1.4.
1025         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1026         (libgcjgc_a_SOURCES): Likewise.
1027         (libgcjgc_a_LIBADD): Likewise.
1028         (libgcjgc_a_DEPENDENCIES): Likewise.
1029         (EXTRA_libgcjgc_a_SOURCES): Likewise.
1030         (gctest_LDADD): Likewise.
1031         (all_objs): Likewise.
1033 1999-01-08  Tom Tromey  <tromey@cygnus.com>
1035         * configure: Rebuilt.
1036         * configure.in: Define LINUX_THREADS if using POSIX threads on
1037         Linux.
1039         * gc_priv.h (GC_test_and_set): Put return type into definition.
1041 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1043         * Makefile.am: add support for eCos.  In particular, add C++
1044         support for compiling the file ecos.cc.
1045         * ecos.cc: new file.
1046         * acinclude.m4: add C++ support.
1047         * aclocal.m4: likewise
1048         * config.h: add eCos support.
1049         * configure: likewise
1050         * configure.in: likewise
1051         * misc.c (GC_write): add eCos support.
1052         * os_dep.c (tiny_sbrk): add eCos support.
1054 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
1056         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1057         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1059 1998-11-23  Tom Tromey  <tromey@cygnus.com>
1061         * configure.host (boehm_gc_cflags): Don't add `-O2'.
1063 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
1065         * Makefile.am, Makefile.in, configure.host: tx39 build option
1066         "-G 0" added.
1068 1998-11-17  Tom Tromey  <tromey@cygnus.com>
1070         * configure: Rebuilt.
1071         * configure.in: Switch on host, not target.
1073 1998-11-16  Tom Tromey  <tromey@cygnus.com>
1075         * gc_priv.h (GC_debug_object_start): Declare.
1076         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1077         * gc.h (GC_debug_register_finalizer_no_order,
1078         GC_register_finalizer_no_order): Declare.
1079         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1080         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1081         (GC_debug_generic_malloc): Likewise.
1082         (GC_debug_object_start): new function.
1084 1998-11-11  Tom Tromey  <tromey@cygnus.com>
1086         * configure: Rebuilt.
1087         * configure.in: Recognize --enable-java-gc, not --enable-gc.
1089 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1091         * dyn_load.c: Handle QUICK_THREADS case.
1093 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1095         * configure: Rebuilt.
1096         * configure.in: Put cpp defines here, not in config.h.  Recognize
1097         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1098         define PACKAGE or VERSION.
1099         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1100         Don't define.
1102         * os_dep.c (GC_default_push_other_roots): Define when
1103         QUICK_THREADS defined.
1104         * misc.c: Added QUICK_THREADS case.
1105         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1106         * config.h (THREADS): Define if QUICK_THREADS defined.
1107         * Makefile.in: Rebuilt.
1108         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1109         quick_threads.c.
1110         * quick_threads.c: New file.
1112 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1114         * aclocal.m4, configure: Rebuilt.
1115         * acinclude.m4: Don't subst machine_dir or sys_dir.
1116         * configure.host: Removed unused code.
1118 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1120         * configure: Rebuilt.
1121         * configure.in: Fix typo in previous patch.
1123 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1125         * Makefile.in, aclocal.m4, configure: Rebuilt.
1126         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1127         * configure.host: Created.
1129 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1131         * Makefile.in: Rebuilt.
1132         * Makefile.am (lib_LIBRARIES): Use target_all.
1133         (EXTRA_LIBRARIES): New macro.
1134         * configure: Rebuilt.
1135         * configure.in: Recognize --enable-gc.
1137 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1139         * Makefile.in: Rebuilt.
1140         * Makefile.am (COMPILE): Define.
1141         (LINK): Likewise.
1142         (.s.o): Use MY_CFLAGS.
1143         * configure: Rebuilt.
1144         * configure.in (MY_CFLAGS): Define and subst.
1146 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1148         * configure: Rebuilt.
1149         * configure.in: Added --with-cross-host argument.  Use
1150         $with_cross_host to determine when cross-compiling.
1152         * config.h (SMALL_CONFIG): Don't define.
1153         * configure: Rebuilt.
1154         * configure.in: Define SMALL_CONFIG when cross-compiling.
1156 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1158         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1159         allchblk.c: Merged with 4.13a2 while preserving local changes.
1161         * Makefile.orig: Updated from Makefile in 4.13a2.
1163         * configure: Rebuilt.
1164         * configure.in: Updated version number to 4.13a2.  On Solaris,
1165         don't build with -O when using gcc.
1167         Merged in version 4.13alpha2:
1168         * config.h (USE_MMAP): Re-enable on Solaris.
1169         * solaris_pthreads.c: Removed RCS Id line.
1170         * alpha_mach_dep.s: Removed RCS Id line.
1172 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1174         * config.h (USE_MMAP): Don't define for Solaris.
1176 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1178         * Makefile.in: Rebuilt.
1179         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1181         * Makefile.in: Rebuilt.
1182         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1184 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1186         * Makefile.in: Rebuilt.
1187         * Makefile.am ($(all_objs)): Depend on config.h.
1189         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1190         DATASTART as &_etext.
1191         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1192         * configure: Rebuilt.
1193         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1194         tx39.
1196 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1198         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1199         (GC_maybe_gc): Likewise.
1200         * os_dep.c: If NO_SIGSET defined, then have empty
1201         GC_disable_signals and GC_enable_signals.
1202         * configure: Rebuilt.
1203         * configure.in: Added --with-target-subdir option.  If
1204         cross-compiling, define NO_SIGSET and NO_CLOCK.
1206 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1208         * Makefile.in: Rebuilt.
1209         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1210         (AS): Removed.
1211         * aclocal.m4, configure: Rebuilt.
1212         * acinclude.m4: New file.
1213         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1215 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1217         * configure: Rebuilt.
1218         * configure.in: Link boehm-config.h to config.h.
1219         * Makefile.in: Rebuilt.
1220         * Makefile.am (INCLUDES): Removed.
1221         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1222         JAVA_FINALIZATION): Define
1224 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1226         * Many files: Use GC_bool, not bool.
1227         * gc_priv.h: Define GC_bool, not bool.
1229         * misc.c (GC_dont_gc): Define as int.
1230         (GC_quiet): Likewise.
1231         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1232         * alloc.c (GC_dont_expand): Define as int.
1233         * gc_priv.h: For gcc, define bool as char.
1235 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1237         * Makefile.in: Rebuilt.
1238         * Makefile.am (check_PROGRAMS): New macro.
1239         (gctest_SOURCES): Likewise.
1240         (gctest_LDADD): Likewise.
1242 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1244         * Makefile.in: Rebuilt.
1245         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1246         * configure: Rebuilt.
1247         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1249 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1251         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1252         New files.
1253         * Makefile.orig: Renamed from Makefile.