OSDN Git Service

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