configure.in: Define GC_GCJ_SUPPORT.
[gcc.git] / boehm-gc / ChangeLog
1 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
2
3 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
4 cross-compile configuration only.
5 * Makefile.am: Build gcj_mlc.c.
6 * configure, Makefile.in: Rebuilt.
7
8 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
9
10 * acinclude.m4: Include libtool macros from the top level.
11 * aclocal.m4, configure: Rebuilt.
12
13 2000-09-04 Anthony Green <green@redhat.com>
14
15 Fix for PR libgcj/230:
16 * mark.c (GC_mark_from_mark_stack): Remove call to
17 GC_debug_object_start.
18 * gc_priv.h (GC_debug_object_start): Remove prototype.
19
20 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
21
22 * gcconfig.h [OSF1] (_end): Declare as `int'.
23
24 2000-08-02 Tom Tromey <tromey@cygnus.com>
25
26 * gc_priv.h (GC_generic_malloc_inner): Prototype.
27 (GC_generic_malloc): Likewise.
28 (GC_add_to_black_list_normal): Likewise.
29 (GC_find_header): Likewise.
30 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
31 * gc_mark.h (GC_find_start): Prototype.
32 (GC_signal_mark_stack_overflow): Likewise.
33
34 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
35
36 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
37 * configure: Rebuilt.
38
39 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
40
41 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
42
43 Imported version 5.1.
44 * acinclude.m4: Push version to 5.1.
45
46 2000-06-19 Andrew Haley <aph@cygnus.com>
47
48 * os_dep.c (read): Pass two dummy args to syscall().
49
50 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
51
52 Imported 5.0 release version.
53 * acinclude.m4: Increment version to 5.0.
54
55 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
56
57 Imported version 5.0alpha7.
58 * acinclude.m4: Update version to 5.0a7.
59
60 2000-04-26 Jakub Jelinek <jakub@redhat.com>
61
62 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
63 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
64 - sparc glibc does not provide it.
65 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
66 Make STACKBOTTOM depend on the wordsize.
67 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
68 (struct frame): Declare on sparc*-linux*.
69 (GC_save_callers): Bias the frame pointers if needed (sparc64).
70 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
71 Implement on sparc64.
72 (GC_clear_stack_inner): Implement on sparc64.
73 * gc_priv.h (GC_test_and_set): Implement for sparc.
74 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
75 GC_save_regs_in_stack on sparc.
76
77 2000-04-23 Tom Tromey <tromey@cygnus.com>
78
79 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
80
81 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
82
83 Imported version version 5.0alpha6.
84 * acinclude.m4: Bump version to 5.0a6.
85 * configure.in: Don't use alpha_mach_dep.s.
86 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
87 obsolete files.
88 * Makefile.am, Makefile.in: irix_threads.c is now
89 hpux_irix_threads.c.
90 * Makefile.orig: Updated from gc distribution Makefile.
91
92 2000-03-26 Anthony Green <green@redhat.com>
93
94 * misc.c (GC_enable): Always define GC_enable and GC_disable.
95
96 2000-02-14 Tom Tromey <tromey@cygnus.com>
97
98 * gc.h (dlopen): Define as GC_dlopen on Linux.
99 (GC_dlopen): Declare on Linux.
100 * dyn_load.c (GC_dlopen): Define for Linux.
101
102 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
103
104 * gcconfig.h (DATASTART): Add missing extern declaration
105 for data_start on powerpc.
106
107 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
108
109 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
110 NO_SIGNALS case.
111
112 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
113
114 * gcconfig.h: Define DATASTART for Alpha Linux.
115
116 1999-12-19 Anthony Green <green@cygnus.com>
117
118 * gcconfig.h: Use libgcj hack for Alpha Linux.
119 Undefine MPROTEXT_VDB (from Jeff Sturm).
120 * os_dep.c: Remove Alpha Linux hacks.
121 * misc.c: Ditto.
122
123 1999-12-13 Tom Tromey <tromey@cygnus.com>
124
125 * aclocal.m4, configure: Rebuilt.
126 * acinclude.m4: Changed version to 5.0a4.
127 * Makefile.in: Rebuilt.
128 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
129
130 1999-12-12 Anthony Green <green@cygnus.com>
131
132 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
133 Linux.
134 (DYNAMIC_LOADING): Define for PowerPC Linux.
135 * os_dep.c: Remove some special cases for PowerPC Linux.
136 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
137 for PowerPC Linux.
138
139 1999-11-04 Tom Tromey <tromey@cygnus.com>
140
141 * Makefile.in: Rebuilt.
142 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
143
144 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
145 (GC_thr_init): Don't declare.
146
147 * configure: Rebuilt.
148 * configure.in: Removed qt threads case.
149 * dyn_load.c: Don't mention QUICK_THREADS.
150 * os_dep.c: Don't mention QUICK_THREADS.
151 * misc.c: Don't mention QUICK_THREADS.
152 * gcconfig.h: Don't mention QUICK_THREADS.
153 * gc_priv.h: Removed QUICK_THREADS code.
154 * quick_threads.c: Removed.
155
156 1999-11-03 Tom Tromey <tromey@cygnus.com>
157
158 * gcconfig.h: Merged in local changes from old config.h.
159
160 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
161
162 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
163
164 1999-11-02 Tom Tromey <tromey@cygnus.com>
165
166 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
167
168 * configure: Rebuilt.
169 * configure.in: Don't create boehm-config.h.
170 * Makefile.in: Rebuilt.
171 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
172 config.h.
173 ($(all_objs)): Depend on gcconfig.h.
174 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
175 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
176 * config.h: Removed.
177
178 1999-11-01 Tom Tromey <tromey@cygnus.com>
179
180 * Makefile.in: Rebuilt.
181 * Makefile.am (gctest_LDADD): Added THREADLIB.
182 (TESTS): New macro.
183 * configure: Rebuilt.
184 * configure.in (INCLUDES): New subst.
185
186 1999-09-29 Steve Chamberlain <sac@pobox.com>
187
188 * config.h: Added picoJava target.
189 * mach_dep.h (GC_push_regs): New code for picoJava.
190
191 1999-09-28 Tom Tromey <tromey@cygnus.com>
192
193 * aclocal.m4, configure: Rebuilt.
194 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
195 appropriate AC_PROG_ symbol.
196
197 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
198
199 * gc_priv.h: IRIX thread changes from
200 include/private/gc_priv.h.
201
202 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
203
204 * Makefile.in: Rebuilt.
205 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
206 builds.
207
208 * configure: Rebuilt.
209 * configure.in: Properly align --help output, fix capitalization
210 and punctuation.
211 * acinclude.m4: Likewise.
212
213 1999-08-04 Tom Tromey <tromey@cygnus.com>
214
215 * configure.in: Added missing `;;'. From Anthony Green.
216
217 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
218
219 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
220
221 1999-08-03 Tom Tromey <tromey@cygnus.com>
222
223 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
224 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
225
226 1999-08-02 Tom Tromey <tromey@cygnus.com>
227
228 * aclocal.m4, configure: Rebuilt for new libtool.
229
230 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
231
232 * mips_sgi_mach_dep.s: Enable PIC option.
233
234 1999-07-19 Tom Tromey <tromey@cygnus.com>
235
236 * config.h (MPROTECT_VDB): Don't define on Linux.
237
238 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
239
240 * Makefile.am (.s.lo): Avoid `#line' directives.
241 * Makefile.in: Rebuilt.
242
243 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
244
245 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
246 generate *-recursive for this Makefile, use *-am instead.
247 * Makefile.in: Rebuilt.
248
249 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
250
251 * Makefile.am (.s.lo): Renamed from `.s.o'.
252 * Makefile.in: Rebuilt.
253
254 1999-06-21 Tom Tromey <tromey@cygnus.com>
255
256 Alpha patch from Jeff Sturm:
257 * os_dep.c (GC_init_linuxalpha): New function.
258 * misc.c: Initialize for alpha linux.
259 * gc_priv.h (GC_test_and_set): Define for alpha.
260 * config.h: Don't assume __data_start on alpha.
261
262 * Makefile.in: Rebuilt.
263 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
264 -release.
265
266 * Makefile.in: Rebuilt.
267 * Makefile.am (toolexeclibdir): Define as libdir when
268 appropriate.
269 * configure: Rebuilt.
270 * configure.in (USE_LIBDIR): New conditional.
271
272 * configure: Rebuilt.
273 * configure.in: Recognize all forms of alpha.
274
275 1999-06-17 Anthony Green <green@cygnus.com>
276
277 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
278 Carlo Dapor <carlo@vis.ethz.ch>).
279
280 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
281
282 * configure.in: Switch from irix threads to posix threads
283 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
284 for mips architecture.
285 * configure: Regenerate.
286
287 1999-04-30 Tom Tromey <tromey@cygnus.com>
288
289 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
290
291 1999-04-26 Tom Tromey <tromey@cygnus.com>
292
293 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
294 `weak'.
295
296 1999-04-23 Tom Tromey <tromey@cygnus.com>
297
298 * Makefile.in, configure: Rebuilt.
299 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
300 (libgcjgc_la_SOURCES): Renamed.
301 (libgcjgc_la_LIBADD): Likewise.
302 (libgcjgc_la_DEPENDENCIES): Likewise.
303 (EXTRA_libgcjgc_la_SOURCES): Likewise.
304 (gctest_LDADD): Use libgcjgc.la.
305 (all_objs): Mention libgcj_la_OBJECTS.
306 (EXTRA_LTLIBRARIES): Renamed.
307 (toollib_LTLIBRARIES): Likewise.
308 (libgcjgc_la_LDFLAGS): New macro
309 (toolexecdir): Renamed.
310 (toolexeclibdir): Likewise.
311 (toolexeclib_LTLIBRARIES): Likewise.
312 (LTCOMPILE): Renamed; added libtool invocation.
313 (LINK): Added libtool invocation.
314 (.s.o): use LTCOMPILE.
315 * configure.in: Call AM_PROG_LIBTOOL.
316 (target_all): Set to libgcjgc.la.
317 Mention `.lo' forms of object files.
318
319 1999-04-21 Tom Tromey <tromey@cygnus.com>
320
321 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
322 GC_stackbottom.
323
324 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
325 sigcontext.h. From Matthias Klose <doko@itso.de>.
326
327 1999-04-16 Tom Tromey <tromey@cygnus.com>
328
329 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
330 David Pettersson <dapet@mai.liu.se>
331
332 1999-04-14 Tom Tromey <tromey@cygnus.com>
333
334 * configure: Rebuilt.
335 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
336 incorrect patch of 199-04-09.
337
338 * configure: Rebuilt.
339 * configure.in: Added support for alpha.
340 From David Pettersson <dapet@mai.liu.se>.
341
342 1999-04-13 Tom Tromey <tromey@cygnus.com>
343
344 * Makefile.in: Rebuilt.
345 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
346 solaris-threads.h.
347
348 1999-04-09 Tom Tromey <tromey@cygnus.com>
349
350 * configure: Rebuilt.
351 * configure.in: Use sparc_mach_dep.s when building on Solaris.
352
353 1999-02-23 Tom Tromey <tromey@cygnus.com>
354
355 * configure: Rebuilt.
356 * configure.in: For Linux, define _REENTRANT. For Solaris, define
357 SOLARIS_THREADS and _SOLARIS_PTHREADS.
358
359 1999-02-18 Tom Tromey <tromey@cygnus.com>
360
361 * quick_threads.c (GC_push_all_stacks): Change order of arguments
362 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
363 for case where LO is NULL.
364
365 1999-02-10 Tom Tromey <tromey@cygnus.com>
366
367 * aclocal.m4, configure, Makefile.in: Rebuilt.
368 * acinclude.m4: Updated to be used with automake 1.4.
369 * configure.in: Renamed libgc to libgcjgc. Updated to be used
370 with automake 1.4.
371 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
372 (libgcjgc_a_SOURCES): Likewise.
373 (libgcjgc_a_LIBADD): Likewise.
374 (libgcjgc_a_DEPENDENCIES): Likewise.
375 (EXTRA_libgcjgc_a_SOURCES): Likewise.
376 (gctest_LDADD): Likewise.
377 (all_objs): Likewise.
378
379 1999-01-08 Tom Tromey <tromey@cygnus.com>
380
381 * configure: Rebuilt.
382 * configure.in: Define LINUX_THREADS if using POSIX threads on
383 Linux.
384
385 * gc_priv.h (GC_test_and_set): Put return type into definition.
386
387 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
388
389 * Makefile.am: add support for eCos. In particular, add C++
390 support for compiling the file ecos.cc.
391 * ecos.cc: new file.
392 * acinclude.m4: add C++ support.
393 * aclocal.m4: likewise
394 * config.h: add eCos support.
395 * configure: likewise
396 * configure.in: likewise
397 * misc.c (GC_write): add eCos support.
398 * os_dep.c (tiny_sbrk): add eCos support.
399
400 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
401
402 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
403 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
404
405 1998-11-23 Tom Tromey <tromey@cygnus.com>
406
407 * configure.host (boehm_gc_cflags): Don't add `-O2'.
408
409 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
410
411 * Makefile.am, Makefile.in, configure.host: tx39 build option
412 "-G 0" added.
413
414 1998-11-17 Tom Tromey <tromey@cygnus.com>
415
416 * configure: Rebuilt.
417 * configure.in: Switch on host, not target.
418
419 1998-11-16 Tom Tromey <tromey@cygnus.com>
420
421 * gc_priv.h (GC_debug_object_start): Declare.
422 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
423 * gc.h (GC_debug_register_finalizer_no_order,
424 GC_register_finalizer_no_order): Declare.
425 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
426 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
427 (GC_debug_generic_malloc): Likewise.
428 (GC_debug_object_start): new function.
429
430 1998-11-11 Tom Tromey <tromey@cygnus.com>
431
432 * configure: Rebuilt.
433 * configure.in: Recognize --enable-java-gc, not --enable-gc.
434
435 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
436
437 * dyn_load.c: Handle QUICK_THREADS case.
438
439 1998-10-21 Tom Tromey <tromey@cygnus.com>
440
441 * configure: Rebuilt.
442 * configure.in: Put cpp defines here, not in config.h. Recognize
443 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
444 define PACKAGE or VERSION.
445 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
446 Don't define.
447
448 * os_dep.c (GC_default_push_other_roots): Define when
449 QUICK_THREADS defined.
450 * misc.c: Added QUICK_THREADS case.
451 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
452 * config.h (THREADS): Define if QUICK_THREADS defined.
453 * Makefile.in: Rebuilt.
454 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
455 quick_threads.c.
456 * quick_threads.c: New file.
457
458 1998-10-20 Tom Tromey <tromey@cygnus.com>
459
460 * aclocal.m4, configure: Rebuilt.
461 * acinclude.m4: Don't subst machine_dir or sys_dir.
462 * configure.host: Removed unused code.
463
464 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
465
466 * configure: Rebuilt.
467 * configure.in: Fix typo in previous patch.
468
469 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
470
471 * Makefile.in, aclocal.m4, configure: Rebuilt.
472 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
473 * configure.host: Created.
474
475 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
476
477 * Makefile.in: Rebuilt.
478 * Makefile.am (lib_LIBRARIES): Use target_all.
479 (EXTRA_LIBRARIES): New macro.
480 * configure: Rebuilt.
481 * configure.in: Recognize --enable-gc.
482
483 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
484
485 * Makefile.in: Rebuilt.
486 * Makefile.am (COMPILE): Define.
487 (LINK): Likewise.
488 (.s.o): Use MY_CFLAGS.
489 * configure: Rebuilt.
490 * configure.in (MY_CFLAGS): Define and subst.
491
492 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
493
494 * configure: Rebuilt.
495 * configure.in: Added --with-cross-host argument. Use
496 $with_cross_host to determine when cross-compiling.
497
498 * config.h (SMALL_CONFIG): Don't define.
499 * configure: Rebuilt.
500 * configure.in: Define SMALL_CONFIG when cross-compiling.
501
502 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
503
504 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
505 allchblk.c: Merged with 4.13a2 while preserving local changes.
506
507 * Makefile.orig: Updated from Makefile in 4.13a2.
508
509 * configure: Rebuilt.
510 * configure.in: Updated version number to 4.13a2. On Solaris,
511 don't build with -O when using gcc.
512
513 Merged in version 4.13alpha2:
514 * config.h (USE_MMAP): Re-enable on Solaris.
515 * solaris_pthreads.c: Removed RCS Id line.
516 * alpha_mach_dep.s: Removed RCS Id line.
517
518 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
519
520 * config.h (USE_MMAP): Don't define for Solaris.
521
522 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
523
524 * Makefile.in: Rebuilt.
525 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
526
527 * Makefile.in: Rebuilt.
528 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
529
530 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
531
532 * Makefile.in: Rebuilt.
533 * Makefile.am ($(all_objs)): Depend on config.h.
534
535 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
536 DATASTART as &_etext.
537 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
538 * configure: Rebuilt.
539 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
540 tx39.
541
542 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
543
544 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
545 (GC_maybe_gc): Likewise.
546 * os_dep.c: If NO_SIGSET defined, then have empty
547 GC_disable_signals and GC_enable_signals.
548 * configure: Rebuilt.
549 * configure.in: Added --with-target-subdir option. If
550 cross-compiling, define NO_SIGSET and NO_CLOCK.
551
552 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
553
554 * Makefile.in: Rebuilt.
555 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
556 (AS): Removed.
557 * aclocal.m4, configure: Rebuilt.
558 * acinclude.m4: New file.
559 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
560
561 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
562
563 * configure: Rebuilt.
564 * configure.in: Link boehm-config.h to config.h.
565 * Makefile.in: Rebuilt.
566 * Makefile.am (INCLUDES): Removed.
567 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
568 JAVA_FINALIZATION): Define
569
570 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
571
572 * Many files: Use GC_bool, not bool.
573 * gc_priv.h: Define GC_bool, not bool.
574
575 * misc.c (GC_dont_gc): Define as int.
576 (GC_quiet): Likewise.
577 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
578 * alloc.c (GC_dont_expand): Define as int.
579 * gc_priv.h: For gcc, define bool as char.
580
581 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
582
583 * Makefile.in: Rebuilt.
584 * Makefile.am (check_PROGRAMS): New macro.
585 (gctest_SOURCES): Likewise.
586 (gctest_LDADD): Likewise.
587
588 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
589
590 * Makefile.in: Rebuilt.
591 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
592 * configure: Rebuilt.
593 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
594
595 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
596
597 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
598 New files.
599 * Makefile.orig: Renamed from Makefile.
600