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