* call.c (build_over_call): Mark COMPOUND_EXPRs generated for
[official-gcc.git] / boehm-gc / ChangeLog
blob85cb25c9ac43010a08f4e96a249a71acd0cb47a7
1 2001-07-03  Tom Tromey  <tromey@redhat.com>
3         Fix for PR bootstrap/3281:
4         * aclocal.m4, configure, Makefile.in: Rebuilt.
5         * acinclude.m4: Set mkinstalldirs for in-tree build.
7 20010617 Release Manager
9         * GCC 3.0 Released.
11 2001-06-12  Tom Tromey  <tromey@redhat.com>
13         * aclocal.m4, configure: Rebuilt.
14         * acinclude.m4: Find configure.host in srcdir.
16 2001-06-07  Tom Tromey  <tromey@redhat.com>
18         For PR bootstrap/3075:
19         * configure, aclocal.m4, Makefile.in: Rebuilt.
20         * configure.in: Don't call AC_CONFIG_AUX_DIR or
21         AC_CANONICAL_SYSTEM.
22         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
23         AC_CANONICAL_SYSTEM here.
24         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
25         boehm_gc_basedir.
27 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
29         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
30         (GC_noop1): Change declaration to take one argument.
32 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
34         * configure.in: Obtain THREADS with `gcc -v'.
35         * configure: Rebuilt.
37 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
39         * misc.c: Back out buggy changes to stack clearing code.
40         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
41         spent clearing memory.
43 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
45         * finalize.c:
46         - Accomodate finalization requests for static objects.
47           (Will be required by hash synchronization.  May be needed
48           in some configurations now.)
50         * gc_priv.h:
51         - Define MIN_WORDS.  All allocation requests are rounded
52           up to at least this size.  Removes a subtle assumption that
53           Java objects have a 2 word header.
55         * gcconfig.h:
56         - Adjust Linux/IA64 configuration for non-ancient kernels.
57           (Necessary fix for IA64.)
59         * linux_threads.c:
60         - Fix syntax error in currently unused code.  Will be needed
61           for Linux/PA-RISC.
63         * malloc.c:
64         - Handle MIN_WORDS.
66         * misc.c:
67         - Handle MIN_WORDS.
68         - Change stack cleaning code to typically clear about one tenth
69           the memory it used to in the threads configuration.  Occasionally
70           still clear more.  (This is really a fix for a long-standing
71           and fairly significant performance bug with threads.)
73         * os_dep.c:
74         - Fix the code for finding the beginning of the data segment under
75           Linux.  I believe this is necessary for some IA64 Linux
76           distributions.  It will also helo other platforms, though those
77           may additionally require a gcconfig.h adjustment.  (This basically
78           works around the absence of a data_start or __data_start
79           definition in glibc.)
81         * test.c:
82         - Handle rounding due to MIN_WORDS.
84 2001-03-22  Tom Tromey  <tromey@redhat.com>
86         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
88 2001-03-19  Tom Tromey  <tromey@redhat.com>
90         * Makefile.in: Rebuilt.
91         * Makefile.am (gctest_LDFLAGS): new macro.
93 2001-03-16  Tom Tromey  <tromey@redhat.com>
95         * Makefile.in: Rebuilt.
96         * Makefile.am (TESTS_ENVIRONMENT): New macro.
98 2001-01-23  Rod Stewart <stewart@lab43.org>
100         * gcconfig.h: Check for `__arm__', not `arm'.
102 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
104         * configure.in: Rename THREADLIB to THREADLIBS.
105         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
106         ensures that we link the correct version of the linuxthreads semaphore
107         functions.
108         * Makefile.in: Rebuilt.
109         * configure: Rebuilt.
110         
111         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the 
112         list of signals which are not blocked during suspend in the NO_SIGNALS
113         case.
115 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
117         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
119 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
121         * Makefile.dist: Renamed from Makefile.orig.
123 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
125         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
126         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
127         set accordingly.
128         * Makefile.in: Rebuilt.
129         * configure: Likewise.
131 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
133         * gcconfig.h: Add new case for powerpc EABI.
134         [PPC]: Handle embedded OS for powerpc simulator.
136 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
138         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in 
139         cross-compile configuration only.
140         * Makefile.am: Build gcj_mlc.c.
141         * configure, Makefile.in: Rebuilt.
143 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
145         * acinclude.m4: Include libtool macros from the top level.
146         * aclocal.m4, configure: Rebuilt.
148 2000-09-04  Anthony Green  <green@redhat.com>
150         Fix for PR libgcj/230:
151         * mark.c (GC_mark_from_mark_stack): Remove call to
152         GC_debug_object_start.
153         * gc_priv.h (GC_debug_object_start): Remove prototype.
155 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
157         * gcconfig.h [OSF1] (_end): Declare as `int'.
159 2000-08-02  Tom Tromey  <tromey@cygnus.com>
161         * gc_priv.h (GC_generic_malloc_inner): Prototype.
162         (GC_generic_malloc): Likewise.
163         (GC_add_to_black_list_normal): Likewise.
164         (GC_find_header): Likewise.
165         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
166         * gc_mark.h (GC_find_start): Prototype.
167         (GC_signal_mark_stack_overflow): Likewise.
169 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
171         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
172         * configure: Rebuilt.
174         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
176 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
178         Imported version 5.1.
179         * acinclude.m4: Push version to 5.1.
181 2000-06-19  Andrew Haley  <aph@cygnus.com>
183         * os_dep.c (read): Pass two dummy args to syscall().
185 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
187         Imported 5.0 release version.
188         * acinclude.m4: Increment version to 5.0.
190 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
192         Imported version 5.0alpha7.
193         * acinclude.m4: Update version to 5.0a7.
195 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
197         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
198         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
199         - sparc glibc does not provide it.
200         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
201         Make STACKBOTTOM depend on the wordsize.
202         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
203         (struct frame): Declare on sparc*-linux*.
204         (GC_save_callers): Bias the frame pointers if needed (sparc64).
205         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
206         Implement on sparc64.
207         (GC_clear_stack_inner): Implement on sparc64.
208         * gc_priv.h (GC_test_and_set): Implement for sparc.
209         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
210         GC_save_regs_in_stack on sparc.
212 2000-04-23  Tom Tromey  <tromey@cygnus.com>
214         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
216 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
218         Imported version version 5.0alpha6.
219         * acinclude.m4: Bump version to 5.0a6.
220         * configure.in: Don't use alpha_mach_dep.s.
221         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete 
222         obsolete files.
223         * Makefile.am, Makefile.in: irix_threads.c is now
224         hpux_irix_threads.c.
225         * Makefile.orig: Updated from gc distribution Makefile.
227 2000-03-26  Anthony Green  <green@redhat.com>
229         * misc.c (GC_enable): Always define GC_enable and GC_disable.
231 2000-02-14  Tom Tromey  <tromey@cygnus.com>
233         * gc.h (dlopen): Define as GC_dlopen on Linux.
234         (GC_dlopen): Declare on Linux.
235         * dyn_load.c (GC_dlopen): Define for Linux.
237 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
239         * gcconfig.h (DATASTART): Add missing extern declaration
240         for data_start on powerpc.
242 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
244         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
245         NO_SIGNALS case.
247 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
249         * gcconfig.h: Define DATASTART for Alpha Linux.
251 1999-12-19  Anthony Green  <green@cygnus.com>
253         * gcconfig.h: Use libgcj hack for Alpha Linux.  
254         Undefine MPROTEXT_VDB (from Jeff Sturm).
255         * os_dep.c: Remove Alpha Linux hacks.
256         * misc.c: Ditto.
258 1999-12-13  Tom Tromey  <tromey@cygnus.com>
260         * aclocal.m4, configure: Rebuilt.
261         * acinclude.m4: Changed version to 5.0a4.
262         * Makefile.in: Rebuilt.
263         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
265 1999-12-12  Anthony Green  <green@cygnus.com>
267         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
268         Linux.
269         (DYNAMIC_LOADING): Define for PowerPC Linux.
270         * os_dep.c: Remove some special cases for PowerPC Linux.
271         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
272         for PowerPC Linux.
274 1999-11-04  Tom Tromey  <tromey@cygnus.com>
276         * Makefile.in: Rebuilt.
277         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
279         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
280         (GC_thr_init): Don't declare.
282         * configure: Rebuilt.
283         * configure.in: Removed qt threads case.
284         * dyn_load.c: Don't mention QUICK_THREADS.
285         * os_dep.c: Don't mention QUICK_THREADS.
286         * misc.c: Don't mention QUICK_THREADS.
287         * gcconfig.h: Don't mention QUICK_THREADS.
288         * gc_priv.h: Removed QUICK_THREADS code.
289         * quick_threads.c: Removed.
291 1999-11-03  Tom Tromey  <tromey@cygnus.com>
293         * gcconfig.h: Merged in local changes from old config.h.
295 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
297         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
299 1999-11-02  Tom Tromey  <tromey@cygnus.com>
301         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
303         * configure: Rebuilt.
304         * configure.in: Don't create boehm-config.h.
305         * Makefile.in: Rebuilt.
306         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
307         config.h.
308         ($(all_objs)): Depend on gcconfig.h.
309         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
310         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
311         * config.h: Removed.
313 1999-11-01  Tom Tromey  <tromey@cygnus.com>
315         * Makefile.in: Rebuilt.
316         * Makefile.am (gctest_LDADD): Added THREADLIB.
317         (TESTS): New macro.
318         * configure: Rebuilt.
319         * configure.in (INCLUDES): New subst.
321 1999-09-29  Steve Chamberlain  <sac@pobox.com>
323         * config.h: Added picoJava target.
324         * mach_dep.h (GC_push_regs):  New code for picoJava.
326 1999-09-28  Tom Tromey  <tromey@cygnus.com>
328         * aclocal.m4, configure: Rebuilt.
329         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
330         appropriate AC_PROG_ symbol.
332 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
334         * gc_priv.h:  IRIX thread changes from
335         include/private/gc_priv.h.
337 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
339         * Makefile.in: Rebuilt.
340         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
341         builds.
343         * configure: Rebuilt.
344         * configure.in: Properly align --help output, fix capitalization
345         and punctuation.
346         * acinclude.m4: Likewise.
348 1999-08-04  Tom Tromey  <tromey@cygnus.com>
350         * configure.in: Added missing `;;'.  From Anthony Green.
352 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
354         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
356 1999-08-03  Tom Tromey  <tromey@cygnus.com>
358         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
359         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
361 1999-08-02  Tom Tromey  <tromey@cygnus.com>
363         * aclocal.m4, configure: Rebuilt for new libtool.
365 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
367         * mips_sgi_mach_dep.s: Enable PIC option.
369 1999-07-19  Tom Tromey  <tromey@cygnus.com>
371         * config.h (MPROTECT_VDB): Don't define on Linux.
373 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
375         * Makefile.am (.s.lo): Avoid `#line' directives.
376         * Makefile.in: Rebuilt.
378 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
380         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
381         generate *-recursive for this Makefile, use *-am instead.
382         * Makefile.in: Rebuilt.
384 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
386         * Makefile.am (.s.lo): Renamed from `.s.o'.
387         * Makefile.in: Rebuilt.
389 1999-06-21  Tom Tromey  <tromey@cygnus.com>
391         Alpha patch from Jeff Sturm:
392         * os_dep.c (GC_init_linuxalpha): New function.
393         * misc.c: Initialize for alpha linux.
394         * gc_priv.h (GC_test_and_set): Define for alpha.
395         * config.h: Don't assume __data_start on alpha.
397         * Makefile.in: Rebuilt.
398         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
399         -release.
401         * Makefile.in: Rebuilt.
402         * Makefile.am (toolexeclibdir): Define as libdir when
403         appropriate.
404         * configure: Rebuilt.
405         * configure.in (USE_LIBDIR): New conditional.
407         * configure: Rebuilt.
408         * configure.in: Recognize all forms of alpha.
410 1999-06-17  Anthony Green  <green@cygnus.com>
412         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
413         Carlo Dapor <carlo@vis.ethz.ch>).
415 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
417         * configure.in: Switch from irix threads to posix threads
418         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
419         for mips architecture.
420         * configure: Regenerate.
422 1999-04-30  Tom Tromey  <tromey@cygnus.com>
424         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
426 1999-04-26  Tom Tromey  <tromey@cygnus.com>
428         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
429         `weak'.
431 1999-04-23  Tom Tromey  <tromey@cygnus.com>
433         * Makefile.in, configure: Rebuilt.
434         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
435         (libgcjgc_la_SOURCES): Renamed.
436         (libgcjgc_la_LIBADD): Likewise.
437         (libgcjgc_la_DEPENDENCIES): Likewise.
438         (EXTRA_libgcjgc_la_SOURCES): Likewise.
439         (gctest_LDADD): Use libgcjgc.la.
440         (all_objs): Mention libgcj_la_OBJECTS.
441         (EXTRA_LTLIBRARIES): Renamed.
442         (toollib_LTLIBRARIES): Likewise.
443         (libgcjgc_la_LDFLAGS): New macro
444         (toolexecdir): Renamed.
445         (toolexeclibdir): Likewise.
446         (toolexeclib_LTLIBRARIES): Likewise.
447         (LTCOMPILE): Renamed; added libtool invocation.
448         (LINK): Added libtool invocation.
449         (.s.o): use LTCOMPILE.
450         * configure.in: Call AM_PROG_LIBTOOL.  
451         (target_all): Set to libgcjgc.la.
452         Mention `.lo' forms of object files.
454 1999-04-21  Tom Tromey  <tromey@cygnus.com>
456         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
457         GC_stackbottom.
459         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
460         sigcontext.h.  From Matthias Klose <doko@itso.de>.
462 1999-04-16  Tom Tromey  <tromey@cygnus.com>
464         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
465         David Pettersson <dapet@mai.liu.se>
467 1999-04-14  Tom Tromey  <tromey@cygnus.com>
469         * configure: Rebuilt.
470         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
471         incorrect patch of 199-04-09.
473         * configure: Rebuilt.
474         * configure.in: Added support for alpha.
475         From David Pettersson <dapet@mai.liu.se>.
477 1999-04-13  Tom Tromey  <tromey@cygnus.com>
479         * Makefile.in: Rebuilt.
480         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
481         solaris-threads.h.
483 1999-04-09  Tom Tromey  <tromey@cygnus.com>
485         * configure: Rebuilt.
486         * configure.in: Use sparc_mach_dep.s when building on Solaris.
488 1999-02-23  Tom Tromey  <tromey@cygnus.com>
490         * configure: Rebuilt.
491         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
492         SOLARIS_THREADS and _SOLARIS_PTHREADS.
494 1999-02-18  Tom Tromey  <tromey@cygnus.com>
496         * quick_threads.c (GC_push_all_stacks): Change order of arguments
497         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
498         for case where LO is NULL.
500 1999-02-10  Tom Tromey  <tromey@cygnus.com>
502         * aclocal.m4, configure, Makefile.in: Rebuilt.
503         * acinclude.m4: Updated to be used with automake 1.4.
504         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
505         with automake 1.4.
506         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
507         (libgcjgc_a_SOURCES): Likewise.
508         (libgcjgc_a_LIBADD): Likewise.
509         (libgcjgc_a_DEPENDENCIES): Likewise.
510         (EXTRA_libgcjgc_a_SOURCES): Likewise.
511         (gctest_LDADD): Likewise.
512         (all_objs): Likewise.
514 1999-01-08  Tom Tromey  <tromey@cygnus.com>
516         * configure: Rebuilt.
517         * configure.in: Define LINUX_THREADS if using POSIX threads on
518         Linux.
520         * gc_priv.h (GC_test_and_set): Put return type into definition.
522 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
524         * Makefile.am: add support for eCos.  In particular, add C++
525         support for compiling the file ecos.cc.
526         * ecos.cc: new file.
527         * acinclude.m4: add C++ support.
528         * aclocal.m4: likewise
529         * config.h: add eCos support.
530         * configure: likewise
531         * configure.in: likewise
532         * misc.c (GC_write): add eCos support.
533         * os_dep.c (tiny_sbrk): add eCos support.
534         
535 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
537         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
538         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
540 1998-11-23  Tom Tromey  <tromey@cygnus.com>
542         * configure.host (boehm_gc_cflags): Don't add `-O2'.
544 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
546         * Makefile.am, Makefile.in, configure.host: tx39 build option 
547         "-G 0" added.
548         
549 1998-11-17  Tom Tromey  <tromey@cygnus.com>
551         * configure: Rebuilt.
552         * configure.in: Switch on host, not target.
554 1998-11-16  Tom Tromey  <tromey@cygnus.com>
556         * gc_priv.h (GC_debug_object_start): Declare.
557         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
558         * gc.h (GC_debug_register_finalizer_no_order,
559         GC_register_finalizer_no_order): Declare.
560         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
561         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
562         (GC_debug_generic_malloc): Likewise.
563         (GC_debug_object_start): new function.
565 1998-11-11  Tom Tromey  <tromey@cygnus.com>
567         * configure: Rebuilt.
568         * configure.in: Recognize --enable-java-gc, not --enable-gc.
570 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
572         * dyn_load.c: Handle QUICK_THREADS case.
574 1998-10-21  Tom Tromey  <tromey@cygnus.com>
576         * configure: Rebuilt.
577         * configure.in: Put cpp defines here, not in config.h.  Recognize
578         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
579         define PACKAGE or VERSION.
580         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
581         Don't define.
583         * os_dep.c (GC_default_push_other_roots): Define when
584         QUICK_THREADS defined.
585         * misc.c: Added QUICK_THREADS case.
586         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
587         * config.h (THREADS): Define if QUICK_THREADS defined.
588         * Makefile.in: Rebuilt.
589         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
590         quick_threads.c.
591         * quick_threads.c: New file.
593 1998-10-20  Tom Tromey  <tromey@cygnus.com>
595         * aclocal.m4, configure: Rebuilt.
596         * acinclude.m4: Don't subst machine_dir or sys_dir.
597         * configure.host: Removed unused code.
599 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
601         * configure: Rebuilt.
602         * configure.in: Fix typo in previous patch.
604 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
606         * Makefile.in, aclocal.m4, configure: Rebuilt.
607         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
608         * configure.host: Created.
610 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
612         * Makefile.in: Rebuilt.
613         * Makefile.am (lib_LIBRARIES): Use target_all.
614         (EXTRA_LIBRARIES): New macro.
615         * configure: Rebuilt.
616         * configure.in: Recognize --enable-gc.
618 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
620         * Makefile.in: Rebuilt.
621         * Makefile.am (COMPILE): Define.
622         (LINK): Likewise.
623         (.s.o): Use MY_CFLAGS.
624         * configure: Rebuilt.
625         * configure.in (MY_CFLAGS): Define and subst.
627 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
629         * configure: Rebuilt.
630         * configure.in: Added --with-cross-host argument.  Use
631         $with_cross_host to determine when cross-compiling.
633         * config.h (SMALL_CONFIG): Don't define.
634         * configure: Rebuilt.
635         * configure.in: Define SMALL_CONFIG when cross-compiling.
637 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
639         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
640         allchblk.c: Merged with 4.13a2 while preserving local changes.
642         * Makefile.orig: Updated from Makefile in 4.13a2.
644         * configure: Rebuilt.
645         * configure.in: Updated version number to 4.13a2.  On Solaris,
646         don't build with -O when using gcc.
648         Merged in version 4.13alpha2:
649         * config.h (USE_MMAP): Re-enable on Solaris.
650         * solaris_pthreads.c: Removed RCS Id line.
651         * alpha_mach_dep.s: Removed RCS Id line.
653 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
655         * config.h (USE_MMAP): Don't define for Solaris.
657 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
659         * Makefile.in: Rebuilt.
660         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
662         * Makefile.in: Rebuilt.
663         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
665 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
667         * Makefile.in: Rebuilt.
668         * Makefile.am ($(all_objs)): Depend on config.h.
670         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
671         DATASTART as &_etext.
672         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
673         * configure: Rebuilt.
674         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
675         tx39.
677 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
679         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
680         (GC_maybe_gc): Likewise.
681         * os_dep.c: If NO_SIGSET defined, then have empty
682         GC_disable_signals and GC_enable_signals.
683         * configure: Rebuilt.
684         * configure.in: Added --with-target-subdir option.  If
685         cross-compiling, define NO_SIGSET and NO_CLOCK.
687 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
689         * Makefile.in: Rebuilt.
690         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
691         (AS): Removed.
692         * aclocal.m4, configure: Rebuilt.
693         * acinclude.m4: New file.
694         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
696 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
698         * configure: Rebuilt.
699         * configure.in: Link boehm-config.h to config.h.
700         * Makefile.in: Rebuilt.
701         * Makefile.am (INCLUDES): Removed.
702         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
703         JAVA_FINALIZATION): Define
705 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
707         * Many files: Use GC_bool, not bool.
708         * gc_priv.h: Define GC_bool, not bool.
710         * misc.c (GC_dont_gc): Define as int.
711         (GC_quiet): Likewise.
712         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
713         * alloc.c (GC_dont_expand): Define as int.
714         * gc_priv.h: For gcc, define bool as char.
716 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
718         * Makefile.in: Rebuilt.
719         * Makefile.am (check_PROGRAMS): New macro.
720         (gctest_SOURCES): Likewise.
721         (gctest_LDADD): Likewise.
723 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
725         * Makefile.in: Rebuilt.
726         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
727         * configure: Rebuilt.
728         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
730 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
732         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
733         New files.
734         * Makefile.orig: Renamed from Makefile.