OSDN Git Service

21d304df594e19a26ebee30f0be839bfbe9eb19b
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2
3         * ltconfig (osf[345]): Append $major to soname_spec.
4         Reflect this in library_names_spec.
5         * ltmain.sh (osf): Prefix $major with . for use as extension.
6
7 2002-10-02  Andreas Jaeger  <aj@suse.de>
8
9         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
10
11 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12
13         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
14         check for __arm__ or __thumb__.
15
16 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
17
18         * include/private/gcconfig: Add machine type S390.  Add s390x support.
19         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
20         (GC_compare_and_exchange): Likewise.
21
22 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
23
24         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
25
26 2002-08-23  Adam Megacz <adam@xwt.org>
27
28         * win32_threads.cc: Removed extraneous ABORT()
29
30 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
31
32         * Makefile.am (all-multi): Fix multilib parallel build.
33
34 2002-07-18  Bo Thorsen  <bo@suse.de>
35
36         * include/private/gcconfig.h: Add x86-64 definitions.
37         * os_dep.c: Add x86-64 support.
38         * configure.in: Likewise.
39         * configure: Regenerate.
40
41 2002-07-18  H.J. Lu <hjl@gnu.org>
42
43         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
44
45 2002-07-18  H.J. Lu  (hjl@gnu.org)
46
47         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
48         Linux/mips.
49
50 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
51             Jonathan Clark
52
53         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
54
55 2002-06-09  H.J. Lu  (hjl@gnu.org)
56
57         * include/private/gc_locks.h (GC_test_and_set): Support
58         Linux/mips.
59         (GC_TEST_AND_SET_DEFINED): Likewise.
60
61         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
62         Linux/mips.
63         (DATAEND): Likewise.
64         (LINUX_STACKBOTTOM): Likewise.
65         (STACKBOTTOM): Removed for Linux/mips.
66
67 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
68
69         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
70         (GC_pthread_create): Fix typo.
71         (GC_TRY_LOCK): Likewise.
72         * include/private/gc_locks.h (GC_test_and_set): Only take one
73         one argument.
74         (LOCK): Adjust appropriately.
75         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
76         _SIGRTMIN is unavailable.
77
78 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
79
80         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
81         * aclocal.m4: Regenerate.
82         * configure: Regenerate.
83
84 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
85
86         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
87         script entry, and set LD to it when configuring multilibs.
88         * configure: Rebuilt.
89
90 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
91
92         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
93         (noinst_LTLIBRARIES): Add libgcjgc.la.
94
95         * Makefile.in: Rebuild.
96
97 2002-04-22  David S. Miller  <davem@redhat.com>
98
99         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
100         64-bit SPARC Linux, the __libc_stack_end technique does
101         not work in this case.
102
103 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
104
105         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
106
107 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
108
109         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
110         SPARC Linux.
111
112 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
113
114         * include/private/gcconfig.h (DATAEND): Update comment example
115         to match reality.
116
117 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
118
119         * include/private/gcconfig.h (DATAEND): Clarify comment.
120
121 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
122
123         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
124         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
125         declare.
126         * allchblk.c (GC_allchblk_nth): Change text and support reduced
127         frequency for blacklist warning message.
128         * misc.c (GC_large_alloc_warn_interval,
129         GC_large_alloc_warn_suppressed): define.
130         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
131         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
132         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
133         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
134
135         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
136
137 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
138
139         * include/private/gcconfig.h: Add support for an unmapped
140         memory hole between the end of the initialized data segment
141         and the start of the BSS on FreeBSD/i386.
142
143 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
144
145         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
146         NetBSD/i386.
147
148 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
149
150         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
151         (GC_local_gcj_malloc): Add assertion.
152         (start_mark_threads): Fix abort message.
153         * mark.c (GC_mark_from): Generalize assertion.
154         * reclaim.c (GC_clear_fl_links): New function.
155         (GC_start_reclaim): Must clear some freelist links.
156         * include/private/specific.h, specific.c: Add assertions.
157         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
158         Rearrange tse fields.
159
160 2002-03-27  Richard Henderson  <rth@redhat.com>
161
162         * os_dep.c (GC_init_linux_data_start): Fix references to
163         __data_start and _end.
164
165 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
166
167         * include/private/gcconfig.h: Change all likely references
168         to linker script synthesized symbols to use this idiom:
169         extern int etext[]; etext
170
171 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
172
173         * linux_threads.c (GC_get_nprocs): Close file descriptor.
174
175 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
176
177         * include/private/gcconfig.h: Add unified test for FreeBSD.
178         Support FreeBSD/alpha.
179         * os_dep.c: Do not include <machine/trap.h> unless available.
180         (GC_freebsd_stack_base): Fix types.
181
182 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
183
184         * Makefile.am: Make a convenience library.
185         * Makefile.in: Rebuilt.
186
187 2002-03-15  Anthony Green  <green@redhat.com>
188
189         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
190         * configure.in: Disable use of getenv for win32 targets (some of
191         which have broken implementations).
192         * configure: Rebuilt.
193
194 2002-03-12  Adam Megacz  <adam@xwt.org>
195
196         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
197         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
198         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
199         statically initialized it to TRUE if compiling with GCC.
200         * win32_threads.c (thread_start): We no longer use SEH if
201         compiling with GCC.
202         * mark.c (GC_mark_some): We no longer use SEH if
203         compiling with GCC.
204
205 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
206
207         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
208         support is enabled, for hash synchronization.
209
210 2002-02-24  Adam Megacz  <adam@xwt.org>
211
212         * Makefile.am: Added win32_threads.c to sources list.
213         * win32_threads.c: Added two */'s which I had neglected.
214
215 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
216
217         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
218         * Makefile.in: Rebuilt.
219
220 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
221
222         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
223
224         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
225         preprocessor file.
226         * mips_sgi_mach_dep.S: Likewise.
227         * Makefile.am: Update for above changes.
228         * Makefile.in: Rebuilt.
229
230 2002-02-12  Richard Henderson  <rth@redhat.com>
231
232         * configure.in: Re-apply 2001-06-26 configure change.
233         * configure: Rebuild.
234
235 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
236
237         Imported GC 6.1 Alpha 3.
238
239         * sparc_mach_dep.S: Delete incorrectly named file.
240
241 2001-02-11  Adam Megacz <adam@xwt.org
242
243         * configure.in: support for win32, saner
244         cross-compile options
245
246 2001-02-08  Anthony Green  <green@redhat.com>
247
248         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
249           board embedded targets.
250         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
251           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
252           redundant uses of ECOS.
253         * misc.c: Use NOSYS where ECOS is being used.
254           Don't define GC_write twice for ECOS systems.
255           (GC_write): New function for NOSYS targets.
256
257 2002-02-06  Adam Megacz <adam@xwt.org>
258
259         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
260         now exposed on all Win32 platforms.
261         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
262         compiles on Win32; it invokes CreateThread() if GC is built
263         as a DLL; otherwise it registers the thread.
264         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
265         libgcjgc was not built as a DLL.
266
267 2002-02-01  Adam Megacz <adam@xwt.org>
268
269         * boehm-gc on win32 now automatically detects if it is being built
270         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
271
272 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
273
274         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
275         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
276         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
277         DATASTART and DATAEND roots.
278         * rs6000_mach_dep.s: Add function descriptor and traceback table.
279
280 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
281
282         * dyn_load.c: Define ElfW (if needed) for all targets,
283         not just GNU/Linux.
284         (GC_FirstDLOpenedLinkMap): Use it.
285         (GC_register_dynamic_libraries_dl): Use it.
286         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
287         for sparcv9.
288
289 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
290
291         PR other/3725
292         * configure.in: Add AC_SUBST(target_alias).
293         * configure: Regenerated.
294
295 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
296
297         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
298         case for GC_FREEBSD_THREADS.
299         * configure.in (*-*-freebsd*): Clarify warning.
300         * configure: Rebuilt.
301
302 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
303             Andreas Tobler <toa@pop.agri.ch>
304
305         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
306
307 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
308
309         * linux_threads.c (GC_init_parallel): Do not declare as a static
310         constructor.
311         * include/gc.h (GC_init): Declare here. Add description.
312         * include/private/gc_priv.h (GC_init): Remove declaration.
313
314 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
315
316         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
317         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
318         GC_FREEBSD_THREADS, handle strange interaction between system
319         pthread implementation and boehm-gc signal-handler architecture.
320         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
321         set stack.
322         * include/private/gcconfig.h (configuration keyed off FREEBSD):
323         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
324         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
325
326 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
327
328         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
329         * Makefile.in: Rebuilt.
330
331 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
332
333         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
334         merged local changes.
335
336 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
337
338         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
339         Solaris 2/Intel definition.
340
341         * configure.in (i?86-*-solaris2.[89]*): Define
342         SOLARIS25_PROC_VDB_BUG_FIXED.
343         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
344         * configure: Regenerate.
345
346         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
347         (DATAEND): Define using _end.
348
349 2001-09-11  Per Bothner  <per@bothner.com>
350
351         * include/Makefile.am:  New file.  It defines include_HEADERS.
352         * Makefile.am (SUBDIRS):  New macro, set to include.
353         * configure.in (AC_OUTPUT):  Add include/Makefile.
354
355 2001-08-20  Tom Tromey  <tromey@redhat.com>
356
357         * configure: Rebuilt.
358         * configure.in: Always ask gcc for threads package.
359
360 2001-08-17  Tom Tromey  <tromey@redhat.com>
361
362         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
363         merged local changes.
364
365 2001-08-02  David Billinghurst <David.Billinghurst>
366
367         * configure: Rebuilt.
368         * configure.in:  POSIX threads on cygwin does not link with
369         -lpthreads.
370
371 2001-07-03  Tom Tromey  <tromey@redhat.com>
372
373         Fix for PR bootstrap/3281:
374         * aclocal.m4, configure, Makefile.in: Rebuilt.
375         * acinclude.m4: Set mkinstalldirs for in-tree build.
376
377 2001-06-26  Richard Henderson  <rth@redhat.com>
378
379         * alpha_mach_dep.s: Mark call-saved FP registers.
380         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
381         * configure.in (alpha*): Re-enable alpha_mach_dep.s
382         * configure: Rebuild.
383
384 2001-06-12  Tom Tromey  <tromey@redhat.com>
385
386         * aclocal.m4, configure: Rebuilt.
387         * acinclude.m4: Find configure.host in srcdir.
388
389 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
390
391         * configure.in (AC_EXEEXT): Work around in case it expands to
392         nothing, as in autoconf 2.50.
393         * acinclude.m4: Likewise.
394         * aclocal.m4, configure: Rebuilt.
395
396 2001-06-07  Tom Tromey  <tromey@redhat.com>
397
398         For PR bootstrap/3075:
399         * configure, aclocal.m4, Makefile.in: Rebuilt.
400         * configure.in: Don't call AC_CONFIG_AUX_DIR or
401         AC_CANONICAL_SYSTEM.
402         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
403         AC_CANONICAL_SYSTEM here.
404         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
405         boehm_gc_basedir.
406
407 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
408
409         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
410         (libgcjgc_la_SOURCES): Remove typo.
411         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
412         * Makefile.in: Rebuilt.
413
414 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
415
416         Imported version version 6.0alpha7.
417
418         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
419         README.amiga, README.debugging, README.dj, README.hp, README.linux,
420         README.rs6000, README.sgi, README.solaris2, README.uts,
421         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
422         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
423         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
424         hpux_irix_threads.c, makefile.depend, nursery.c,
425         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
426         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
427         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
428         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
429         files.
430
431 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
432
433         * configure.host: Build with -fexceptions.
434         * linux_threads.c: Remember which thread stopped world for
435
436 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
437             with final tuning by Bryce McKinlay
438
439         * configure.in: Add support for --enable-threads=posix on FreeBSD.
440         * configure: Rebuilt.
441
442 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
443
444         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
445         (GC_noop1): Change declaration to take one argument.
446
447 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
448
449         * configure.in: Obtain THREADS with `gcc -v'.
450         * configure: Rebuilt.
451
452 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
453
454         * misc.c: Back out buggy changes to stack clearing code.
455         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
456         spent clearing memory.
457
458 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
459
460         * finalize.c:
461         - Accomodate finalization requests for static objects.
462           (Will be required by hash synchronization.  May be needed
463           in some configurations now.)
464
465         * gc_priv.h:
466         - Define MIN_WORDS.  All allocation requests are rounded
467           up to at least this size.  Removes a subtle assumption that
468           Java objects have a 2 word header.
469
470         * gcconfig.h:
471         - Adjust Linux/IA64 configuration for non-ancient kernels.
472           (Necessary fix for IA64.)
473
474         * linux_threads.c:
475         - Fix syntax error in currently unused code.  Will be needed
476           for Linux/PA-RISC.
477
478         * malloc.c:
479         - Handle MIN_WORDS.
480
481         * misc.c:
482         - Handle MIN_WORDS.
483         - Change stack cleaning code to typically clear about one tenth
484           the memory it used to in the threads configuration.  Occasionally
485           still clear more.  (This is really a fix for a long-standing
486           and fairly significant performance bug with threads.)
487
488         * os_dep.c:
489         - Fix the code for finding the beginning of the data segment under
490           Linux.  I believe this is necessary for some IA64 Linux
491           distributions.  It will also helo other platforms, though those
492           may additionally require a gcconfig.h adjustment.  (This basically
493           works around the absence of a data_start or __data_start
494           definition in glibc.)
495
496         * test.c:
497         - Handle rounding due to MIN_WORDS.
498
499 2001-03-22  Tom Tromey  <tromey@redhat.com>
500
501         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
502
503 2001-03-19  Tom Tromey  <tromey@redhat.com>
504
505         * Makefile.in: Rebuilt.
506         * Makefile.am (gctest_LDFLAGS): new macro.
507
508 2001-03-16  Tom Tromey  <tromey@redhat.com>
509
510         * Makefile.in: Rebuilt.
511         * Makefile.am (TESTS_ENVIRONMENT): New macro.
512
513 2001-01-23  Rod Stewart <stewart@lab43.org>
514
515         * gcconfig.h: Check for `__arm__', not `arm'.
516
517 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
518
519         * configure.in: Rename THREADLIB to THREADLIBS.
520         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
521         ensures that we link the correct version of the linuxthreads semaphore
522         functions.
523         * Makefile.in: Rebuilt.
524         * configure: Rebuilt.
525
526         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
527         list of signals which are not blocked during suspend in the NO_SIGNALS
528         case.
529
530 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
531
532         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
533
534 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
535
536         * Makefile.dist: Renamed from Makefile.orig.
537
538 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
539
540         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
541         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
542         set accordingly.
543         * Makefile.in: Rebuilt.
544         * configure: Likewise.
545
546 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
547
548         * gcconfig.h: Add new case for powerpc EABI.
549         [PPC]: Handle embedded OS for powerpc simulator.
550
551 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
552
553         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
554         cross-compile configuration only.
555         * Makefile.am: Build gcj_mlc.c.
556         * configure, Makefile.in: Rebuilt.
557
558 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
559
560         * acinclude.m4: Include libtool macros from the top level.
561         * aclocal.m4, configure: Rebuilt.
562
563 2000-09-04  Anthony Green  <green@redhat.com>
564
565         Fix for PR libgcj/230:
566         * mark.c (GC_mark_from_mark_stack): Remove call to
567         GC_debug_object_start.
568         * gc_priv.h (GC_debug_object_start): Remove prototype.
569
570 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
571
572         * gcconfig.h [OSF1] (_end): Declare as `int'.
573
574 2000-08-02  Tom Tromey  <tromey@cygnus.com>
575
576         * gc_priv.h (GC_generic_malloc_inner): Prototype.
577         (GC_generic_malloc): Likewise.
578         (GC_add_to_black_list_normal): Likewise.
579         (GC_find_header): Likewise.
580         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
581         * gc_mark.h (GC_find_start): Prototype.
582         (GC_signal_mark_stack_overflow): Likewise.
583
584 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
585
586         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
587         * configure: Rebuilt.
588
589         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
590
591 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
592
593         Imported version 5.1.
594         * acinclude.m4: Push version to 5.1.
595
596 2000-06-19  Andrew Haley  <aph@cygnus.com>
597
598         * os_dep.c (read): Pass two dummy args to syscall().
599
600 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
601
602         Imported 5.0 release version.
603         * acinclude.m4: Increment version to 5.0.
604
605 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
606
607         Imported version 5.0alpha7.
608         * acinclude.m4: Update version to 5.0a7.
609
610 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
611
612         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
613         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
614         - sparc glibc does not provide it.
615         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
616         Make STACKBOTTOM depend on the wordsize.
617         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
618         (struct frame): Declare on sparc*-linux*.
619         (GC_save_callers): Bias the frame pointers if needed (sparc64).
620         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
621         Implement on sparc64.
622         (GC_clear_stack_inner): Implement on sparc64.
623         * gc_priv.h (GC_test_and_set): Implement for sparc.
624         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
625         GC_save_regs_in_stack on sparc.
626
627 2000-04-23  Tom Tromey  <tromey@cygnus.com>
628
629         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
630
631 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
632
633         Imported version version 5.0alpha6.
634         * acinclude.m4: Bump version to 5.0a6.
635         * configure.in: Don't use alpha_mach_dep.s.
636         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
637         obsolete files.
638         * Makefile.am, Makefile.in: irix_threads.c is now
639         hpux_irix_threads.c.
640         * Makefile.orig: Updated from gc distribution Makefile.
641
642 2000-03-26  Anthony Green  <green@redhat.com>
643
644         * misc.c (GC_enable): Always define GC_enable and GC_disable.
645
646 2000-02-14  Tom Tromey  <tromey@cygnus.com>
647
648         * gc.h (dlopen): Define as GC_dlopen on Linux.
649         (GC_dlopen): Declare on Linux.
650         * dyn_load.c (GC_dlopen): Define for Linux.
651
652 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
653
654         * gcconfig.h (DATASTART): Add missing extern declaration
655         for data_start on powerpc.
656
657 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
658
659         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
660         NO_SIGNALS case.
661
662 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
663
664         * gcconfig.h: Define DATASTART for Alpha Linux.
665
666 1999-12-19  Anthony Green  <green@cygnus.com>
667
668         * gcconfig.h: Use libgcj hack for Alpha Linux.
669         Undefine MPROTEXT_VDB (from Jeff Sturm).
670         * os_dep.c: Remove Alpha Linux hacks.
671         * misc.c: Ditto.
672
673 1999-12-13  Tom Tromey  <tromey@cygnus.com>
674
675         * aclocal.m4, configure: Rebuilt.
676         * acinclude.m4: Changed version to 5.0a4.
677         * Makefile.in: Rebuilt.
678         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
679
680 1999-12-12  Anthony Green  <green@cygnus.com>
681
682         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
683         Linux.
684         (DYNAMIC_LOADING): Define for PowerPC Linux.
685         * os_dep.c: Remove some special cases for PowerPC Linux.
686         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
687         for PowerPC Linux.
688
689 1999-11-04  Tom Tromey  <tromey@cygnus.com>
690
691         * Makefile.in: Rebuilt.
692         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
693
694         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
695         (GC_thr_init): Don't declare.
696
697         * configure: Rebuilt.
698         * configure.in: Removed qt threads case.
699         * dyn_load.c: Don't mention QUICK_THREADS.
700         * os_dep.c: Don't mention QUICK_THREADS.
701         * misc.c: Don't mention QUICK_THREADS.
702         * gcconfig.h: Don't mention QUICK_THREADS.
703         * gc_priv.h: Removed QUICK_THREADS code.
704         * quick_threads.c: Removed.
705
706 1999-11-03  Tom Tromey  <tromey@cygnus.com>
707
708         * gcconfig.h: Merged in local changes from old config.h.
709
710 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
711
712         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
713
714 1999-11-02  Tom Tromey  <tromey@cygnus.com>
715
716         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
717
718         * configure: Rebuilt.
719         * configure.in: Don't create boehm-config.h.
720         * Makefile.in: Rebuilt.
721         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
722         config.h.
723         ($(all_objs)): Depend on gcconfig.h.
724         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
725         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
726         * config.h: Removed.
727
728 1999-11-01  Tom Tromey  <tromey@cygnus.com>
729
730         * Makefile.in: Rebuilt.
731         * Makefile.am (gctest_LDADD): Added THREADLIB.
732         (TESTS): New macro.
733         * configure: Rebuilt.
734         * configure.in (INCLUDES): New subst.
735
736 1999-09-29  Steve Chamberlain  <sac@pobox.com>
737
738         * config.h: Added picoJava target.
739         * mach_dep.h (GC_push_regs):  New code for picoJava.
740
741 1999-09-28  Tom Tromey  <tromey@cygnus.com>
742
743         * aclocal.m4, configure: Rebuilt.
744         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
745         appropriate AC_PROG_ symbol.
746
747 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
748
749         * gc_priv.h:  IRIX thread changes from
750         include/private/gc_priv.h.
751
752 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
753
754         * Makefile.in: Rebuilt.
755         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
756         builds.
757
758         * configure: Rebuilt.
759         * configure.in: Properly align --help output, fix capitalization
760         and punctuation.
761         * acinclude.m4: Likewise.
762
763 1999-08-04  Tom Tromey  <tromey@cygnus.com>
764
765         * configure.in: Added missing `;;'.  From Anthony Green.
766
767 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
768
769         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
770
771 1999-08-03  Tom Tromey  <tromey@cygnus.com>
772
773         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
774         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
775
776 1999-08-02  Tom Tromey  <tromey@cygnus.com>
777
778         * aclocal.m4, configure: Rebuilt for new libtool.
779
780 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
781
782         * mips_sgi_mach_dep.s: Enable PIC option.
783
784 1999-07-19  Tom Tromey  <tromey@cygnus.com>
785
786         * config.h (MPROTECT_VDB): Don't define on Linux.
787
788 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
789
790         * Makefile.am (.s.lo): Avoid `#line' directives.
791         * Makefile.in: Rebuilt.
792
793 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
794
795         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
796         generate *-recursive for this Makefile, use *-am instead.
797         * Makefile.in: Rebuilt.
798
799 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
800
801         * Makefile.am (.s.lo): Renamed from `.s.o'.
802         * Makefile.in: Rebuilt.
803
804 1999-06-21  Tom Tromey  <tromey@cygnus.com>
805
806         Alpha patch from Jeff Sturm:
807         * os_dep.c (GC_init_linuxalpha): New function.
808         * misc.c: Initialize for alpha linux.
809         * gc_priv.h (GC_test_and_set): Define for alpha.
810         * config.h: Don't assume __data_start on alpha.
811
812         * Makefile.in: Rebuilt.
813         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
814         -release.
815
816         * Makefile.in: Rebuilt.
817         * Makefile.am (toolexeclibdir): Define as libdir when
818         appropriate.
819         * configure: Rebuilt.
820         * configure.in (USE_LIBDIR): New conditional.
821
822         * configure: Rebuilt.
823         * configure.in: Recognize all forms of alpha.
824
825 1999-06-17  Anthony Green  <green@cygnus.com>
826
827         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
828         Carlo Dapor <carlo@vis.ethz.ch>).
829
830 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
831
832         * configure.in: Switch from irix threads to posix threads
833         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
834         for mips architecture.
835         * configure: Regenerate.
836
837 1999-04-30  Tom Tromey  <tromey@cygnus.com>
838
839         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
840
841 1999-04-26  Tom Tromey  <tromey@cygnus.com>
842
843         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
844         `weak'.
845
846 1999-04-23  Tom Tromey  <tromey@cygnus.com>
847
848         * Makefile.in, configure: Rebuilt.
849         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
850         (libgcjgc_la_SOURCES): Renamed.
851         (libgcjgc_la_LIBADD): Likewise.
852         (libgcjgc_la_DEPENDENCIES): Likewise.
853         (EXTRA_libgcjgc_la_SOURCES): Likewise.
854         (gctest_LDADD): Use libgcjgc.la.
855         (all_objs): Mention libgcj_la_OBJECTS.
856         (EXTRA_LTLIBRARIES): Renamed.
857         (toollib_LTLIBRARIES): Likewise.
858         (libgcjgc_la_LDFLAGS): New macro
859         (toolexecdir): Renamed.
860         (toolexeclibdir): Likewise.
861         (toolexeclib_LTLIBRARIES): Likewise.
862         (LTCOMPILE): Renamed; added libtool invocation.
863         (LINK): Added libtool invocation.
864         (.s.o): use LTCOMPILE.
865         * configure.in: Call AM_PROG_LIBTOOL.
866         (target_all): Set to libgcjgc.la.
867         Mention `.lo' forms of object files.
868
869 1999-04-21  Tom Tromey  <tromey@cygnus.com>
870
871         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
872         GC_stackbottom.
873
874         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
875         sigcontext.h.  From Matthias Klose <doko@itso.de>.
876
877 1999-04-16  Tom Tromey  <tromey@cygnus.com>
878
879         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
880         David Pettersson <dapet@mai.liu.se>
881
882 1999-04-14  Tom Tromey  <tromey@cygnus.com>
883
884         * configure: Rebuilt.
885         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
886         incorrect patch of 199-04-09.
887
888         * configure: Rebuilt.
889         * configure.in: Added support for alpha.
890         From David Pettersson <dapet@mai.liu.se>.
891
892 1999-04-13  Tom Tromey  <tromey@cygnus.com>
893
894         * Makefile.in: Rebuilt.
895         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
896         solaris-threads.h.
897
898 1999-04-09  Tom Tromey  <tromey@cygnus.com>
899
900         * configure: Rebuilt.
901         * configure.in: Use sparc_mach_dep.s when building on Solaris.
902
903 1999-02-23  Tom Tromey  <tromey@cygnus.com>
904
905         * configure: Rebuilt.
906         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
907         SOLARIS_THREADS and _SOLARIS_PTHREADS.
908
909 1999-02-18  Tom Tromey  <tromey@cygnus.com>
910
911         * quick_threads.c (GC_push_all_stacks): Change order of arguments
912         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
913         for case where LO is NULL.
914
915 1999-02-10  Tom Tromey  <tromey@cygnus.com>
916
917         * aclocal.m4, configure, Makefile.in: Rebuilt.
918         * acinclude.m4: Updated to be used with automake 1.4.
919         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
920         with automake 1.4.
921         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
922         (libgcjgc_a_SOURCES): Likewise.
923         (libgcjgc_a_LIBADD): Likewise.
924         (libgcjgc_a_DEPENDENCIES): Likewise.
925         (EXTRA_libgcjgc_a_SOURCES): Likewise.
926         (gctest_LDADD): Likewise.
927         (all_objs): Likewise.
928
929 1999-01-08  Tom Tromey  <tromey@cygnus.com>
930
931         * configure: Rebuilt.
932         * configure.in: Define LINUX_THREADS if using POSIX threads on
933         Linux.
934
935         * gc_priv.h (GC_test_and_set): Put return type into definition.
936
937 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
938
939         * Makefile.am: add support for eCos.  In particular, add C++
940         support for compiling the file ecos.cc.
941         * ecos.cc: new file.
942         * acinclude.m4: add C++ support.
943         * aclocal.m4: likewise
944         * config.h: add eCos support.
945         * configure: likewise
946         * configure.in: likewise
947         * misc.c (GC_write): add eCos support.
948         * os_dep.c (tiny_sbrk): add eCos support.
949
950 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
951
952         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
953         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
954
955 1998-11-23  Tom Tromey  <tromey@cygnus.com>
956
957         * configure.host (boehm_gc_cflags): Don't add `-O2'.
958
959 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
960
961         * Makefile.am, Makefile.in, configure.host: tx39 build option
962         "-G 0" added.
963
964 1998-11-17  Tom Tromey  <tromey@cygnus.com>
965
966         * configure: Rebuilt.
967         * configure.in: Switch on host, not target.
968
969 1998-11-16  Tom Tromey  <tromey@cygnus.com>
970
971         * gc_priv.h (GC_debug_object_start): Declare.
972         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
973         * gc.h (GC_debug_register_finalizer_no_order,
974         GC_register_finalizer_no_order): Declare.
975         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
976         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
977         (GC_debug_generic_malloc): Likewise.
978         (GC_debug_object_start): new function.
979
980 1998-11-11  Tom Tromey  <tromey@cygnus.com>
981
982         * configure: Rebuilt.
983         * configure.in: Recognize --enable-java-gc, not --enable-gc.
984
985 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
986
987         * dyn_load.c: Handle QUICK_THREADS case.
988
989 1998-10-21  Tom Tromey  <tromey@cygnus.com>
990
991         * configure: Rebuilt.
992         * configure.in: Put cpp defines here, not in config.h.  Recognize
993         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
994         define PACKAGE or VERSION.
995         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
996         Don't define.
997
998         * os_dep.c (GC_default_push_other_roots): Define when
999         QUICK_THREADS defined.
1000         * misc.c: Added QUICK_THREADS case.
1001         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1002         * config.h (THREADS): Define if QUICK_THREADS defined.
1003         * Makefile.in: Rebuilt.
1004         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1005         quick_threads.c.
1006         * quick_threads.c: New file.
1007
1008 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1009
1010         * aclocal.m4, configure: Rebuilt.
1011         * acinclude.m4: Don't subst machine_dir or sys_dir.
1012         * configure.host: Removed unused code.
1013
1014 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1015
1016         * configure: Rebuilt.
1017         * configure.in: Fix typo in previous patch.
1018
1019 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1020
1021         * Makefile.in, aclocal.m4, configure: Rebuilt.
1022         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1023         * configure.host: Created.
1024
1025 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1026
1027         * Makefile.in: Rebuilt.
1028         * Makefile.am (lib_LIBRARIES): Use target_all.
1029         (EXTRA_LIBRARIES): New macro.
1030         * configure: Rebuilt.
1031         * configure.in: Recognize --enable-gc.
1032
1033 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1034
1035         * Makefile.in: Rebuilt.
1036         * Makefile.am (COMPILE): Define.
1037         (LINK): Likewise.
1038         (.s.o): Use MY_CFLAGS.
1039         * configure: Rebuilt.
1040         * configure.in (MY_CFLAGS): Define and subst.
1041
1042 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1043
1044         * configure: Rebuilt.
1045         * configure.in: Added --with-cross-host argument.  Use
1046         $with_cross_host to determine when cross-compiling.
1047
1048         * config.h (SMALL_CONFIG): Don't define.
1049         * configure: Rebuilt.
1050         * configure.in: Define SMALL_CONFIG when cross-compiling.
1051
1052 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1053
1054         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1055         allchblk.c: Merged with 4.13a2 while preserving local changes.
1056
1057         * Makefile.orig: Updated from Makefile in 4.13a2.
1058
1059         * configure: Rebuilt.
1060         * configure.in: Updated version number to 4.13a2.  On Solaris,
1061         don't build with -O when using gcc.
1062
1063         Merged in version 4.13alpha2:
1064         * config.h (USE_MMAP): Re-enable on Solaris.
1065         * solaris_pthreads.c: Removed RCS Id line.
1066         * alpha_mach_dep.s: Removed RCS Id line.
1067
1068 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1069
1070         * config.h (USE_MMAP): Don't define for Solaris.
1071
1072 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1073
1074         * Makefile.in: Rebuilt.
1075         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1076
1077         * Makefile.in: Rebuilt.
1078         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1079
1080 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1081
1082         * Makefile.in: Rebuilt.
1083         * Makefile.am ($(all_objs)): Depend on config.h.
1084
1085         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1086         DATASTART as &_etext.
1087         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1088         * configure: Rebuilt.
1089         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1090         tx39.
1091
1092 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1093
1094         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1095         (GC_maybe_gc): Likewise.
1096         * os_dep.c: If NO_SIGSET defined, then have empty
1097         GC_disable_signals and GC_enable_signals.
1098         * configure: Rebuilt.
1099         * configure.in: Added --with-target-subdir option.  If
1100         cross-compiling, define NO_SIGSET and NO_CLOCK.
1101
1102 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1103
1104         * Makefile.in: Rebuilt.
1105         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1106         (AS): Removed.
1107         * aclocal.m4, configure: Rebuilt.
1108         * acinclude.m4: New file.
1109         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1110
1111 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1112
1113         * configure: Rebuilt.
1114         * configure.in: Link boehm-config.h to config.h.
1115         * Makefile.in: Rebuilt.
1116         * Makefile.am (INCLUDES): Removed.
1117         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1118         JAVA_FINALIZATION): Define
1119
1120 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1121
1122         * Many files: Use GC_bool, not bool.
1123         * gc_priv.h: Define GC_bool, not bool.
1124
1125         * misc.c (GC_dont_gc): Define as int.
1126         (GC_quiet): Likewise.
1127         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1128         * alloc.c (GC_dont_expand): Define as int.
1129         * gc_priv.h: For gcc, define bool as char.
1130
1131 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1132
1133         * Makefile.in: Rebuilt.
1134         * Makefile.am (check_PROGRAMS): New macro.
1135         (gctest_SOURCES): Likewise.
1136         (gctest_LDADD): Likewise.
1137
1138 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1139
1140         * Makefile.in: Rebuilt.
1141         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1142         * configure: Rebuilt.
1143         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1144
1145 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1146
1147         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1148         New files.
1149         * Makefile.orig: Renamed from Makefile.