OSDN Git Service

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