OSDN Git Service

2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
2
3         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
4
5 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
6
7         Fix "PACKAGE_NAME redefined" errors.
8         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
9         and include/gc_config.h.
10         * configure: Regenerated.
11         * include/gc_config.h.in: No longer auto-generated. Define only the
12         macros needed by libjava.
13         * include/config.h.in: Generated by autoheader.
14         * include/gc.h: Include config.h, not gc_config.h.
15
16 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
17
18         * configure: Regenerate for libtool reversion.
19
20 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
21
22         * configure: Regenerate for libtool change.
23
24 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
25
26         * configure.ac (machdep): Use sparc_mach_dep.lo on
27         sparc64-sun-solaris2.* too.
28         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
29         * configure: Regenerate.
30
31 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
32
33         PR target/18444
34         * configure.ac (threading): Accept 'posix95'.
35         * configure: Regenerate.
36
37 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
38
39         * Makefile.am: Define ACLOCAL_AMFLAGS.
40         * configure.ac: Remove redundant sinclude.
41         * acinclude.m4: Delete file.
42         * aclocal.m4: Regenerate.
43         * Makefile.in, include/Makefile.in: Regenerate.
44         * configure: Regenerate.
45
46 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
47
48         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
49         Add prototype.
50
51 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
52
53         * include/private/gcconfig.h: Add m32r-linux target.
54
55 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
56
57         * configure.ac: Update all AC_DEFINEs to newer style.
58         * configure: Regenerate.
59         * include/gc_config.h.in: Regenerate.
60
61 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
62
63         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
64         GC_print_back_graph_stats): split GC_traverse_back_graph.
65         * backgraph.c: Dynamically grow in_progress_space.
66         * finalize.c (GC_notify_or_invoke_finalizers): also call
67         GC_print_back_graph_stats.
68         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
69         GC_print_back_height): Move delarations to header file.
70         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
71         * configure: Regenerate.
72         
73 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
74
75         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
76         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
77
78 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
79
80         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
81         Reported by Danny Smith.
82
83 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
84
85         * misc.c (GC_init): Replace lhs cast with rhs cast.
86
87 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
88
89         * specific.c: Check GC_LINUX_THREADS before including 
90         private/specific.h. From Richard Earnshaw.
91
92 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
93
94         * aclocal.m4: Remove obsolete construct for old automake.
95         * acinclude.m4: Regenerate with aclocal 1.9.1.
96         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
97         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
98         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
99         Remove now-redundant subst of target_noncanonical.  Remove
100         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
101         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
102         Use slightly more modern form of AC_INIT.
103         * configure: Rebuild with autoconf 2.59.
104         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
105
106 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
107
108         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
109         since they're not known at this time.
110         * solaris_pthreads.c: Likewise.
111
112 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
113
114         PR target/14931
115         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
116
117 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
118
119         * configure.ac (gc_cflags): Add -Iinclude.
120         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
121         Don't write DEFS to boehm-cflags file.
122         * configure: Rebuilt.
123         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
124         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
125         * include/gc_config_macros.h: Remove backward-compatibility 
126         redefinitions of GC_ names.
127         * include/gc.h: Include <gc_config.h>.
128
129 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
130
131         Import Boehm GC version 6.3.
132
133 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
134
135         * include/Makefile.in: Regenerate
136
137 2004-07-06  Andrew Pinski  <apinski@apple.com>
138
139         * os-dep.c (GC_task_self): Declare as static
140         and remove the second declaration.
141
142 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
143
144         * Makefile.am: Add rule for .S files to fix bootstrap on
145         solaris and alpha.
146         * Makefile.in: Regenerate.
147
148 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
149
150         * boehm-gc/configure.ac: New name of configure.in.
151         Remove useless multilib stuff.  Change uses of
152         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
153         * boehm-gc/configure.in: New name of configure.in.
154         * boehm-gc/Makefile.am: Update for automake 1.8.5.
155         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
156         * boehm-gc/aclocal.m4: Regenerate.
157         * boehm-gc/configure: Regenerate.
158         * boehm-gc/Makefile.in: Regenerate.
159
160 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
161
162         * .cvsignore: New file.
163
164 2004-04-25  Andreas Jaeger  <aj@suse.de>
165
166         * mark.c (GC_mark_from): Use pointer as prefetch argument.
167
168 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
169
170         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
171         for gcc >= 3.0.
172         (PREFETCH_FOR_WRITE): Likewise.
173
174 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
175
176         * configure.ac: Bump AC_PREREQ to 2.59.
177         * configure: Regenerate.
178         * config.in: Regenerate.
179
180 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
181
182         * ltconfig, ltmain.sh: Remove unused files.
183         * configure.in: Remove bogus extra early invocation of
184         AC_CONFIG_AUX_DIR.
185         * configure: Regenerate.
186         * mkinstalldirs, install-sh, config.sub, config.guess:
187         Remove (now) unused files.
188         * Makefile.in: Regenerate (losing references to vanished
189         files).
190
191         * configure.in: Add CCAS, CCASFLAGS for future automakes.
192         * configure, Makefile.in, include/Makefile.in: Regenerate.
193
194         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
195         * Makefile.in: Regenerate.
196
197         * configure.in: Remove bogus duplicate invocation of
198         AM_MAINTAINER_MODE.  Remove obsolete comment.
199         * configure: Regenerate.
200
201         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
202         to configure.in.
203         * aclocal.m4: Regenerate.
204         * configure.in: Receive contents of GC_CONFIGURE macro.
205         * configure: Regenerate.
206
207         * configure.in: Remove more obsolete, bogus code.
208         * configure: Regenerate.
209
210         * acinclude.m4: Remove obsolete and bogus constructs.
211         * aclocal.m4: Regenerate.
212         * configure: Regnerate.
213
214 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
215
216         * acinclude.m4: De-precious CC and CXX so that the right flags
217         are passed down to multilibs.
218         * aclocal.m4: Regenerate.
219         * configure: Regenerate.
220
221 2004-02-22  Zack Weinberg <zack@codesourcery.com>
222             Nathanael Nerode <neroden@twcny.rr.com>
223             Alexandre Oliva <aoliva@redhat.com>
224
225         * config.sub, config.guess: Replace with forwarding scripts
226         which invoke the master copies in the top level.
227
228 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
229
230         * acinclude.m4: Remove old no-executables workaround;
231         add new no-executables workaround.
232         * aclocal.m4: Regenerate.
233         * configure.in: Change prereqs to autoconf 2.57.
234         * configure: Regenerate with autoconf 2.57.
235
236         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
237         * configure: Regenerate.
238         * Makefile.am: Use target_noncanonical variable from configure.
239         * Makefile.in: Regenerate.
240         * include/Makefile.in: Regenerate.
241
242 2004-02-20  Andrew Cagney  <cagney@redhat.com>
243
244         * config.guess: Update from version 2002-01-10 to 2004-02-16.
245         * config.sub: Update from version 2002-01-02 to 2004-02-16.
246
247 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
248
249         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
250         * aclocal.m4: Rebuild.
251         * configure: Regenerate.
252
253         * acinclude.m4: Move certain code to configure.in.
254         * configure.in: Receive code from acinclude.m4.
255         * aclocal.m4: Rebuild.
256         * configure: Regenerate.
257
258         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
259
260 2004-01-20  Andrew Haley  <aph@redhat.com>
261
262         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
263
264         * configure.in: Comment change.
265
266 2004-01-16  Andrew Haley  <aph@redhat.com>
267
268         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
269         add for ia64; remove for MIPS.
270         * configure: Regnerated.
271
272 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
273
274         * configure.in: Add in AC_PREREQ(2.13)
275
276 2004-01-07  Dave Jones <davej@redhat.com>
277
278         * malloc.c (GC_generic_malloc): Correct initialization typo.
279         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
280
281 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
282
283         * include/private/gcconfig.h: Re-install change of 2003-04-16.
284
285 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
286
287         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
288         _MIPS_SIM_ABI32.
289
290 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
291
292         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
293         unsure comment.
294
295 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
296
297         * configure: Rebuild.
298
299 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
300
301         * configure.in: Remove NO_GETENV definition for win32.
302         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
303         * misc.c (GC_init_inner): Call GC_thr_init for win32.
304           (GC_set_warn_proc): Add assertion.
305         * win32_threads.c: Import 6.3alpha2 version.
306         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
307
308 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
309
310         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
311         2.3/SPARC, there are no micro versions.
312         Treat Solaris 10 and up alike.
313         * configure: Regenerate.
314
315 2003-09-22  Anthony Green  <green@redhat.com>
316
317         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
318         "NOSYS" targets.
319
320 2003-09-20    <green@redhat.com>
321
322         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
323         check for __arm__ or __thumb__.
324
325 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
326
327         * configure: Regenerate.
328
329 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
330             Roger Sayle <roger@eyesopen.com>
331
332         * configure.in: Set INCLUDES to absolute path.
333         Save $INCLUDES in boehm-cflags, too.
334         Set INCLUDES so it's available to config.status.
335         * configure: Regenerate.
336
337 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
338
339         * include/gc.h (GC_CreateThread): Declare with WINAPI
340         attribute.
341         * win32_threads.c (GC_CreateThread): Make definitions consistent
342         with declaration.  Cast &thread_table[i].handle to PHANDLE
343         in call to DuplicateHandle
344         (thread_start): Declare as static.
345
346 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
347
348         * dyn_load.c: Define __private_extern__ to match Apple's system
349         header.
350
351 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
352
353         * os_dep.c: Remove redundancy introduced in last merge.
354
355 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
356
357         Import GC 6.3alpha1.
358         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
359         * ChangeLog: Likewise.
360         * Makefile.am: Likewise.
361         * Makefile.direct: Likewise.
362         * Makefile.dj: Likewise.
363         * allchblk.c: Likewise.
364         * alloc.c: Likewise.
365         * backgraph.c: Likewise.
366         * configure.host: Likewise.
367         * configure.in: Likewise.
368         * dbg_mlc.c: Likewise.
369         * dyn_load.c: Likewise.
370         * finalize.c: Likewise.
371         * gc_cpp.cc: Likewise.
372         * gc_dlopen.c: Likewise.
373         * gcj_mlc.c: Likewise.
374         * if_mach.c: Likewise.
375         * mach_dep.c: Likewise.
376         * malloc.c: Likewise.
377         * mallocx.c: Likewise.
378         * mark.c: Likewise.
379         * mark_rts.c: Likewise.
380         * misc.c: Likewise.
381         * os_dep.c: Likewise.
382         * ptr_chck.c: Likewise.
383         * reclaim.c: Likewise.
384         * solaris_pthreads.c: Likewise.
385         * solaris_threads.c: Likewise.
386         * sparc_mach_dep.S: Likewise.
387         * threadlibs.c: Likewise.
388         * typd_mlc.c: Likewise.
389         * version.h: Likewise.
390         * win32_threads.c: Likewise.
391         * Mac_files/MacOS_Test_config.h: Likewise.
392         * Mac_files/MacOS_config.h: Likewise.
393         * cord/cordbscs.c: Likewise.
394         * cord/cordprnt.c: Likewise.
395         * cord/de_win.c: Likewise.
396         * doc/README: Likewise.
397         * doc/README.MacOSX: Likewise.
398         * doc/README.changes: Likewise.
399         * doc/README.environment: Likewise.
400         * doc/README.ews4800: Likewise.
401         * doc/README.linux: Likewise.
402         * doc/README.macros: Likewise.
403         * doc/README.win32: Likewise.
404         * doc/debugging.html: Likewise.
405         * doc/gcdescr.html: Likewise.
406         * doc/tree.html: Likewise.
407         * include/Makefile.in: Likewise.
408         * include/gc.h: Likewise.
409         * include/gc_cpp.h: Likewise.
410         * include/gc_local_alloc.h: Likewise.
411         * include/gc_mark.h: Likewise.
412         * include/gc_pthread_redirects.h: Likewise.
413         * include/gc_typed.h: Likewise.
414         * include/new_gc_alloc.h: Likewise.
415         * include/private/dbg_mlc.h: Likewise.
416         * include/private/gc_hdrs.h: Likewise.
417         * include/private/gc_locks.h: Likewise.
418         * include/private/gc_pmark.h: Likewise.
419         * include/private/gc_priv.h: Likewise.
420         * include/private/gcconfig.h: Likewise.
421         * include/private/solaris_threads.h: Likewise.
422         * include/private/specific.h: Likewise.
423         * tests/test.c: Likewise.
424         * tests/test_cpp.cc: Likewise.
425
426         * configure: Rebuild.
427         * Makefile.in: Rebuild.
428
429         * mips_sgi_mach_dep.s: Add.
430
431         * alpha_mach_dep.s: Remove.
432         * irix_threads.c: Remove.
433         * linux_threads.c: Remove.
434         * mips_sgi_mach_dep.S: Remove.
435         * missing: Remove.
436         * powerpc_macosx_mach_dep.s: Remove.
437         * doc/Makefile.am: Remove.
438         * doc/Makefile.in: Remove.
439
440 2003-07-25  Roger Sayle  <roger@eyesopen.com>
441
442         * configure.host: Only use +ESdbgasm when using the HPUX native
443         compiler on PA-Risc.  It isn't recognized by GCC and is silently
444         ignored by HP's compilers on ia64.
445
446 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
447
448         * configure.in: define GC_DLL under mingw if --enable-shared
449         * configure: rebuilt
450         * win32_threads.c: add #ifdef GC_DLL around DllMain
451
452 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
453
454         * include/private/gcconfig.h: Add support for arm-netbsdelf.
455
456 2003-04-09  Tom Tromey  <tromey@redhat.com>
457
458         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
459         POWERPC.
460         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
461
462 2003-03-22  Richard Henderson  <rth@redhat.com>
463
464         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
465         (GC_test_and_set): Use __sync_lock_test_and_set.
466         (GC_clear): Use volatile assignment.
467         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
468         (GC_memory_write_barrier): Use __sync_synchronize.
469
470 2003-03-12  Andreas Schwab  <schwab@suse.de>
471
472         * configure.in: Avoid trailing /. in toolexeclibdir.
473         * configure: Rebuilt.
474
475 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
476         * include/private/gcconfig.h (GC_data_start): declare when needed.
477         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
478         declaration.
479         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
480         GC_register_dynlib_callback): Register main data for static
481         executable if dl_iterate_phdr() didn't.
482         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
483         if we don't expect to register main static data.
484
485 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
486         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
487         (GC_push_roots): explicitly mark free list headers, register
488         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
489         * alloc.c (GC_stopped_mark): Conditionally call
490         GC_cond_register_dynamic_libraries().
491         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
492         * dyn_load.c (GC_register_main_static_data): define.
493         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
494         no longer skip main data.
495         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
496         (GC_init_inner): Make main data registration conditional.
497         * include/private/gc_priv.h (GC_register_main_static_data): declare.
498         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
499         for LINUX.
500
501 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
502
503         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
504         config.status.
505         * configure: Rebuilt.
506
507 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
508
509         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
510
511 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
512
513         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
514         Remove USE_LIBDIR conditional.
515         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
516         * Makefile.in, configure: Rebuilt.
517
518 2002-12-31  Tom Tromey  <tromey@redhat.com>
519
520         For PR libgcj/8933:
521         * include/Makefile.in: Rebuilt.
522         * include/Makefile.am (noinst_HEADERS): Renamed from
523         include_HEADERS.
524
525 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
526
527         * ltconfig (osf[345]): Append $major to soname_spec.
528         Reflect this in library_names_spec.
529         * ltmain.sh (osf): Prefix $major with . for use as extension.
530
531 2002-10-02  Andreas Jaeger  <aj@suse.de>
532
533         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
534
535 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
536
537         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
538         check for __arm__ or __thumb__.
539
540 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
541
542         * include/private/gcconfig: Add machine type S390.  Add s390x support.
543         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
544         (GC_compare_and_exchange): Likewise.
545
546 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
547
548         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
549
550 2002-08-23  Adam Megacz <adam@xwt.org>
551
552         * win32_threads.cc: Removed extraneous ABORT()
553
554 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
555
556         * Makefile.am (all-multi): Fix multilib parallel build.
557
558 2002-07-18  Bo Thorsen  <bo@suse.de>
559
560         * include/private/gcconfig.h: Add x86-64 definitions.
561         * os_dep.c: Add x86-64 support.
562         * configure.in: Likewise.
563         * configure: Regenerate.
564
565 2002-07-18  H.J. Lu <hjl@gnu.org>
566
567         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
568
569 2002-07-18  H.J. Lu  (hjl@gnu.org)
570
571         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
572         Linux/mips.
573
574 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
575             Jonathan Clark
576
577         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
578
579 2002-06-09  H.J. Lu  (hjl@gnu.org)
580
581         * include/private/gc_locks.h (GC_test_and_set): Support
582         Linux/mips.
583         (GC_TEST_AND_SET_DEFINED): Likewise.
584
585         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
586         Linux/mips.
587         (DATAEND): Likewise.
588         (LINUX_STACKBOTTOM): Likewise.
589         (STACKBOTTOM): Removed for Linux/mips.
590
591 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
592
593         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
594         (GC_pthread_create): Fix typo.
595         (GC_TRY_LOCK): Likewise.
596         * include/private/gc_locks.h (GC_test_and_set): Only take one
597         one argument.
598         (LOCK): Adjust appropriately.
599         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
600         _SIGRTMIN is unavailable.
601
602 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
603
604         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
605         * aclocal.m4: Regenerate.
606         * configure: Regenerate.
607
608 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
609
610         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
611         script entry, and set LD to it when configuring multilibs.
612         * configure: Rebuilt.
613
614 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
615
616         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
617         (noinst_LTLIBRARIES): Add libgcjgc.la.
618
619         * Makefile.in: Rebuild.
620
621 2002-04-22  David S. Miller  <davem@redhat.com>
622
623         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
624         64-bit SPARC Linux, the __libc_stack_end technique does
625         not work in this case.
626
627 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
628
629         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
630
631 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
632
633         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
634         SPARC Linux.
635
636 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
637
638         * include/private/gcconfig.h (DATAEND): Update comment example
639         to match reality.
640
641 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
642
643         * include/private/gcconfig.h (DATAEND): Clarify comment.
644
645 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
646
647         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
648         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
649         declare.
650         * allchblk.c (GC_allchblk_nth): Change text and support reduced
651         frequency for blacklist warning message.
652         * misc.c (GC_large_alloc_warn_interval,
653         GC_large_alloc_warn_suppressed): define.
654         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
655         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
656         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
657         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
658
659         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
660
661 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
662
663         * include/private/gcconfig.h: Add support for an unmapped
664         memory hole between the end of the initialized data segment
665         and the start of the BSS on FreeBSD/i386.
666
667 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
668
669         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
670         NetBSD/i386.
671
672 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
673
674         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
675         (GC_local_gcj_malloc): Add assertion.
676         (start_mark_threads): Fix abort message.
677         * mark.c (GC_mark_from): Generalize assertion.
678         * reclaim.c (GC_clear_fl_links): New function.
679         (GC_start_reclaim): Must clear some freelist links.
680         * include/private/specific.h, specific.c: Add assertions.
681         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
682         Rearrange tse fields.
683
684 2002-03-27  Richard Henderson  <rth@redhat.com>
685
686         * os_dep.c (GC_init_linux_data_start): Fix references to
687         __data_start and _end.
688
689 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
690
691         * include/private/gcconfig.h: Change all likely references
692         to linker script synthesized symbols to use this idiom:
693         extern int etext[]; etext
694
695 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
696
697         * linux_threads.c (GC_get_nprocs): Close file descriptor.
698
699 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
700
701         * include/private/gcconfig.h: Add unified test for FreeBSD.
702         Support FreeBSD/alpha.
703         * os_dep.c: Do not include <machine/trap.h> unless available.
704         (GC_freebsd_stack_base): Fix types.
705
706 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
707
708         * Makefile.am: Make a convenience library.
709         * Makefile.in: Rebuilt.
710
711 2002-03-15  Anthony Green  <green@redhat.com>
712
713         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
714         * configure.in: Disable use of getenv for win32 targets (some of
715         which have broken implementations).
716         * configure: Rebuilt.
717
718 2002-03-12  Adam Megacz  <adam@xwt.org>
719
720         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
721         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
722         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
723         statically initialized it to TRUE if compiling with GCC.
724         * win32_threads.c (thread_start): We no longer use SEH if
725         compiling with GCC.
726         * mark.c (GC_mark_some): We no longer use SEH if
727         compiling with GCC.
728
729 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
730
731         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
732         support is enabled, for hash synchronization.
733
734 2002-02-24  Adam Megacz  <adam@xwt.org>
735
736         * Makefile.am: Added win32_threads.c to sources list.
737         * win32_threads.c: Added two */'s which I had neglected.
738
739 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
740
741         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
742         * Makefile.in: Rebuilt.
743
744 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
745
746         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
747
748         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
749         preprocessor file.
750         * mips_sgi_mach_dep.S: Likewise.
751         * Makefile.am: Update for above changes.
752         * Makefile.in: Rebuilt.
753
754 2002-02-12  Richard Henderson  <rth@redhat.com>
755
756         * configure.in: Re-apply 2001-06-26 configure change.
757         * configure: Rebuild.
758
759 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
760
761         Imported GC 6.1 Alpha 3.
762
763         * sparc_mach_dep.S: Delete incorrectly named file.
764
765 2001-02-11  Adam Megacz <adam@xwt.org
766
767         * configure.in: support for win32, saner
768         cross-compile options
769
770 2001-02-08  Anthony Green  <green@redhat.com>
771
772         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
773           board embedded targets.
774         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
775           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
776           redundant uses of ECOS.
777         * misc.c: Use NOSYS where ECOS is being used.
778           Don't define GC_write twice for ECOS systems.
779           (GC_write): New function for NOSYS targets.
780
781 2002-02-06  Adam Megacz <adam@xwt.org>
782
783         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
784         now exposed on all Win32 platforms.
785         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
786         compiles on Win32; it invokes CreateThread() if GC is built
787         as a DLL; otherwise it registers the thread.
788         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
789         libgcjgc was not built as a DLL.
790
791 2002-02-01  Adam Megacz <adam@xwt.org>
792
793         * boehm-gc on win32 now automatically detects if it is being built
794         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
795
796 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
797
798         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
799         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
800         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
801         DATASTART and DATAEND roots.
802         * rs6000_mach_dep.s: Add function descriptor and traceback table.
803
804 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
805
806         * dyn_load.c: Define ElfW (if needed) for all targets,
807         not just GNU/Linux.
808         (GC_FirstDLOpenedLinkMap): Use it.
809         (GC_register_dynamic_libraries_dl): Use it.
810         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
811         for sparcv9.
812
813 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
814
815         PR other/3725
816         * configure.in: Add AC_SUBST(target_alias).
817         * configure: Regenerated.
818
819 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
820
821         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
822         case for GC_FREEBSD_THREADS.
823         * configure.in (*-*-freebsd*): Clarify warning.
824         * configure: Rebuilt.
825
826 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
827             Andreas Tobler <toa@pop.agri.ch>
828
829         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
830
831 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
832
833         * linux_threads.c (GC_init_parallel): Do not declare as a static
834         constructor.
835         * include/gc.h (GC_init): Declare here. Add description.
836         * include/private/gc_priv.h (GC_init): Remove declaration.
837
838 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
839
840         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
841         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
842         GC_FREEBSD_THREADS, handle strange interaction between system
843         pthread implementation and boehm-gc signal-handler architecture.
844         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
845         set stack.
846         * include/private/gcconfig.h (configuration keyed off FREEBSD):
847         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
848         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
849
850 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
851
852         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
853         * Makefile.in: Rebuilt.
854
855 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
856
857         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
858         merged local changes.
859
860 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
861
862         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
863         Solaris 2/Intel definition.
864
865         * configure.in (i?86-*-solaris2.[89]*): Define
866         SOLARIS25_PROC_VDB_BUG_FIXED.
867         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
868         * configure: Regenerate.
869
870         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
871         (DATAEND): Define using _end.
872
873 2001-09-11  Per Bothner  <per@bothner.com>
874
875         * include/Makefile.am:  New file.  It defines include_HEADERS.
876         * Makefile.am (SUBDIRS):  New macro, set to include.
877         * configure.in (AC_OUTPUT):  Add include/Makefile.
878
879 2001-08-20  Tom Tromey  <tromey@redhat.com>
880
881         * configure: Rebuilt.
882         * configure.in: Always ask gcc for threads package.
883
884 2001-08-17  Tom Tromey  <tromey@redhat.com>
885
886         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
887         merged local changes.
888
889 2001-08-02  David Billinghurst <David.Billinghurst>
890
891         * configure: Rebuilt.
892         * configure.in:  POSIX threads on cygwin does not link with
893         -lpthreads.
894
895 2001-07-03  Tom Tromey  <tromey@redhat.com>
896
897         Fix for PR bootstrap/3281:
898         * aclocal.m4, configure, Makefile.in: Rebuilt.
899         * acinclude.m4: Set mkinstalldirs for in-tree build.
900
901 2001-06-26  Richard Henderson  <rth@redhat.com>
902
903         * alpha_mach_dep.s: Mark call-saved FP registers.
904         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
905         * configure.in (alpha*): Re-enable alpha_mach_dep.s
906         * configure: Rebuild.
907
908 2001-06-12  Tom Tromey  <tromey@redhat.com>
909
910         * aclocal.m4, configure: Rebuilt.
911         * acinclude.m4: Find configure.host in srcdir.
912
913 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
914
915         * configure.in (AC_EXEEXT): Work around in case it expands to
916         nothing, as in autoconf 2.50.
917         * acinclude.m4: Likewise.
918         * aclocal.m4, configure: Rebuilt.
919
920 2001-06-07  Tom Tromey  <tromey@redhat.com>
921
922         For PR bootstrap/3075:
923         * configure, aclocal.m4, Makefile.in: Rebuilt.
924         * configure.in: Don't call AC_CONFIG_AUX_DIR or
925         AC_CANONICAL_SYSTEM.
926         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
927         AC_CANONICAL_SYSTEM here.
928         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
929         boehm_gc_basedir.
930
931 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
932
933         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
934         (libgcjgc_la_SOURCES): Remove typo.
935         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
936         * Makefile.in: Rebuilt.
937
938 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
939
940         Imported version version 6.0alpha7.
941
942         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
943         README.amiga, README.debugging, README.dj, README.hp, README.linux,
944         README.rs6000, README.sgi, README.solaris2, README.uts,
945         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
946         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
947         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
948         hpux_irix_threads.c, makefile.depend, nursery.c,
949         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
950         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
951         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
952         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
953         files.
954
955 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
956
957         * configure.host: Build with -fexceptions.
958         * linux_threads.c: Remember which thread stopped world for
959
960 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
961             with final tuning by Bryce McKinlay
962
963         * configure.in: Add support for --enable-threads=posix on FreeBSD.
964         * configure: Rebuilt.
965
966 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
967
968         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
969         (GC_noop1): Change declaration to take one argument.
970
971 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
972
973         * configure.in: Obtain THREADS with `gcc -v'.
974         * configure: Rebuilt.
975
976 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
977
978         * misc.c: Back out buggy changes to stack clearing code.
979         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
980         spent clearing memory.
981
982 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
983
984         * finalize.c:
985         - Accomodate finalization requests for static objects.
986           (Will be required by hash synchronization.  May be needed
987           in some configurations now.)
988
989         * gc_priv.h:
990         - Define MIN_WORDS.  All allocation requests are rounded
991           up to at least this size.  Removes a subtle assumption that
992           Java objects have a 2 word header.
993
994         * gcconfig.h:
995         - Adjust Linux/IA64 configuration for non-ancient kernels.
996           (Necessary fix for IA64.)
997
998         * linux_threads.c:
999         - Fix syntax error in currently unused code.  Will be needed
1000           for Linux/PA-RISC.
1001
1002         * malloc.c:
1003         - Handle MIN_WORDS.
1004
1005         * misc.c:
1006         - Handle MIN_WORDS.
1007         - Change stack cleaning code to typically clear about one tenth
1008           the memory it used to in the threads configuration.  Occasionally
1009           still clear more.  (This is really a fix for a long-standing
1010           and fairly significant performance bug with threads.)
1011
1012         * os_dep.c:
1013         - Fix the code for finding the beginning of the data segment under
1014           Linux.  I believe this is necessary for some IA64 Linux
1015           distributions.  It will also helo other platforms, though those
1016           may additionally require a gcconfig.h adjustment.  (This basically
1017           works around the absence of a data_start or __data_start
1018           definition in glibc.)
1019
1020         * test.c:
1021         - Handle rounding due to MIN_WORDS.
1022
1023 2001-03-22  Tom Tromey  <tromey@redhat.com>
1024
1025         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1026
1027 2001-03-19  Tom Tromey  <tromey@redhat.com>
1028
1029         * Makefile.in: Rebuilt.
1030         * Makefile.am (gctest_LDFLAGS): new macro.
1031
1032 2001-03-16  Tom Tromey  <tromey@redhat.com>
1033
1034         * Makefile.in: Rebuilt.
1035         * Makefile.am (TESTS_ENVIRONMENT): New macro.
1036
1037 2001-01-23  Rod Stewart <stewart@lab43.org>
1038
1039         * gcconfig.h: Check for `__arm__', not `arm'.
1040
1041 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
1042
1043         * configure.in: Rename THREADLIB to THREADLIBS.
1044         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1045         ensures that we link the correct version of the linuxthreads semaphore
1046         functions.
1047         * Makefile.in: Rebuilt.
1048         * configure: Rebuilt.
1049
1050         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1051         list of signals which are not blocked during suspend in the NO_SIGNALS
1052         case.
1053
1054 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
1055
1056         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1057
1058 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
1059
1060         * Makefile.dist: Renamed from Makefile.orig.
1061
1062 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1063
1064         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1065         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1066         set accordingly.
1067         * Makefile.in: Rebuilt.
1068         * configure: Likewise.
1069
1070 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
1071
1072         * gcconfig.h: Add new case for powerpc EABI.
1073         [PPC]: Handle embedded OS for powerpc simulator.
1074
1075 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
1076
1077         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1078         cross-compile configuration only.
1079         * Makefile.am: Build gcj_mlc.c.
1080         * configure, Makefile.in: Rebuilt.
1081
1082 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1083
1084         * acinclude.m4: Include libtool macros from the top level.
1085         * aclocal.m4, configure: Rebuilt.
1086
1087 2000-09-04  Anthony Green  <green@redhat.com>
1088
1089         Fix for PR libgcj/230:
1090         * mark.c (GC_mark_from_mark_stack): Remove call to
1091         GC_debug_object_start.
1092         * gc_priv.h (GC_debug_object_start): Remove prototype.
1093
1094 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
1095
1096         * gcconfig.h [OSF1] (_end): Declare as `int'.
1097
1098 2000-08-02  Tom Tromey  <tromey@cygnus.com>
1099
1100         * gc_priv.h (GC_generic_malloc_inner): Prototype.
1101         (GC_generic_malloc): Likewise.
1102         (GC_add_to_black_list_normal): Likewise.
1103         (GC_find_header): Likewise.
1104         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1105         * gc_mark.h (GC_find_start): Prototype.
1106         (GC_signal_mark_stack_overflow): Likewise.
1107
1108 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
1109
1110         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1111         * configure: Rebuilt.
1112
1113         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1114
1115 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
1116
1117         Imported version 5.1.
1118         * acinclude.m4: Push version to 5.1.
1119
1120 2000-06-19  Andrew Haley  <aph@cygnus.com>
1121
1122         * os_dep.c (read): Pass two dummy args to syscall().
1123
1124 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
1125
1126         Imported 5.0 release version.
1127         * acinclude.m4: Increment version to 5.0.
1128
1129 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
1130
1131         Imported version 5.0alpha7.
1132         * acinclude.m4: Update version to 5.0a7.
1133
1134 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
1135
1136         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1137         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1138         - sparc glibc does not provide it.
1139         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1140         Make STACKBOTTOM depend on the wordsize.
1141         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1142         (struct frame): Declare on sparc*-linux*.
1143         (GC_save_callers): Bias the frame pointers if needed (sparc64).
1144         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1145         Implement on sparc64.
1146         (GC_clear_stack_inner): Implement on sparc64.
1147         * gc_priv.h (GC_test_and_set): Implement for sparc.
1148         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1149         GC_save_regs_in_stack on sparc.
1150
1151 2000-04-23  Tom Tromey  <tromey@cygnus.com>
1152
1153         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1154
1155 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
1156
1157         Imported version version 5.0alpha6.
1158         * acinclude.m4: Bump version to 5.0a6.
1159         * configure.in: Don't use alpha_mach_dep.s.
1160         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1161         obsolete files.
1162         * Makefile.am, Makefile.in: irix_threads.c is now
1163         hpux_irix_threads.c.
1164         * Makefile.orig: Updated from gc distribution Makefile.
1165
1166 2000-03-26  Anthony Green  <green@redhat.com>
1167
1168         * misc.c (GC_enable): Always define GC_enable and GC_disable.
1169
1170 2000-02-14  Tom Tromey  <tromey@cygnus.com>
1171
1172         * gc.h (dlopen): Define as GC_dlopen on Linux.
1173         (GC_dlopen): Declare on Linux.
1174         * dyn_load.c (GC_dlopen): Define for Linux.
1175
1176 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
1177
1178         * gcconfig.h (DATASTART): Add missing extern declaration
1179         for data_start on powerpc.
1180
1181 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
1182
1183         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1184         NO_SIGNALS case.
1185
1186 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
1187
1188         * gcconfig.h: Define DATASTART for Alpha Linux.
1189
1190 1999-12-19  Anthony Green  <green@cygnus.com>
1191
1192         * gcconfig.h: Use libgcj hack for Alpha Linux.
1193         Undefine MPROTEXT_VDB (from Jeff Sturm).
1194         * os_dep.c: Remove Alpha Linux hacks.
1195         * misc.c: Ditto.
1196
1197 1999-12-13  Tom Tromey  <tromey@cygnus.com>
1198
1199         * aclocal.m4, configure: Rebuilt.
1200         * acinclude.m4: Changed version to 5.0a4.
1201         * Makefile.in: Rebuilt.
1202         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1203
1204 1999-12-12  Anthony Green  <green@cygnus.com>
1205
1206         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1207         Linux.
1208         (DYNAMIC_LOADING): Define for PowerPC Linux.
1209         * os_dep.c: Remove some special cases for PowerPC Linux.
1210         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1211         for PowerPC Linux.
1212
1213 1999-11-04  Tom Tromey  <tromey@cygnus.com>
1214
1215         * Makefile.in: Rebuilt.
1216         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1217
1218         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1219         (GC_thr_init): Don't declare.
1220
1221         * configure: Rebuilt.
1222         * configure.in: Removed qt threads case.
1223         * dyn_load.c: Don't mention QUICK_THREADS.
1224         * os_dep.c: Don't mention QUICK_THREADS.
1225         * misc.c: Don't mention QUICK_THREADS.
1226         * gcconfig.h: Don't mention QUICK_THREADS.
1227         * gc_priv.h: Removed QUICK_THREADS code.
1228         * quick_threads.c: Removed.
1229
1230 1999-11-03  Tom Tromey  <tromey@cygnus.com>
1231
1232         * gcconfig.h: Merged in local changes from old config.h.
1233
1234 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
1235
1236         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1237
1238 1999-11-02  Tom Tromey  <tromey@cygnus.com>
1239
1240         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1241
1242         * configure: Rebuilt.
1243         * configure.in: Don't create boehm-config.h.
1244         * Makefile.in: Rebuilt.
1245         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1246         config.h.
1247         ($(all_objs)): Depend on gcconfig.h.
1248         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1249         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1250         * config.h: Removed.
1251
1252 1999-11-01  Tom Tromey  <tromey@cygnus.com>
1253
1254         * Makefile.in: Rebuilt.
1255         * Makefile.am (gctest_LDADD): Added THREADLIB.
1256         (TESTS): New macro.
1257         * configure: Rebuilt.
1258         * configure.in (INCLUDES): New subst.
1259
1260 1999-09-29  Steve Chamberlain  <sac@pobox.com>
1261
1262         * config.h: Added picoJava target.
1263         * mach_dep.h (GC_push_regs):  New code for picoJava.
1264
1265 1999-09-28  Tom Tromey  <tromey@cygnus.com>
1266
1267         * aclocal.m4, configure: Rebuilt.
1268         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1269         appropriate AC_PROG_ symbol.
1270
1271 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1272
1273         * gc_priv.h:  IRIX thread changes from
1274         include/private/gc_priv.h.
1275
1276 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1277
1278         * Makefile.in: Rebuilt.
1279         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1280         builds.
1281
1282         * configure: Rebuilt.
1283         * configure.in: Properly align --help output, fix capitalization
1284         and punctuation.
1285         * acinclude.m4: Likewise.
1286
1287 1999-08-04  Tom Tromey  <tromey@cygnus.com>
1288
1289         * configure.in: Added missing `;;'.  From Anthony Green.
1290
1291 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1292
1293         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1294
1295 1999-08-03  Tom Tromey  <tromey@cygnus.com>
1296
1297         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1298         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1299
1300 1999-08-02  Tom Tromey  <tromey@cygnus.com>
1301
1302         * aclocal.m4, configure: Rebuilt for new libtool.
1303
1304 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
1305
1306         * mips_sgi_mach_dep.s: Enable PIC option.
1307
1308 1999-07-19  Tom Tromey  <tromey@cygnus.com>
1309
1310         * config.h (MPROTECT_VDB): Don't define on Linux.
1311
1312 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1313
1314         * Makefile.am (.s.lo): Avoid `#line' directives.
1315         * Makefile.in: Rebuilt.
1316
1317 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1318
1319         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1320         generate *-recursive for this Makefile, use *-am instead.
1321         * Makefile.in: Rebuilt.
1322
1323 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
1324
1325         * Makefile.am (.s.lo): Renamed from `.s.o'.
1326         * Makefile.in: Rebuilt.
1327
1328 1999-06-21  Tom Tromey  <tromey@cygnus.com>
1329
1330         Alpha patch from Jeff Sturm:
1331         * os_dep.c (GC_init_linuxalpha): New function.
1332         * misc.c: Initialize for alpha linux.
1333         * gc_priv.h (GC_test_and_set): Define for alpha.
1334         * config.h: Don't assume __data_start on alpha.
1335
1336         * Makefile.in: Rebuilt.
1337         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1338         -release.
1339
1340         * Makefile.in: Rebuilt.
1341         * Makefile.am (toolexeclibdir): Define as libdir when
1342         appropriate.
1343         * configure: Rebuilt.
1344         * configure.in (USE_LIBDIR): New conditional.
1345
1346         * configure: Rebuilt.
1347         * configure.in: Recognize all forms of alpha.
1348
1349 1999-06-17  Anthony Green  <green@cygnus.com>
1350
1351         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1352         Carlo Dapor <carlo@vis.ethz.ch>).
1353
1354 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
1355
1356         * configure.in: Switch from irix threads to posix threads
1357         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1358         for mips architecture.
1359         * configure: Regenerate.
1360
1361 1999-04-30  Tom Tromey  <tromey@cygnus.com>
1362
1363         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1364
1365 1999-04-26  Tom Tromey  <tromey@cygnus.com>
1366
1367         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1368         `weak'.
1369
1370 1999-04-23  Tom Tromey  <tromey@cygnus.com>
1371
1372         * Makefile.in, configure: Rebuilt.
1373         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1374         (libgcjgc_la_SOURCES): Renamed.
1375         (libgcjgc_la_LIBADD): Likewise.
1376         (libgcjgc_la_DEPENDENCIES): Likewise.
1377         (EXTRA_libgcjgc_la_SOURCES): Likewise.
1378         (gctest_LDADD): Use libgcjgc.la.
1379         (all_objs): Mention libgcj_la_OBJECTS.
1380         (EXTRA_LTLIBRARIES): Renamed.
1381         (toollib_LTLIBRARIES): Likewise.
1382         (libgcjgc_la_LDFLAGS): New macro
1383         (toolexecdir): Renamed.
1384         (toolexeclibdir): Likewise.
1385         (toolexeclib_LTLIBRARIES): Likewise.
1386         (LTCOMPILE): Renamed; added libtool invocation.
1387         (LINK): Added libtool invocation.
1388         (.s.o): use LTCOMPILE.
1389         * configure.in: Call AM_PROG_LIBTOOL.
1390         (target_all): Set to libgcjgc.la.
1391         Mention `.lo' forms of object files.
1392
1393 1999-04-21  Tom Tromey  <tromey@cygnus.com>
1394
1395         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1396         GC_stackbottom.
1397
1398         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1399         sigcontext.h.  From Matthias Klose <doko@itso.de>.
1400
1401 1999-04-16  Tom Tromey  <tromey@cygnus.com>
1402
1403         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
1404         David Pettersson <dapet@mai.liu.se>
1405
1406 1999-04-14  Tom Tromey  <tromey@cygnus.com>
1407
1408         * configure: Rebuilt.
1409         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
1410         incorrect patch of 199-04-09.
1411
1412         * configure: Rebuilt.
1413         * configure.in: Added support for alpha.
1414         From David Pettersson <dapet@mai.liu.se>.
1415
1416 1999-04-13  Tom Tromey  <tromey@cygnus.com>
1417
1418         * Makefile.in: Rebuilt.
1419         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1420         solaris-threads.h.
1421
1422 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1423
1424         * configure: Rebuilt.
1425         * configure.in: Use sparc_mach_dep.s when building on Solaris.
1426
1427 1999-02-23  Tom Tromey  <tromey@cygnus.com>
1428
1429         * configure: Rebuilt.
1430         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
1431         SOLARIS_THREADS and _SOLARIS_PTHREADS.
1432
1433 1999-02-18  Tom Tromey  <tromey@cygnus.com>
1434
1435         * quick_threads.c (GC_push_all_stacks): Change order of arguments
1436         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
1437         for case where LO is NULL.
1438
1439 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1440
1441         * aclocal.m4, configure, Makefile.in: Rebuilt.
1442         * acinclude.m4: Updated to be used with automake 1.4.
1443         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
1444         with automake 1.4.
1445         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1446         (libgcjgc_a_SOURCES): Likewise.
1447         (libgcjgc_a_LIBADD): Likewise.
1448         (libgcjgc_a_DEPENDENCIES): Likewise.
1449         (EXTRA_libgcjgc_a_SOURCES): Likewise.
1450         (gctest_LDADD): Likewise.
1451         (all_objs): Likewise.
1452
1453 1999-01-08  Tom Tromey  <tromey@cygnus.com>
1454
1455         * configure: Rebuilt.
1456         * configure.in: Define LINUX_THREADS if using POSIX threads on
1457         Linux.
1458
1459         * gc_priv.h (GC_test_and_set): Put return type into definition.
1460
1461 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1462
1463         * Makefile.am: add support for eCos.  In particular, add C++
1464         support for compiling the file ecos.cc.
1465         * ecos.cc: new file.
1466         * acinclude.m4: add C++ support.
1467         * aclocal.m4: likewise
1468         * config.h: add eCos support.
1469         * configure: likewise
1470         * configure.in: likewise
1471         * misc.c (GC_write): add eCos support.
1472         * os_dep.c (tiny_sbrk): add eCos support.
1473
1474 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
1475
1476         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1477         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1478
1479 1998-11-23  Tom Tromey  <tromey@cygnus.com>
1480
1481         * configure.host (boehm_gc_cflags): Don't add `-O2'.
1482
1483 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
1484
1485         * Makefile.am, Makefile.in, configure.host: tx39 build option
1486         "-G 0" added.
1487
1488 1998-11-17  Tom Tromey  <tromey@cygnus.com>
1489
1490         * configure: Rebuilt.
1491         * configure.in: Switch on host, not target.
1492
1493 1998-11-16  Tom Tromey  <tromey@cygnus.com>
1494
1495         * gc_priv.h (GC_debug_object_start): Declare.
1496         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1497         * gc.h (GC_debug_register_finalizer_no_order,
1498         GC_register_finalizer_no_order): Declare.
1499         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1500         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1501         (GC_debug_generic_malloc): Likewise.
1502         (GC_debug_object_start): new function.
1503
1504 1998-11-11  Tom Tromey  <tromey@cygnus.com>
1505
1506         * configure: Rebuilt.
1507         * configure.in: Recognize --enable-java-gc, not --enable-gc.
1508
1509 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1510
1511         * dyn_load.c: Handle QUICK_THREADS case.
1512
1513 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1514
1515         * configure: Rebuilt.
1516         * configure.in: Put cpp defines here, not in config.h.  Recognize
1517         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1518         define PACKAGE or VERSION.
1519         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1520         Don't define.
1521
1522         * os_dep.c (GC_default_push_other_roots): Define when
1523         QUICK_THREADS defined.
1524         * misc.c: Added QUICK_THREADS case.
1525         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1526         * config.h (THREADS): Define if QUICK_THREADS defined.
1527         * Makefile.in: Rebuilt.
1528         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1529         quick_threads.c.
1530         * quick_threads.c: New file.
1531
1532 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1533
1534         * aclocal.m4, configure: Rebuilt.
1535         * acinclude.m4: Don't subst machine_dir or sys_dir.
1536         * configure.host: Removed unused code.
1537
1538 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1539
1540         * configure: Rebuilt.
1541         * configure.in: Fix typo in previous patch.
1542
1543 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1544
1545         * Makefile.in, aclocal.m4, configure: Rebuilt.
1546         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1547         * configure.host: Created.
1548
1549 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1550
1551         * Makefile.in: Rebuilt.
1552         * Makefile.am (lib_LIBRARIES): Use target_all.
1553         (EXTRA_LIBRARIES): New macro.
1554         * configure: Rebuilt.
1555         * configure.in: Recognize --enable-gc.
1556
1557 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1558
1559         * Makefile.in: Rebuilt.
1560         * Makefile.am (COMPILE): Define.
1561         (LINK): Likewise.
1562         (.s.o): Use MY_CFLAGS.
1563         * configure: Rebuilt.
1564         * configure.in (MY_CFLAGS): Define and subst.
1565
1566 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1567
1568         * configure: Rebuilt.
1569         * configure.in: Added --with-cross-host argument.  Use
1570         $with_cross_host to determine when cross-compiling.
1571
1572         * config.h (SMALL_CONFIG): Don't define.
1573         * configure: Rebuilt.
1574         * configure.in: Define SMALL_CONFIG when cross-compiling.
1575
1576 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1577
1578         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1579         allchblk.c: Merged with 4.13a2 while preserving local changes.
1580
1581         * Makefile.orig: Updated from Makefile in 4.13a2.
1582
1583         * configure: Rebuilt.
1584         * configure.in: Updated version number to 4.13a2.  On Solaris,
1585         don't build with -O when using gcc.
1586
1587         Merged in version 4.13alpha2:
1588         * config.h (USE_MMAP): Re-enable on Solaris.
1589         * solaris_pthreads.c: Removed RCS Id line.
1590         * alpha_mach_dep.s: Removed RCS Id line.
1591
1592 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1593
1594         * config.h (USE_MMAP): Don't define for Solaris.
1595
1596 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1597
1598         * Makefile.in: Rebuilt.
1599         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1600
1601         * Makefile.in: Rebuilt.
1602         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1603
1604 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1605
1606         * Makefile.in: Rebuilt.
1607         * Makefile.am ($(all_objs)): Depend on config.h.
1608
1609         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1610         DATASTART as &_etext.
1611         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1612         * configure: Rebuilt.
1613         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1614         tx39.
1615
1616 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1617
1618         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1619         (GC_maybe_gc): Likewise.
1620         * os_dep.c: If NO_SIGSET defined, then have empty
1621         GC_disable_signals and GC_enable_signals.
1622         * configure: Rebuilt.
1623         * configure.in: Added --with-target-subdir option.  If
1624         cross-compiling, define NO_SIGSET and NO_CLOCK.
1625
1626 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1627
1628         * Makefile.in: Rebuilt.
1629         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1630         (AS): Removed.
1631         * aclocal.m4, configure: Rebuilt.
1632         * acinclude.m4: New file.
1633         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1634
1635 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1636
1637         * configure: Rebuilt.
1638         * configure.in: Link boehm-config.h to config.h.
1639         * Makefile.in: Rebuilt.
1640         * Makefile.am (INCLUDES): Removed.
1641         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1642         JAVA_FINALIZATION): Define
1643
1644 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1645
1646         * Many files: Use GC_bool, not bool.
1647         * gc_priv.h: Define GC_bool, not bool.
1648
1649         * misc.c (GC_dont_gc): Define as int.
1650         (GC_quiet): Likewise.
1651         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1652         * alloc.c (GC_dont_expand): Define as int.
1653         * gc_priv.h: For gcc, define bool as char.
1654
1655 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1656
1657         * Makefile.in: Rebuilt.
1658         * Makefile.am (check_PROGRAMS): New macro.
1659         (gctest_SOURCES): Likewise.
1660         (gctest_LDADD): Likewise.
1661
1662 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1663
1664         * Makefile.in: Rebuilt.
1665         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1666         * configure: Rebuilt.
1667         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1668
1669 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1670
1671         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1672         New files.
1673         * Makefile.orig: Renamed from Makefile.