1999-05-22 Ben Elliston <bje@cygnus.com>
[official-gcc.git] / boehm-gc / ChangeLog
blob423fe711fbe7a3b1b4326862b39f9e28e10758c9
1 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
3         * configure.in: Switch from irix threads to posix threads
4         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
5         for mips architecture.
6         * configure: Regenerate.
8 1999-04-30  Tom Tromey  <tromey@cygnus.com>
10         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
12 1999-04-26  Tom Tromey  <tromey@cygnus.com>
14         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
15         `weak'.
17 1999-04-23  Tom Tromey  <tromey@cygnus.com>
19         * Makefile.in, configure: Rebuilt.
20         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
21         (libgcjgc_la_SOURCES): Renamed.
22         (libgcjgc_la_LIBADD): Likewise.
23         (libgcjgc_la_DEPENDENCIES): Likewise.
24         (EXTRA_libgcjgc_la_SOURCES): Likewise.
25         (gctest_LDADD): Use libgcjgc.la.
26         (all_objs): Mention libgcj_la_OBJECTS.
27         (EXTRA_LTLIBRARIES): Renamed.
28         (toollib_LTLIBRARIES): Likewise.
29         (libgcjgc_la_LDFLAGS): New macro
30         (toolexecdir): Renamed.
31         (toolexeclibdir): Likewise.
32         (toolexeclib_LTLIBRARIES): Likewise.
33         (LTCOMPILE): Renamed; added libtool invocation.
34         (LINK): Added libtool invocation.
35         (.s.o): use LTCOMPILE.
36         * configure.in: Call AM_PROG_LIBTOOL.  
37         (target_all): Set to libgcjgc.la.
38         Mention `.lo' forms of object files.
40 1999-04-21  Tom Tromey  <tromey@cygnus.com>
42         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
43         GC_stackbottom.
45         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
46         sigcontext.h.  From Matthias Klose <doko@itso.de>.
48 1999-04-16  Tom Tromey  <tromey@cygnus.com>
50         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
51         David Pettersson <dapet@mai.liu.se>
53 1999-04-14  Tom Tromey  <tromey@cygnus.com>
55         * configure: Rebuilt.
56         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
57         incorrect patch of 199-04-09.
59         * configure: Rebuilt.
60         * configure.in: Added support for alpha.
61         From David Pettersson <dapet@mai.liu.se>.
63 1999-04-13  Tom Tromey  <tromey@cygnus.com>
65         * Makefile.in: Rebuilt.
66         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
67         solaris-threads.h.
69 1999-04-09  Tom Tromey  <tromey@cygnus.com>
71         * configure: Rebuilt.
72         * configure.in: Use sparc_mach_dep.s when building on Solaris.
74 1999-02-23  Tom Tromey  <tromey@cygnus.com>
76         * configure: Rebuilt.
77         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
78         SOLARIS_THREADS and _SOLARIS_PTHREADS.
80 1999-02-18  Tom Tromey  <tromey@cygnus.com>
82         * quick_threads.c (GC_push_all_stacks): Change order of arguments
83         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
84         for case where LO is NULL.
86 1999-02-10  Tom Tromey  <tromey@cygnus.com>
88         * aclocal.m4, configure, Makefile.in: Rebuilt.
89         * acinclude.m4: Updated to be used with automake 1.4.
90         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
91         with automake 1.4.
92         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
93         (libgcjgc_a_SOURCES): Likewise.
94         (libgcjgc_a_LIBADD): Likewise.
95         (libgcjgc_a_DEPENDENCIES): Likewise.
96         (EXTRA_libgcjgc_a_SOURCES): Likewise.
97         (gctest_LDADD): Likewise.
98         (all_objs): Likewise.
100 1999-01-08  Tom Tromey  <tromey@cygnus.com>
102         * configure: Rebuilt.
103         * configure.in: Define LINUX_THREADS if using POSIX threads on
104         Linux.
106         * gc_priv.h (GC_test_and_set): Put return type into definition.
108 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
110         * Makefile.am: add support for eCos.  In particular, add C++
111         support for compiling the file ecos.cc.
112         * ecos.cc: new file.
113         * acinclude.m4: add C++ support.
114         * aclocal.m4: likewise
115         * config.h: add eCos support.
116         * configure: likewise
117         * configure.in: likewise
118         * misc.c (GC_write): add eCos support.
119         * os_dep.c (tiny_sbrk): add eCos support.
120         
121 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
123         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
124         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
126 1998-11-23  Tom Tromey  <tromey@cygnus.com>
128         * configure.host (boehm_gc_cflags): Don't add `-O2'.
130 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
132         * Makefile.am, Makefile.in, configure.host: tx39 build option 
133         "-G 0" added.
134         
135 1998-11-17  Tom Tromey  <tromey@cygnus.com>
137         * configure: Rebuilt.
138         * configure.in: Switch on host, not target.
140 1998-11-16  Tom Tromey  <tromey@cygnus.com>
142         * gc_priv.h (GC_debug_object_start): Declare.
143         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
144         * gc.h (GC_debug_register_finalizer_no_order,
145         GC_register_finalizer_no_order): Declare.
146         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
147         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
148         (GC_debug_generic_malloc): Likewise.
149         (GC_debug_object_start): new function.
151 1998-11-11  Tom Tromey  <tromey@cygnus.com>
153         * configure: Rebuilt.
154         * configure.in: Recognize --enable-java-gc, not --enable-gc.
156 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
158         * dyn_load.c: Handle QUICK_THREADS case.
160 1998-10-21  Tom Tromey  <tromey@cygnus.com>
162         * configure: Rebuilt.
163         * configure.in: Put cpp defines here, not in config.h.  Recognize
164         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
165         define PACKAGE or VERSION.
166         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
167         Don't define.
169         * os_dep.c (GC_default_push_other_roots): Define when
170         QUICK_THREADS defined.
171         * misc.c: Added QUICK_THREADS case.
172         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
173         * config.h (THREADS): Define if QUICK_THREADS defined.
174         * Makefile.in: Rebuilt.
175         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
176         quick_threads.c.
177         * quick_threads.c: New file.
179 1998-10-20  Tom Tromey  <tromey@cygnus.com>
181         * aclocal.m4, configure: Rebuilt.
182         * acinclude.m4: Don't subst machine_dir or sys_dir.
183         * configure.host: Removed unused code.
185 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
187         * configure: Rebuilt.
188         * configure.in: Fix typo in previous patch.
190 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
192         * Makefile.in, aclocal.m4, configure: Rebuilt.
193         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
194         * configure.host: Created.
196 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
198         * Makefile.in: Rebuilt.
199         * Makefile.am (lib_LIBRARIES): Use target_all.
200         (EXTRA_LIBRARIES): New macro.
201         * configure: Rebuilt.
202         * configure.in: Recognize --enable-gc.
204 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
206         * Makefile.in: Rebuilt.
207         * Makefile.am (COMPILE): Define.
208         (LINK): Likewise.
209         (.s.o): Use MY_CFLAGS.
210         * configure: Rebuilt.
211         * configure.in (MY_CFLAGS): Define and subst.
213 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
215         * configure: Rebuilt.
216         * configure.in: Added --with-cross-host argument.  Use
217         $with_cross_host to determine when cross-compiling.
219         * config.h (SMALL_CONFIG): Don't define.
220         * configure: Rebuilt.
221         * configure.in: Define SMALL_CONFIG when cross-compiling.
223 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
225         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
226         allchblk.c: Merged with 4.13a2 while preserving local changes.
228         * Makefile.orig: Updated from Makefile in 4.13a2.
230         * configure: Rebuilt.
231         * configure.in: Updated version number to 4.13a2.  On Solaris,
232         don't build with -O when using gcc.
234         Merged in version 4.13alpha2:
235         * config.h (USE_MMAP): Re-enable on Solaris.
236         * solaris_pthreads.c: Removed RCS Id line.
237         * alpha_mach_dep.s: Removed RCS Id line.
239 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
241         * config.h (USE_MMAP): Don't define for Solaris.
243 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
245         * Makefile.in: Rebuilt.
246         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
248         * Makefile.in: Rebuilt.
249         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
251 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
253         * Makefile.in: Rebuilt.
254         * Makefile.am ($(all_objs)): Depend on config.h.
256         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
257         DATASTART as &_etext.
258         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
259         * configure: Rebuilt.
260         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
261         tx39.
263 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
265         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
266         (GC_maybe_gc): Likewise.
267         * os_dep.c: If NO_SIGSET defined, then have empty
268         GC_disable_signals and GC_enable_signals.
269         * configure: Rebuilt.
270         * configure.in: Added --with-target-subdir option.  If
271         cross-compiling, define NO_SIGSET and NO_CLOCK.
273 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
275         * Makefile.in: Rebuilt.
276         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
277         (AS): Removed.
278         * aclocal.m4, configure: Rebuilt.
279         * acinclude.m4: New file.
280         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
282 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
284         * configure: Rebuilt.
285         * configure.in: Link boehm-config.h to config.h.
286         * Makefile.in: Rebuilt.
287         * Makefile.am (INCLUDES): Removed.
288         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
289         JAVA_FINALIZATION): Define
291 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
293         * Many files: Use GC_bool, not bool.
294         * gc_priv.h: Define GC_bool, not bool.
296         * misc.c (GC_dont_gc): Define as int.
297         (GC_quiet): Likewise.
298         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
299         * alloc.c (GC_dont_expand): Define as int.
300         * gc_priv.h: For gcc, define bool as char.
302 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
304         * Makefile.in: Rebuilt.
305         * Makefile.am (check_PROGRAMS): New macro.
306         (gctest_SOURCES): Likewise.
307         (gctest_LDADD): Likewise.
309 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
311         * Makefile.in: Rebuilt.
312         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
313         * configure: Rebuilt.
314         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
316 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
318         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
319         New files.
320         * Makefile.orig: Renamed from Makefile.