* decl.c (pop_cp_function_context): Don't call free on a NULL
[official-gcc.git] / boehm-gc / ChangeLog
blobfcb5d49c7fc7d7f4554df09e9c0bc747aac7b1c1
1 1999-09-29  Steve Chamberlain  <sac@pobox.com>
3         * config.h: Added picoJava target.
4         * mach_dep.h (GC_push_regs):  New code for picoJava.
6 1999-09-28  Tom Tromey  <tromey@cygnus.com>
8         * aclocal.m4, configure: Rebuilt.
9         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
10         appropriate AC_PROG_ symbol.
12 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14         * gc_priv.h: Merged IRIX thread changes from
15         include/private/gc_priv.h.
17 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19         * Makefile.in: Rebuilt.
20         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
21         builds.
23         * configure: Rebuilt.
24         * configure.in: Properly align --help output, fix capitalization
25         and punctuation.
26         * acinclude.m4: Likewise.
28 1999-08-04  Tom Tromey  <tromey@cygnus.com>
30         * configure.in: Added missing `;;'.  From Anthony Green.
32 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
34         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
36 1999-08-03  Tom Tromey  <tromey@cygnus.com>
38         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
39         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
41 1999-08-02  Tom Tromey  <tromey@cygnus.com>
43         * aclocal.m4, configure: Rebuilt for new libtool.
45 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
47         * mips_sgi_mach_dep.s: Enable PIC option.
49 1999-07-19  Tom Tromey  <tromey@cygnus.com>
51         * config.h (MPROTECT_VDB): Don't define on Linux.
53 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
55         * Makefile.am (.s.lo): Avoid `#line' directives.
56         * Makefile.in: Rebuilt.
58 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
60         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
61         generate *-recursive for this Makefile, use *-am instead.
62         * Makefile.in: Rebuilt.
64 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
66         * Makefile.am (.s.lo): Renamed from `.s.o'.
67         * Makefile.in: Rebuilt.
69 1999-06-21  Tom Tromey  <tromey@cygnus.com>
71         Alpha patch from Jeff Sturm:
72         * os_dep.c (GC_init_linuxalpha): New function.
73         * misc.c: Initialize for alpha linux.
74         * gc_priv.h (GC_test_and_set): Define for alpha.
75         * config.h: Don't assume __data_start on alpha.
77         * Makefile.in: Rebuilt.
78         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
79         -release.
81         * Makefile.in: Rebuilt.
82         * Makefile.am (toolexeclibdir): Define as libdir when
83         appropriate.
84         * configure: Rebuilt.
85         * configure.in (USE_LIBDIR): New conditional.
87         * configure: Rebuilt.
88         * configure.in: Recognize all forms of alpha.
90 1999-06-17  Anthony Green  <green@cygnus.com>
92         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
93         Carlo Dapor <carlo@vis.ethz.ch>).
95 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
97         * configure.in: Switch from irix threads to posix threads
98         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
99         for mips architecture.
100         * configure: Regenerate.
102 1999-04-30  Tom Tromey  <tromey@cygnus.com>
104         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
106 1999-04-26  Tom Tromey  <tromey@cygnus.com>
108         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
109         `weak'.
111 1999-04-23  Tom Tromey  <tromey@cygnus.com>
113         * Makefile.in, configure: Rebuilt.
114         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
115         (libgcjgc_la_SOURCES): Renamed.
116         (libgcjgc_la_LIBADD): Likewise.
117         (libgcjgc_la_DEPENDENCIES): Likewise.
118         (EXTRA_libgcjgc_la_SOURCES): Likewise.
119         (gctest_LDADD): Use libgcjgc.la.
120         (all_objs): Mention libgcj_la_OBJECTS.
121         (EXTRA_LTLIBRARIES): Renamed.
122         (toollib_LTLIBRARIES): Likewise.
123         (libgcjgc_la_LDFLAGS): New macro
124         (toolexecdir): Renamed.
125         (toolexeclibdir): Likewise.
126         (toolexeclib_LTLIBRARIES): Likewise.
127         (LTCOMPILE): Renamed; added libtool invocation.
128         (LINK): Added libtool invocation.
129         (.s.o): use LTCOMPILE.
130         * configure.in: Call AM_PROG_LIBTOOL.  
131         (target_all): Set to libgcjgc.la.
132         Mention `.lo' forms of object files.
134 1999-04-21  Tom Tromey  <tromey@cygnus.com>
136         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
137         GC_stackbottom.
139         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
140         sigcontext.h.  From Matthias Klose <doko@itso.de>.
142 1999-04-16  Tom Tromey  <tromey@cygnus.com>
144         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
145         David Pettersson <dapet@mai.liu.se>
147 1999-04-14  Tom Tromey  <tromey@cygnus.com>
149         * configure: Rebuilt.
150         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
151         incorrect patch of 199-04-09.
153         * configure: Rebuilt.
154         * configure.in: Added support for alpha.
155         From David Pettersson <dapet@mai.liu.se>.
157 1999-04-13  Tom Tromey  <tromey@cygnus.com>
159         * Makefile.in: Rebuilt.
160         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
161         solaris-threads.h.
163 1999-04-09  Tom Tromey  <tromey@cygnus.com>
165         * configure: Rebuilt.
166         * configure.in: Use sparc_mach_dep.s when building on Solaris.
168 1999-02-23  Tom Tromey  <tromey@cygnus.com>
170         * configure: Rebuilt.
171         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
172         SOLARIS_THREADS and _SOLARIS_PTHREADS.
174 1999-02-18  Tom Tromey  <tromey@cygnus.com>
176         * quick_threads.c (GC_push_all_stacks): Change order of arguments
177         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
178         for case where LO is NULL.
180 1999-02-10  Tom Tromey  <tromey@cygnus.com>
182         * aclocal.m4, configure, Makefile.in: Rebuilt.
183         * acinclude.m4: Updated to be used with automake 1.4.
184         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
185         with automake 1.4.
186         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
187         (libgcjgc_a_SOURCES): Likewise.
188         (libgcjgc_a_LIBADD): Likewise.
189         (libgcjgc_a_DEPENDENCIES): Likewise.
190         (EXTRA_libgcjgc_a_SOURCES): Likewise.
191         (gctest_LDADD): Likewise.
192         (all_objs): Likewise.
194 1999-01-08  Tom Tromey  <tromey@cygnus.com>
196         * configure: Rebuilt.
197         * configure.in: Define LINUX_THREADS if using POSIX threads on
198         Linux.
200         * gc_priv.h (GC_test_and_set): Put return type into definition.
202 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
204         * Makefile.am: add support for eCos.  In particular, add C++
205         support for compiling the file ecos.cc.
206         * ecos.cc: new file.
207         * acinclude.m4: add C++ support.
208         * aclocal.m4: likewise
209         * config.h: add eCos support.
210         * configure: likewise
211         * configure.in: likewise
212         * misc.c (GC_write): add eCos support.
213         * os_dep.c (tiny_sbrk): add eCos support.
214         
215 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
217         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
218         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
220 1998-11-23  Tom Tromey  <tromey@cygnus.com>
222         * configure.host (boehm_gc_cflags): Don't add `-O2'.
224 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
226         * Makefile.am, Makefile.in, configure.host: tx39 build option 
227         "-G 0" added.
228         
229 1998-11-17  Tom Tromey  <tromey@cygnus.com>
231         * configure: Rebuilt.
232         * configure.in: Switch on host, not target.
234 1998-11-16  Tom Tromey  <tromey@cygnus.com>
236         * gc_priv.h (GC_debug_object_start): Declare.
237         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
238         * gc.h (GC_debug_register_finalizer_no_order,
239         GC_register_finalizer_no_order): Declare.
240         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
241         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
242         (GC_debug_generic_malloc): Likewise.
243         (GC_debug_object_start): new function.
245 1998-11-11  Tom Tromey  <tromey@cygnus.com>
247         * configure: Rebuilt.
248         * configure.in: Recognize --enable-java-gc, not --enable-gc.
250 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
252         * dyn_load.c: Handle QUICK_THREADS case.
254 1998-10-21  Tom Tromey  <tromey@cygnus.com>
256         * configure: Rebuilt.
257         * configure.in: Put cpp defines here, not in config.h.  Recognize
258         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
259         define PACKAGE or VERSION.
260         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
261         Don't define.
263         * os_dep.c (GC_default_push_other_roots): Define when
264         QUICK_THREADS defined.
265         * misc.c: Added QUICK_THREADS case.
266         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
267         * config.h (THREADS): Define if QUICK_THREADS defined.
268         * Makefile.in: Rebuilt.
269         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
270         quick_threads.c.
271         * quick_threads.c: New file.
273 1998-10-20  Tom Tromey  <tromey@cygnus.com>
275         * aclocal.m4, configure: Rebuilt.
276         * acinclude.m4: Don't subst machine_dir or sys_dir.
277         * configure.host: Removed unused code.
279 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
281         * configure: Rebuilt.
282         * configure.in: Fix typo in previous patch.
284 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
286         * Makefile.in, aclocal.m4, configure: Rebuilt.
287         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
288         * configure.host: Created.
290 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
292         * Makefile.in: Rebuilt.
293         * Makefile.am (lib_LIBRARIES): Use target_all.
294         (EXTRA_LIBRARIES): New macro.
295         * configure: Rebuilt.
296         * configure.in: Recognize --enable-gc.
298 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
300         * Makefile.in: Rebuilt.
301         * Makefile.am (COMPILE): Define.
302         (LINK): Likewise.
303         (.s.o): Use MY_CFLAGS.
304         * configure: Rebuilt.
305         * configure.in (MY_CFLAGS): Define and subst.
307 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
309         * configure: Rebuilt.
310         * configure.in: Added --with-cross-host argument.  Use
311         $with_cross_host to determine when cross-compiling.
313         * config.h (SMALL_CONFIG): Don't define.
314         * configure: Rebuilt.
315         * configure.in: Define SMALL_CONFIG when cross-compiling.
317 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
319         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
320         allchblk.c: Merged with 4.13a2 while preserving local changes.
322         * Makefile.orig: Updated from Makefile in 4.13a2.
324         * configure: Rebuilt.
325         * configure.in: Updated version number to 4.13a2.  On Solaris,
326         don't build with -O when using gcc.
328         Merged in version 4.13alpha2:
329         * config.h (USE_MMAP): Re-enable on Solaris.
330         * solaris_pthreads.c: Removed RCS Id line.
331         * alpha_mach_dep.s: Removed RCS Id line.
333 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
335         * config.h (USE_MMAP): Don't define for Solaris.
337 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
339         * Makefile.in: Rebuilt.
340         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
342         * Makefile.in: Rebuilt.
343         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
345 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
347         * Makefile.in: Rebuilt.
348         * Makefile.am ($(all_objs)): Depend on config.h.
350         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
351         DATASTART as &_etext.
352         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
353         * configure: Rebuilt.
354         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
355         tx39.
357 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
359         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
360         (GC_maybe_gc): Likewise.
361         * os_dep.c: If NO_SIGSET defined, then have empty
362         GC_disable_signals and GC_enable_signals.
363         * configure: Rebuilt.
364         * configure.in: Added --with-target-subdir option.  If
365         cross-compiling, define NO_SIGSET and NO_CLOCK.
367 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
369         * Makefile.in: Rebuilt.
370         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
371         (AS): Removed.
372         * aclocal.m4, configure: Rebuilt.
373         * acinclude.m4: New file.
374         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
376 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
378         * configure: Rebuilt.
379         * configure.in: Link boehm-config.h to config.h.
380         * Makefile.in: Rebuilt.
381         * Makefile.am (INCLUDES): Removed.
382         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
383         JAVA_FINALIZATION): Define
385 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
387         * Many files: Use GC_bool, not bool.
388         * gc_priv.h: Define GC_bool, not bool.
390         * misc.c (GC_dont_gc): Define as int.
391         (GC_quiet): Likewise.
392         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
393         * alloc.c (GC_dont_expand): Define as int.
394         * gc_priv.h: For gcc, define bool as char.
396 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
398         * Makefile.in: Rebuilt.
399         * Makefile.am (check_PROGRAMS): New macro.
400         (gctest_SOURCES): Likewise.
401         (gctest_LDADD): Likewise.
403 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
405         * Makefile.in: Rebuilt.
406         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
407         * configure: Rebuilt.
408         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
410 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
412         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
413         New files.
414         * Makefile.orig: Renamed from Makefile.