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