* elfos.h (const_section): Output a tab before assembler directives.
[official-gcc.git] / boehm-gc / ChangeLog
blobaf461baff29be48d537f88d07f877147f3a2144d
1 1999-06-21  Tom Tromey  <tromey@cygnus.com>
3         Alpha patch from Jeff Sturm:
4         * os_dep.c (GC_init_linuxalpha): New function.
5         * misc.c: Initialize for alpha linux.
6         * gc_priv.h (GC_test_and_set): Define for alpha.
7         * config.h: Don't assume __data_start on alpha.
9         * Makefile.in: Rebuilt.
10         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
11         -release.
13         * Makefile.in: Rebuilt.
14         * Makefile.am (toolexeclibdir): Define as libdir when
15         appropriate.
16         * configure: Rebuilt.
17         * configure.in (USE_LIBDIR): New conditional.
19         * configure: Rebuilt.
20         * configure.in: Recognize all forms of alpha.
22 1999-06-17  Anthony Green  <green@cygnus.com>
24         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
25         Carlo Dapor <carlo@vis.ethz.ch>).
27 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
29         * configure.in: Switch from irix threads to posix threads
30         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
31         for mips architecture.
32         * configure: Regenerate.
34 1999-04-30  Tom Tromey  <tromey@cygnus.com>
36         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
38 1999-04-26  Tom Tromey  <tromey@cygnus.com>
40         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
41         `weak'.
43 1999-04-23  Tom Tromey  <tromey@cygnus.com>
45         * Makefile.in, configure: Rebuilt.
46         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
47         (libgcjgc_la_SOURCES): Renamed.
48         (libgcjgc_la_LIBADD): Likewise.
49         (libgcjgc_la_DEPENDENCIES): Likewise.
50         (EXTRA_libgcjgc_la_SOURCES): Likewise.
51         (gctest_LDADD): Use libgcjgc.la.
52         (all_objs): Mention libgcj_la_OBJECTS.
53         (EXTRA_LTLIBRARIES): Renamed.
54         (toollib_LTLIBRARIES): Likewise.
55         (libgcjgc_la_LDFLAGS): New macro
56         (toolexecdir): Renamed.
57         (toolexeclibdir): Likewise.
58         (toolexeclib_LTLIBRARIES): Likewise.
59         (LTCOMPILE): Renamed; added libtool invocation.
60         (LINK): Added libtool invocation.
61         (.s.o): use LTCOMPILE.
62         * configure.in: Call AM_PROG_LIBTOOL.  
63         (target_all): Set to libgcjgc.la.
64         Mention `.lo' forms of object files.
66 1999-04-21  Tom Tromey  <tromey@cygnus.com>
68         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
69         GC_stackbottom.
71         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
72         sigcontext.h.  From Matthias Klose <doko@itso.de>.
74 1999-04-16  Tom Tromey  <tromey@cygnus.com>
76         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
77         David Pettersson <dapet@mai.liu.se>
79 1999-04-14  Tom Tromey  <tromey@cygnus.com>
81         * configure: Rebuilt.
82         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
83         incorrect patch of 199-04-09.
85         * configure: Rebuilt.
86         * configure.in: Added support for alpha.
87         From David Pettersson <dapet@mai.liu.se>.
89 1999-04-13  Tom Tromey  <tromey@cygnus.com>
91         * Makefile.in: Rebuilt.
92         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
93         solaris-threads.h.
95 1999-04-09  Tom Tromey  <tromey@cygnus.com>
97         * configure: Rebuilt.
98         * configure.in: Use sparc_mach_dep.s when building on Solaris.
100 1999-02-23  Tom Tromey  <tromey@cygnus.com>
102         * configure: Rebuilt.
103         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
104         SOLARIS_THREADS and _SOLARIS_PTHREADS.
106 1999-02-18  Tom Tromey  <tromey@cygnus.com>
108         * quick_threads.c (GC_push_all_stacks): Change order of arguments
109         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
110         for case where LO is NULL.
112 1999-02-10  Tom Tromey  <tromey@cygnus.com>
114         * aclocal.m4, configure, Makefile.in: Rebuilt.
115         * acinclude.m4: Updated to be used with automake 1.4.
116         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
117         with automake 1.4.
118         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
119         (libgcjgc_a_SOURCES): Likewise.
120         (libgcjgc_a_LIBADD): Likewise.
121         (libgcjgc_a_DEPENDENCIES): Likewise.
122         (EXTRA_libgcjgc_a_SOURCES): Likewise.
123         (gctest_LDADD): Likewise.
124         (all_objs): Likewise.
126 1999-01-08  Tom Tromey  <tromey@cygnus.com>
128         * configure: Rebuilt.
129         * configure.in: Define LINUX_THREADS if using POSIX threads on
130         Linux.
132         * gc_priv.h (GC_test_and_set): Put return type into definition.
134 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
136         * Makefile.am: add support for eCos.  In particular, add C++
137         support for compiling the file ecos.cc.
138         * ecos.cc: new file.
139         * acinclude.m4: add C++ support.
140         * aclocal.m4: likewise
141         * config.h: add eCos support.
142         * configure: likewise
143         * configure.in: likewise
144         * misc.c (GC_write): add eCos support.
145         * os_dep.c (tiny_sbrk): add eCos support.
146         
147 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
149         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
150         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
152 1998-11-23  Tom Tromey  <tromey@cygnus.com>
154         * configure.host (boehm_gc_cflags): Don't add `-O2'.
156 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
158         * Makefile.am, Makefile.in, configure.host: tx39 build option 
159         "-G 0" added.
160         
161 1998-11-17  Tom Tromey  <tromey@cygnus.com>
163         * configure: Rebuilt.
164         * configure.in: Switch on host, not target.
166 1998-11-16  Tom Tromey  <tromey@cygnus.com>
168         * gc_priv.h (GC_debug_object_start): Declare.
169         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
170         * gc.h (GC_debug_register_finalizer_no_order,
171         GC_register_finalizer_no_order): Declare.
172         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
173         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
174         (GC_debug_generic_malloc): Likewise.
175         (GC_debug_object_start): new function.
177 1998-11-11  Tom Tromey  <tromey@cygnus.com>
179         * configure: Rebuilt.
180         * configure.in: Recognize --enable-java-gc, not --enable-gc.
182 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
184         * dyn_load.c: Handle QUICK_THREADS case.
186 1998-10-21  Tom Tromey  <tromey@cygnus.com>
188         * configure: Rebuilt.
189         * configure.in: Put cpp defines here, not in config.h.  Recognize
190         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
191         define PACKAGE or VERSION.
192         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
193         Don't define.
195         * os_dep.c (GC_default_push_other_roots): Define when
196         QUICK_THREADS defined.
197         * misc.c: Added QUICK_THREADS case.
198         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
199         * config.h (THREADS): Define if QUICK_THREADS defined.
200         * Makefile.in: Rebuilt.
201         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
202         quick_threads.c.
203         * quick_threads.c: New file.
205 1998-10-20  Tom Tromey  <tromey@cygnus.com>
207         * aclocal.m4, configure: Rebuilt.
208         * acinclude.m4: Don't subst machine_dir or sys_dir.
209         * configure.host: Removed unused code.
211 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
213         * configure: Rebuilt.
214         * configure.in: Fix typo in previous patch.
216 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
218         * Makefile.in, aclocal.m4, configure: Rebuilt.
219         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
220         * configure.host: Created.
222 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
224         * Makefile.in: Rebuilt.
225         * Makefile.am (lib_LIBRARIES): Use target_all.
226         (EXTRA_LIBRARIES): New macro.
227         * configure: Rebuilt.
228         * configure.in: Recognize --enable-gc.
230 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
232         * Makefile.in: Rebuilt.
233         * Makefile.am (COMPILE): Define.
234         (LINK): Likewise.
235         (.s.o): Use MY_CFLAGS.
236         * configure: Rebuilt.
237         * configure.in (MY_CFLAGS): Define and subst.
239 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
241         * configure: Rebuilt.
242         * configure.in: Added --with-cross-host argument.  Use
243         $with_cross_host to determine when cross-compiling.
245         * config.h (SMALL_CONFIG): Don't define.
246         * configure: Rebuilt.
247         * configure.in: Define SMALL_CONFIG when cross-compiling.
249 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
251         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
252         allchblk.c: Merged with 4.13a2 while preserving local changes.
254         * Makefile.orig: Updated from Makefile in 4.13a2.
256         * configure: Rebuilt.
257         * configure.in: Updated version number to 4.13a2.  On Solaris,
258         don't build with -O when using gcc.
260         Merged in version 4.13alpha2:
261         * config.h (USE_MMAP): Re-enable on Solaris.
262         * solaris_pthreads.c: Removed RCS Id line.
263         * alpha_mach_dep.s: Removed RCS Id line.
265 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
267         * config.h (USE_MMAP): Don't define for Solaris.
269 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
271         * Makefile.in: Rebuilt.
272         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
274         * Makefile.in: Rebuilt.
275         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
277 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
279         * Makefile.in: Rebuilt.
280         * Makefile.am ($(all_objs)): Depend on config.h.
282         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
283         DATASTART as &_etext.
284         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
285         * configure: Rebuilt.
286         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
287         tx39.
289 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
291         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
292         (GC_maybe_gc): Likewise.
293         * os_dep.c: If NO_SIGSET defined, then have empty
294         GC_disable_signals and GC_enable_signals.
295         * configure: Rebuilt.
296         * configure.in: Added --with-target-subdir option.  If
297         cross-compiling, define NO_SIGSET and NO_CLOCK.
299 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
301         * Makefile.in: Rebuilt.
302         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
303         (AS): Removed.
304         * aclocal.m4, configure: Rebuilt.
305         * acinclude.m4: New file.
306         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
308 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
310         * configure: Rebuilt.
311         * configure.in: Link boehm-config.h to config.h.
312         * Makefile.in: Rebuilt.
313         * Makefile.am (INCLUDES): Removed.
314         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
315         JAVA_FINALIZATION): Define
317 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
319         * Many files: Use GC_bool, not bool.
320         * gc_priv.h: Define GC_bool, not bool.
322         * misc.c (GC_dont_gc): Define as int.
323         (GC_quiet): Likewise.
324         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
325         * alloc.c (GC_dont_expand): Define as int.
326         * gc_priv.h: For gcc, define bool as char.
328 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
330         * Makefile.in: Rebuilt.
331         * Makefile.am (check_PROGRAMS): New macro.
332         (gctest_SOURCES): Likewise.
333         (gctest_LDADD): Likewise.
335 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
337         * Makefile.in: Rebuilt.
338         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
339         * configure: Rebuilt.
340         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
342 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
344         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
345         New files.
346         * Makefile.orig: Renamed from Makefile.