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