2001-06-20 Alexandre Petit-Bianco <apbianco@redhat.com>
[official-gcc.git] / boehm-gc / ChangeLog
blobcd8fecf77b12e3a69875564ae1c79ccf2c5c7c01
1 2001-06-12  Tom Tromey  <tromey@redhat.com>
3         * aclocal.m4, configure: Rebuilt.
4         * acinclude.m4: Find configure.host in srcdir.
6 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
8         * configure.in (AC_EXEEXT): Work around in case it expands to
9         nothing, as in autoconf 2.50.
10         * acinclude.m4: Likewise.
11         * aclocal.m4, configure: Rebuilt.
13 2001-06-07  Tom Tromey  <tromey@redhat.com>
15         For PR bootstrap/3075:
16         * configure, aclocal.m4, Makefile.in: Rebuilt.
17         * configure.in: Don't call AC_CONFIG_AUX_DIR or
18         AC_CANONICAL_SYSTEM.
19         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
20         AC_CANONICAL_SYSTEM here.
21         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
22         boehm_gc_basedir.
24 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
26         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
27         (libgcjgc_la_SOURCES): Remove typo.
28         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
29         * Makefile.in: Rebuilt.
31 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
33         Imported version version 6.0alpha7.
35         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
36         README.amiga, README.debugging, README.dj, README.hp, README.linux,
37         README.rs6000, README.sgi, README.solaris2, README.uts,
38         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
39         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
40         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
41         hpux_irix_threads.c, makefile.depend, nursery.c,
42         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
43         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
44         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
45         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
46         files.
48 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
50         * configure.host: Build with -fexceptions.
51         * linux_threads.c: Remember which thread stopped world for
53 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
54             with final tuning by Bryce McKinlay
56         * configure.in: Add support for --enable-threads=posix on FreeBSD.
57         * configure: Rebuilt.
59 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
61         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
62         (GC_noop1): Change declaration to take one argument.
64 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
66         * configure.in: Obtain THREADS with `gcc -v'.
67         * configure: Rebuilt.
69 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
71         * misc.c: Back out buggy changes to stack clearing code.
72         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
73         spent clearing memory.
75 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
77         * finalize.c:
78         - Accomodate finalization requests for static objects.
79           (Will be required by hash synchronization.  May be needed
80           in some configurations now.)
82         * gc_priv.h:
83         - Define MIN_WORDS.  All allocation requests are rounded
84           up to at least this size.  Removes a subtle assumption that
85           Java objects have a 2 word header.
87         * gcconfig.h:
88         - Adjust Linux/IA64 configuration for non-ancient kernels.
89           (Necessary fix for IA64.)
91         * linux_threads.c:
92         - Fix syntax error in currently unused code.  Will be needed
93           for Linux/PA-RISC.
95         * malloc.c:
96         - Handle MIN_WORDS.
98         * misc.c:
99         - Handle MIN_WORDS.
100         - Change stack cleaning code to typically clear about one tenth
101           the memory it used to in the threads configuration.  Occasionally
102           still clear more.  (This is really a fix for a long-standing
103           and fairly significant performance bug with threads.)
105         * os_dep.c:
106         - Fix the code for finding the beginning of the data segment under
107           Linux.  I believe this is necessary for some IA64 Linux
108           distributions.  It will also helo other platforms, though those
109           may additionally require a gcconfig.h adjustment.  (This basically
110           works around the absence of a data_start or __data_start
111           definition in glibc.)
113         * test.c:
114         - Handle rounding due to MIN_WORDS.
116 2001-03-22  Tom Tromey  <tromey@redhat.com>
118         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
120 2001-03-19  Tom Tromey  <tromey@redhat.com>
122         * Makefile.in: Rebuilt.
123         * Makefile.am (gctest_LDFLAGS): new macro.
125 2001-03-16  Tom Tromey  <tromey@redhat.com>
127         * Makefile.in: Rebuilt.
128         * Makefile.am (TESTS_ENVIRONMENT): New macro.
130 2001-01-23  Rod Stewart <stewart@lab43.org>
132         * gcconfig.h: Check for `__arm__', not `arm'.
134 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
136         * configure.in: Rename THREADLIB to THREADLIBS.
137         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
138         ensures that we link the correct version of the linuxthreads semaphore
139         functions.
140         * Makefile.in: Rebuilt.
141         * configure: Rebuilt.
142         
143         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the 
144         list of signals which are not blocked during suspend in the NO_SIGNALS
145         case.
147 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
149         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
151 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
153         * Makefile.dist: Renamed from Makefile.orig.
155 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
157         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
158         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
159         set accordingly.
160         * Makefile.in: Rebuilt.
161         * configure: Likewise.
163 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
165         * gcconfig.h: Add new case for powerpc EABI.
166         [PPC]: Handle embedded OS for powerpc simulator.
168 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
170         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in 
171         cross-compile configuration only.
172         * Makefile.am: Build gcj_mlc.c.
173         * configure, Makefile.in: Rebuilt.
175 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
177         * acinclude.m4: Include libtool macros from the top level.
178         * aclocal.m4, configure: Rebuilt.
180 2000-09-04  Anthony Green  <green@redhat.com>
182         Fix for PR libgcj/230:
183         * mark.c (GC_mark_from_mark_stack): Remove call to
184         GC_debug_object_start.
185         * gc_priv.h (GC_debug_object_start): Remove prototype.
187 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
189         * gcconfig.h [OSF1] (_end): Declare as `int'.
191 2000-08-02  Tom Tromey  <tromey@cygnus.com>
193         * gc_priv.h (GC_generic_malloc_inner): Prototype.
194         (GC_generic_malloc): Likewise.
195         (GC_add_to_black_list_normal): Likewise.
196         (GC_find_header): Likewise.
197         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
198         * gc_mark.h (GC_find_start): Prototype.
199         (GC_signal_mark_stack_overflow): Likewise.
201 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
203         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
204         * configure: Rebuilt.
206         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
208 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
210         Imported version 5.1.
211         * acinclude.m4: Push version to 5.1.
213 2000-06-19  Andrew Haley  <aph@cygnus.com>
215         * os_dep.c (read): Pass two dummy args to syscall().
217 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
219         Imported 5.0 release version.
220         * acinclude.m4: Increment version to 5.0.
222 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
224         Imported version 5.0alpha7.
225         * acinclude.m4: Update version to 5.0a7.
227 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
229         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
230         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
231         - sparc glibc does not provide it.
232         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
233         Make STACKBOTTOM depend on the wordsize.
234         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
235         (struct frame): Declare on sparc*-linux*.
236         (GC_save_callers): Bias the frame pointers if needed (sparc64).
237         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
238         Implement on sparc64.
239         (GC_clear_stack_inner): Implement on sparc64.
240         * gc_priv.h (GC_test_and_set): Implement for sparc.
241         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
242         GC_save_regs_in_stack on sparc.
244 2000-04-23  Tom Tromey  <tromey@cygnus.com>
246         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
248 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
250         Imported version version 5.0alpha6.
251         * acinclude.m4: Bump version to 5.0a6.
252         * configure.in: Don't use alpha_mach_dep.s.
253         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete 
254         obsolete files.
255         * Makefile.am, Makefile.in: irix_threads.c is now
256         hpux_irix_threads.c.
257         * Makefile.orig: Updated from gc distribution Makefile.
259 2000-03-26  Anthony Green  <green@redhat.com>
261         * misc.c (GC_enable): Always define GC_enable and GC_disable.
263 2000-02-14  Tom Tromey  <tromey@cygnus.com>
265         * gc.h (dlopen): Define as GC_dlopen on Linux.
266         (GC_dlopen): Declare on Linux.
267         * dyn_load.c (GC_dlopen): Define for Linux.
269 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
271         * gcconfig.h (DATASTART): Add missing extern declaration
272         for data_start on powerpc.
274 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
276         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
277         NO_SIGNALS case.
279 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
281         * gcconfig.h: Define DATASTART for Alpha Linux.
283 1999-12-19  Anthony Green  <green@cygnus.com>
285         * gcconfig.h: Use libgcj hack for Alpha Linux.  
286         Undefine MPROTEXT_VDB (from Jeff Sturm).
287         * os_dep.c: Remove Alpha Linux hacks.
288         * misc.c: Ditto.
290 1999-12-13  Tom Tromey  <tromey@cygnus.com>
292         * aclocal.m4, configure: Rebuilt.
293         * acinclude.m4: Changed version to 5.0a4.
294         * Makefile.in: Rebuilt.
295         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
297 1999-12-12  Anthony Green  <green@cygnus.com>
299         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
300         Linux.
301         (DYNAMIC_LOADING): Define for PowerPC Linux.
302         * os_dep.c: Remove some special cases for PowerPC Linux.
303         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
304         for PowerPC Linux.
306 1999-11-04  Tom Tromey  <tromey@cygnus.com>
308         * Makefile.in: Rebuilt.
309         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
311         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
312         (GC_thr_init): Don't declare.
314         * configure: Rebuilt.
315         * configure.in: Removed qt threads case.
316         * dyn_load.c: Don't mention QUICK_THREADS.
317         * os_dep.c: Don't mention QUICK_THREADS.
318         * misc.c: Don't mention QUICK_THREADS.
319         * gcconfig.h: Don't mention QUICK_THREADS.
320         * gc_priv.h: Removed QUICK_THREADS code.
321         * quick_threads.c: Removed.
323 1999-11-03  Tom Tromey  <tromey@cygnus.com>
325         * gcconfig.h: Merged in local changes from old config.h.
327 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
329         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
331 1999-11-02  Tom Tromey  <tromey@cygnus.com>
333         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
335         * configure: Rebuilt.
336         * configure.in: Don't create boehm-config.h.
337         * Makefile.in: Rebuilt.
338         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
339         config.h.
340         ($(all_objs)): Depend on gcconfig.h.
341         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
342         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
343         * config.h: Removed.
345 1999-11-01  Tom Tromey  <tromey@cygnus.com>
347         * Makefile.in: Rebuilt.
348         * Makefile.am (gctest_LDADD): Added THREADLIB.
349         (TESTS): New macro.
350         * configure: Rebuilt.
351         * configure.in (INCLUDES): New subst.
353 1999-09-29  Steve Chamberlain  <sac@pobox.com>
355         * config.h: Added picoJava target.
356         * mach_dep.h (GC_push_regs):  New code for picoJava.
358 1999-09-28  Tom Tromey  <tromey@cygnus.com>
360         * aclocal.m4, configure: Rebuilt.
361         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
362         appropriate AC_PROG_ symbol.
364 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
366         * gc_priv.h:  IRIX thread changes from
367         include/private/gc_priv.h.
369 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
371         * Makefile.in: Rebuilt.
372         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
373         builds.
375         * configure: Rebuilt.
376         * configure.in: Properly align --help output, fix capitalization
377         and punctuation.
378         * acinclude.m4: Likewise.
380 1999-08-04  Tom Tromey  <tromey@cygnus.com>
382         * configure.in: Added missing `;;'.  From Anthony Green.
384 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
386         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
388 1999-08-03  Tom Tromey  <tromey@cygnus.com>
390         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
391         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
393 1999-08-02  Tom Tromey  <tromey@cygnus.com>
395         * aclocal.m4, configure: Rebuilt for new libtool.
397 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
399         * mips_sgi_mach_dep.s: Enable PIC option.
401 1999-07-19  Tom Tromey  <tromey@cygnus.com>
403         * config.h (MPROTECT_VDB): Don't define on Linux.
405 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
407         * Makefile.am (.s.lo): Avoid `#line' directives.
408         * Makefile.in: Rebuilt.
410 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
412         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
413         generate *-recursive for this Makefile, use *-am instead.
414         * Makefile.in: Rebuilt.
416 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
418         * Makefile.am (.s.lo): Renamed from `.s.o'.
419         * Makefile.in: Rebuilt.
421 1999-06-21  Tom Tromey  <tromey@cygnus.com>
423         Alpha patch from Jeff Sturm:
424         * os_dep.c (GC_init_linuxalpha): New function.
425         * misc.c: Initialize for alpha linux.
426         * gc_priv.h (GC_test_and_set): Define for alpha.
427         * config.h: Don't assume __data_start on alpha.
429         * Makefile.in: Rebuilt.
430         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
431         -release.
433         * Makefile.in: Rebuilt.
434         * Makefile.am (toolexeclibdir): Define as libdir when
435         appropriate.
436         * configure: Rebuilt.
437         * configure.in (USE_LIBDIR): New conditional.
439         * configure: Rebuilt.
440         * configure.in: Recognize all forms of alpha.
442 1999-06-17  Anthony Green  <green@cygnus.com>
444         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
445         Carlo Dapor <carlo@vis.ethz.ch>).
447 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
449         * configure.in: Switch from irix threads to posix threads
450         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
451         for mips architecture.
452         * configure: Regenerate.
454 1999-04-30  Tom Tromey  <tromey@cygnus.com>
456         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
458 1999-04-26  Tom Tromey  <tromey@cygnus.com>
460         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
461         `weak'.
463 1999-04-23  Tom Tromey  <tromey@cygnus.com>
465         * Makefile.in, configure: Rebuilt.
466         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
467         (libgcjgc_la_SOURCES): Renamed.
468         (libgcjgc_la_LIBADD): Likewise.
469         (libgcjgc_la_DEPENDENCIES): Likewise.
470         (EXTRA_libgcjgc_la_SOURCES): Likewise.
471         (gctest_LDADD): Use libgcjgc.la.
472         (all_objs): Mention libgcj_la_OBJECTS.
473         (EXTRA_LTLIBRARIES): Renamed.
474         (toollib_LTLIBRARIES): Likewise.
475         (libgcjgc_la_LDFLAGS): New macro
476         (toolexecdir): Renamed.
477         (toolexeclibdir): Likewise.
478         (toolexeclib_LTLIBRARIES): Likewise.
479         (LTCOMPILE): Renamed; added libtool invocation.
480         (LINK): Added libtool invocation.
481         (.s.o): use LTCOMPILE.
482         * configure.in: Call AM_PROG_LIBTOOL.  
483         (target_all): Set to libgcjgc.la.
484         Mention `.lo' forms of object files.
486 1999-04-21  Tom Tromey  <tromey@cygnus.com>
488         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
489         GC_stackbottom.
491         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
492         sigcontext.h.  From Matthias Klose <doko@itso.de>.
494 1999-04-16  Tom Tromey  <tromey@cygnus.com>
496         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
497         David Pettersson <dapet@mai.liu.se>
499 1999-04-14  Tom Tromey  <tromey@cygnus.com>
501         * configure: Rebuilt.
502         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
503         incorrect patch of 199-04-09.
505         * configure: Rebuilt.
506         * configure.in: Added support for alpha.
507         From David Pettersson <dapet@mai.liu.se>.
509 1999-04-13  Tom Tromey  <tromey@cygnus.com>
511         * Makefile.in: Rebuilt.
512         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
513         solaris-threads.h.
515 1999-04-09  Tom Tromey  <tromey@cygnus.com>
517         * configure: Rebuilt.
518         * configure.in: Use sparc_mach_dep.s when building on Solaris.
520 1999-02-23  Tom Tromey  <tromey@cygnus.com>
522         * configure: Rebuilt.
523         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
524         SOLARIS_THREADS and _SOLARIS_PTHREADS.
526 1999-02-18  Tom Tromey  <tromey@cygnus.com>
528         * quick_threads.c (GC_push_all_stacks): Change order of arguments
529         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
530         for case where LO is NULL.
532 1999-02-10  Tom Tromey  <tromey@cygnus.com>
534         * aclocal.m4, configure, Makefile.in: Rebuilt.
535         * acinclude.m4: Updated to be used with automake 1.4.
536         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
537         with automake 1.4.
538         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
539         (libgcjgc_a_SOURCES): Likewise.
540         (libgcjgc_a_LIBADD): Likewise.
541         (libgcjgc_a_DEPENDENCIES): Likewise.
542         (EXTRA_libgcjgc_a_SOURCES): Likewise.
543         (gctest_LDADD): Likewise.
544         (all_objs): Likewise.
546 1999-01-08  Tom Tromey  <tromey@cygnus.com>
548         * configure: Rebuilt.
549         * configure.in: Define LINUX_THREADS if using POSIX threads on
550         Linux.
552         * gc_priv.h (GC_test_and_set): Put return type into definition.
554 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
556         * Makefile.am: add support for eCos.  In particular, add C++
557         support for compiling the file ecos.cc.
558         * ecos.cc: new file.
559         * acinclude.m4: add C++ support.
560         * aclocal.m4: likewise
561         * config.h: add eCos support.
562         * configure: likewise
563         * configure.in: likewise
564         * misc.c (GC_write): add eCos support.
565         * os_dep.c (tiny_sbrk): add eCos support.
566         
567 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
569         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
570         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
572 1998-11-23  Tom Tromey  <tromey@cygnus.com>
574         * configure.host (boehm_gc_cflags): Don't add `-O2'.
576 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
578         * Makefile.am, Makefile.in, configure.host: tx39 build option 
579         "-G 0" added.
580         
581 1998-11-17  Tom Tromey  <tromey@cygnus.com>
583         * configure: Rebuilt.
584         * configure.in: Switch on host, not target.
586 1998-11-16  Tom Tromey  <tromey@cygnus.com>
588         * gc_priv.h (GC_debug_object_start): Declare.
589         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
590         * gc.h (GC_debug_register_finalizer_no_order,
591         GC_register_finalizer_no_order): Declare.
592         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
593         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
594         (GC_debug_generic_malloc): Likewise.
595         (GC_debug_object_start): new function.
597 1998-11-11  Tom Tromey  <tromey@cygnus.com>
599         * configure: Rebuilt.
600         * configure.in: Recognize --enable-java-gc, not --enable-gc.
602 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
604         * dyn_load.c: Handle QUICK_THREADS case.
606 1998-10-21  Tom Tromey  <tromey@cygnus.com>
608         * configure: Rebuilt.
609         * configure.in: Put cpp defines here, not in config.h.  Recognize
610         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
611         define PACKAGE or VERSION.
612         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
613         Don't define.
615         * os_dep.c (GC_default_push_other_roots): Define when
616         QUICK_THREADS defined.
617         * misc.c: Added QUICK_THREADS case.
618         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
619         * config.h (THREADS): Define if QUICK_THREADS defined.
620         * Makefile.in: Rebuilt.
621         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
622         quick_threads.c.
623         * quick_threads.c: New file.
625 1998-10-20  Tom Tromey  <tromey@cygnus.com>
627         * aclocal.m4, configure: Rebuilt.
628         * acinclude.m4: Don't subst machine_dir or sys_dir.
629         * configure.host: Removed unused code.
631 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
633         * configure: Rebuilt.
634         * configure.in: Fix typo in previous patch.
636 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
638         * Makefile.in, aclocal.m4, configure: Rebuilt.
639         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
640         * configure.host: Created.
642 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
644         * Makefile.in: Rebuilt.
645         * Makefile.am (lib_LIBRARIES): Use target_all.
646         (EXTRA_LIBRARIES): New macro.
647         * configure: Rebuilt.
648         * configure.in: Recognize --enable-gc.
650 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
652         * Makefile.in: Rebuilt.
653         * Makefile.am (COMPILE): Define.
654         (LINK): Likewise.
655         (.s.o): Use MY_CFLAGS.
656         * configure: Rebuilt.
657         * configure.in (MY_CFLAGS): Define and subst.
659 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
661         * configure: Rebuilt.
662         * configure.in: Added --with-cross-host argument.  Use
663         $with_cross_host to determine when cross-compiling.
665         * config.h (SMALL_CONFIG): Don't define.
666         * configure: Rebuilt.
667         * configure.in: Define SMALL_CONFIG when cross-compiling.
669 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
671         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
672         allchblk.c: Merged with 4.13a2 while preserving local changes.
674         * Makefile.orig: Updated from Makefile in 4.13a2.
676         * configure: Rebuilt.
677         * configure.in: Updated version number to 4.13a2.  On Solaris,
678         don't build with -O when using gcc.
680         Merged in version 4.13alpha2:
681         * config.h (USE_MMAP): Re-enable on Solaris.
682         * solaris_pthreads.c: Removed RCS Id line.
683         * alpha_mach_dep.s: Removed RCS Id line.
685 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
687         * config.h (USE_MMAP): Don't define for Solaris.
689 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
691         * Makefile.in: Rebuilt.
692         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
694         * Makefile.in: Rebuilt.
695         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
697 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
699         * Makefile.in: Rebuilt.
700         * Makefile.am ($(all_objs)): Depend on config.h.
702         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
703         DATASTART as &_etext.
704         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
705         * configure: Rebuilt.
706         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
707         tx39.
709 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
711         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
712         (GC_maybe_gc): Likewise.
713         * os_dep.c: If NO_SIGSET defined, then have empty
714         GC_disable_signals and GC_enable_signals.
715         * configure: Rebuilt.
716         * configure.in: Added --with-target-subdir option.  If
717         cross-compiling, define NO_SIGSET and NO_CLOCK.
719 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
721         * Makefile.in: Rebuilt.
722         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
723         (AS): Removed.
724         * aclocal.m4, configure: Rebuilt.
725         * acinclude.m4: New file.
726         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
728 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
730         * configure: Rebuilt.
731         * configure.in: Link boehm-config.h to config.h.
732         * Makefile.in: Rebuilt.
733         * Makefile.am (INCLUDES): Removed.
734         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
735         JAVA_FINALIZATION): Define
737 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
739         * Many files: Use GC_bool, not bool.
740         * gc_priv.h: Define GC_bool, not bool.
742         * misc.c (GC_dont_gc): Define as int.
743         (GC_quiet): Likewise.
744         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
745         * alloc.c (GC_dont_expand): Define as int.
746         * gc_priv.h: For gcc, define bool as char.
748 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
750         * Makefile.in: Rebuilt.
751         * Makefile.am (check_PROGRAMS): New macro.
752         (gctest_SOURCES): Likewise.
753         (gctest_LDADD): Likewise.
755 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
757         * Makefile.in: Rebuilt.
758         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
759         * configure: Rebuilt.
760         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
762 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
764         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
765         New files.
766         * Makefile.orig: Renamed from Makefile.