OSDN Git Service

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