* class.c (check_bitfield_decl): New function, split out from
[official-gcc.git] / boehm-gc / ChangeLog
blob7a38769e1cba680b7a5f24ddb169dce53a5e0602
1 1999-11-03  Tom Tromey  <tromey@cygnus.com>
3         * gcconfig.h: Merged in local changes from old config.h.
5 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
7         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
9 1999-11-02  Tom Tromey  <tromey@cygnus.com>
11         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
13         * configure: Rebuilt.
14         * configure.in: Don't create boehm-config.h.
15         * Makefile.in: Rebuilt.
16         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
17         config.h.
18         ($(all_objs)): Depend on gcconfig.h.
19         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
20         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
21         * config.h: Removed.
23 1999-11-01  Tom Tromey  <tromey@cygnus.com>
25         * Makefile.in: Rebuilt.
26         * Makefile.am (gctest_LDADD): Added THREADLIB.
27         (TESTS): New macro.
28         * configure: Rebuilt.
29         * configure.in (INCLUDES): New subst.
31 1999-09-29  Steve Chamberlain  <sac@pobox.com>
33         * config.h: Added picoJava target.
34         * mach_dep.h (GC_push_regs):  New code for picoJava.
36 1999-09-28  Tom Tromey  <tromey@cygnus.com>
38         * aclocal.m4, configure: Rebuilt.
39         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
40         appropriate AC_PROG_ symbol.
42 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
44         * gc_priv.h: Merged IRIX thread changes from
45         include/private/gc_priv.h.
47 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
49         * Makefile.in: Rebuilt.
50         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
51         builds.
53         * configure: Rebuilt.
54         * configure.in: Properly align --help output, fix capitalization
55         and punctuation.
56         * acinclude.m4: Likewise.
58 1999-08-04  Tom Tromey  <tromey@cygnus.com>
60         * configure.in: Added missing `;;'.  From Anthony Green.
62 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
64         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
66 1999-08-03  Tom Tromey  <tromey@cygnus.com>
68         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
69         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
71 1999-08-02  Tom Tromey  <tromey@cygnus.com>
73         * aclocal.m4, configure: Rebuilt for new libtool.
75 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
77         * mips_sgi_mach_dep.s: Enable PIC option.
79 1999-07-19  Tom Tromey  <tromey@cygnus.com>
81         * config.h (MPROTECT_VDB): Don't define on Linux.
83 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
85         * Makefile.am (.s.lo): Avoid `#line' directives.
86         * Makefile.in: Rebuilt.
88 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
90         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
91         generate *-recursive for this Makefile, use *-am instead.
92         * Makefile.in: Rebuilt.
94 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
96         * Makefile.am (.s.lo): Renamed from `.s.o'.
97         * Makefile.in: Rebuilt.
99 1999-06-21  Tom Tromey  <tromey@cygnus.com>
101         Alpha patch from Jeff Sturm:
102         * os_dep.c (GC_init_linuxalpha): New function.
103         * misc.c: Initialize for alpha linux.
104         * gc_priv.h (GC_test_and_set): Define for alpha.
105         * config.h: Don't assume __data_start on alpha.
107         * Makefile.in: Rebuilt.
108         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
109         -release.
111         * Makefile.in: Rebuilt.
112         * Makefile.am (toolexeclibdir): Define as libdir when
113         appropriate.
114         * configure: Rebuilt.
115         * configure.in (USE_LIBDIR): New conditional.
117         * configure: Rebuilt.
118         * configure.in: Recognize all forms of alpha.
120 1999-06-17  Anthony Green  <green@cygnus.com>
122         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
123         Carlo Dapor <carlo@vis.ethz.ch>).
125 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
127         * configure.in: Switch from irix threads to posix threads
128         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
129         for mips architecture.
130         * configure: Regenerate.
132 1999-04-30  Tom Tromey  <tromey@cygnus.com>
134         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
136 1999-04-26  Tom Tromey  <tromey@cygnus.com>
138         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
139         `weak'.
141 1999-04-23  Tom Tromey  <tromey@cygnus.com>
143         * Makefile.in, configure: Rebuilt.
144         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
145         (libgcjgc_la_SOURCES): Renamed.
146         (libgcjgc_la_LIBADD): Likewise.
147         (libgcjgc_la_DEPENDENCIES): Likewise.
148         (EXTRA_libgcjgc_la_SOURCES): Likewise.
149         (gctest_LDADD): Use libgcjgc.la.
150         (all_objs): Mention libgcj_la_OBJECTS.
151         (EXTRA_LTLIBRARIES): Renamed.
152         (toollib_LTLIBRARIES): Likewise.
153         (libgcjgc_la_LDFLAGS): New macro
154         (toolexecdir): Renamed.
155         (toolexeclibdir): Likewise.
156         (toolexeclib_LTLIBRARIES): Likewise.
157         (LTCOMPILE): Renamed; added libtool invocation.
158         (LINK): Added libtool invocation.
159         (.s.o): use LTCOMPILE.
160         * configure.in: Call AM_PROG_LIBTOOL.  
161         (target_all): Set to libgcjgc.la.
162         Mention `.lo' forms of object files.
164 1999-04-21  Tom Tromey  <tromey@cygnus.com>
166         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
167         GC_stackbottom.
169         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
170         sigcontext.h.  From Matthias Klose <doko@itso.de>.
172 1999-04-16  Tom Tromey  <tromey@cygnus.com>
174         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
175         David Pettersson <dapet@mai.liu.se>
177 1999-04-14  Tom Tromey  <tromey@cygnus.com>
179         * configure: Rebuilt.
180         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
181         incorrect patch of 199-04-09.
183         * configure: Rebuilt.
184         * configure.in: Added support for alpha.
185         From David Pettersson <dapet@mai.liu.se>.
187 1999-04-13  Tom Tromey  <tromey@cygnus.com>
189         * Makefile.in: Rebuilt.
190         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
191         solaris-threads.h.
193 1999-04-09  Tom Tromey  <tromey@cygnus.com>
195         * configure: Rebuilt.
196         * configure.in: Use sparc_mach_dep.s when building on Solaris.
198 1999-02-23  Tom Tromey  <tromey@cygnus.com>
200         * configure: Rebuilt.
201         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
202         SOLARIS_THREADS and _SOLARIS_PTHREADS.
204 1999-02-18  Tom Tromey  <tromey@cygnus.com>
206         * quick_threads.c (GC_push_all_stacks): Change order of arguments
207         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
208         for case where LO is NULL.
210 1999-02-10  Tom Tromey  <tromey@cygnus.com>
212         * aclocal.m4, configure, Makefile.in: Rebuilt.
213         * acinclude.m4: Updated to be used with automake 1.4.
214         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
215         with automake 1.4.
216         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
217         (libgcjgc_a_SOURCES): Likewise.
218         (libgcjgc_a_LIBADD): Likewise.
219         (libgcjgc_a_DEPENDENCIES): Likewise.
220         (EXTRA_libgcjgc_a_SOURCES): Likewise.
221         (gctest_LDADD): Likewise.
222         (all_objs): Likewise.
224 1999-01-08  Tom Tromey  <tromey@cygnus.com>
226         * configure: Rebuilt.
227         * configure.in: Define LINUX_THREADS if using POSIX threads on
228         Linux.
230         * gc_priv.h (GC_test_and_set): Put return type into definition.
232 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
234         * Makefile.am: add support for eCos.  In particular, add C++
235         support for compiling the file ecos.cc.
236         * ecos.cc: new file.
237         * acinclude.m4: add C++ support.
238         * aclocal.m4: likewise
239         * config.h: add eCos support.
240         * configure: likewise
241         * configure.in: likewise
242         * misc.c (GC_write): add eCos support.
243         * os_dep.c (tiny_sbrk): add eCos support.
244         
245 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
247         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
248         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
250 1998-11-23  Tom Tromey  <tromey@cygnus.com>
252         * configure.host (boehm_gc_cflags): Don't add `-O2'.
254 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
256         * Makefile.am, Makefile.in, configure.host: tx39 build option 
257         "-G 0" added.
258         
259 1998-11-17  Tom Tromey  <tromey@cygnus.com>
261         * configure: Rebuilt.
262         * configure.in: Switch on host, not target.
264 1998-11-16  Tom Tromey  <tromey@cygnus.com>
266         * gc_priv.h (GC_debug_object_start): Declare.
267         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
268         * gc.h (GC_debug_register_finalizer_no_order,
269         GC_register_finalizer_no_order): Declare.
270         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
271         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
272         (GC_debug_generic_malloc): Likewise.
273         (GC_debug_object_start): new function.
275 1998-11-11  Tom Tromey  <tromey@cygnus.com>
277         * configure: Rebuilt.
278         * configure.in: Recognize --enable-java-gc, not --enable-gc.
280 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
282         * dyn_load.c: Handle QUICK_THREADS case.
284 1998-10-21  Tom Tromey  <tromey@cygnus.com>
286         * configure: Rebuilt.
287         * configure.in: Put cpp defines here, not in config.h.  Recognize
288         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
289         define PACKAGE or VERSION.
290         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
291         Don't define.
293         * os_dep.c (GC_default_push_other_roots): Define when
294         QUICK_THREADS defined.
295         * misc.c: Added QUICK_THREADS case.
296         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
297         * config.h (THREADS): Define if QUICK_THREADS defined.
298         * Makefile.in: Rebuilt.
299         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
300         quick_threads.c.
301         * quick_threads.c: New file.
303 1998-10-20  Tom Tromey  <tromey@cygnus.com>
305         * aclocal.m4, configure: Rebuilt.
306         * acinclude.m4: Don't subst machine_dir or sys_dir.
307         * configure.host: Removed unused code.
309 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
311         * configure: Rebuilt.
312         * configure.in: Fix typo in previous patch.
314 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
316         * Makefile.in, aclocal.m4, configure: Rebuilt.
317         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
318         * configure.host: Created.
320 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
322         * Makefile.in: Rebuilt.
323         * Makefile.am (lib_LIBRARIES): Use target_all.
324         (EXTRA_LIBRARIES): New macro.
325         * configure: Rebuilt.
326         * configure.in: Recognize --enable-gc.
328 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
330         * Makefile.in: Rebuilt.
331         * Makefile.am (COMPILE): Define.
332         (LINK): Likewise.
333         (.s.o): Use MY_CFLAGS.
334         * configure: Rebuilt.
335         * configure.in (MY_CFLAGS): Define and subst.
337 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
339         * configure: Rebuilt.
340         * configure.in: Added --with-cross-host argument.  Use
341         $with_cross_host to determine when cross-compiling.
343         * config.h (SMALL_CONFIG): Don't define.
344         * configure: Rebuilt.
345         * configure.in: Define SMALL_CONFIG when cross-compiling.
347 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
349         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
350         allchblk.c: Merged with 4.13a2 while preserving local changes.
352         * Makefile.orig: Updated from Makefile in 4.13a2.
354         * configure: Rebuilt.
355         * configure.in: Updated version number to 4.13a2.  On Solaris,
356         don't build with -O when using gcc.
358         Merged in version 4.13alpha2:
359         * config.h (USE_MMAP): Re-enable on Solaris.
360         * solaris_pthreads.c: Removed RCS Id line.
361         * alpha_mach_dep.s: Removed RCS Id line.
363 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
365         * config.h (USE_MMAP): Don't define for Solaris.
367 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
369         * Makefile.in: Rebuilt.
370         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
372         * Makefile.in: Rebuilt.
373         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
375 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
377         * Makefile.in: Rebuilt.
378         * Makefile.am ($(all_objs)): Depend on config.h.
380         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
381         DATASTART as &_etext.
382         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
383         * configure: Rebuilt.
384         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
385         tx39.
387 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
389         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
390         (GC_maybe_gc): Likewise.
391         * os_dep.c: If NO_SIGSET defined, then have empty
392         GC_disable_signals and GC_enable_signals.
393         * configure: Rebuilt.
394         * configure.in: Added --with-target-subdir option.  If
395         cross-compiling, define NO_SIGSET and NO_CLOCK.
397 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
399         * Makefile.in: Rebuilt.
400         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
401         (AS): Removed.
402         * aclocal.m4, configure: Rebuilt.
403         * acinclude.m4: New file.
404         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
406 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
408         * configure: Rebuilt.
409         * configure.in: Link boehm-config.h to config.h.
410         * Makefile.in: Rebuilt.
411         * Makefile.am (INCLUDES): Removed.
412         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
413         JAVA_FINALIZATION): Define
415 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
417         * Many files: Use GC_bool, not bool.
418         * gc_priv.h: Define GC_bool, not bool.
420         * misc.c (GC_dont_gc): Define as int.
421         (GC_quiet): Likewise.
422         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
423         * alloc.c (GC_dont_expand): Define as int.
424         * gc_priv.h: For gcc, define bool as char.
426 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
428         * Makefile.in: Rebuilt.
429         * Makefile.am (check_PROGRAMS): New macro.
430         (gctest_SOURCES): Likewise.
431         (gctest_LDADD): Likewise.
433 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
435         * Makefile.in: Rebuilt.
436         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
437         * configure: Rebuilt.
438         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
440 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
442         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
443         New files.
444         * Makefile.orig: Renamed from Makefile.