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