OSDN Git Service

Cleanups after the update to Autoconf 2.64, Automake 1.11.
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2
3         * Makefile.am (install-html, install-pdf): Remove.
4         * Makefile.in: Regenerate.
5
6         * Makefile.in: Regenerate.
7         * aclocal.m4: Regenerate.
8         * configure: Regenerate.
9         * include/Makefile.in: Regenerate.
10         * include/gc_config.h.in: Regenerate.
11
12 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13
14         * Makefile.am (LTCOMPILE, LTLINK): Add $(AM_LIBTOOLFLAGS)
15         and $(LIBTOOLFLAGS).
16         * Makefile.in: Regenerate.
17
18 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19
20         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
21
22 2009-07-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
23
24         PR boehm-gc/40785
25         * include/private/gc_locks.h (GC_test_and_set): If GCC 4.4, use
26         the __sync_lock_test_and _set and __sync_lock_release builtins on
27         the powerpc.  If not GCC 4.4, fix up the constraints so that it
28         builds without error.
29         (GC_clear): Ditto.
30
31 2009-07-17  Kai Tietz  <kai.tietz@onevision.com>
32
33         * configure.ac: Add rule for mingw targets to add -DGC_BUILD=1 to
34         cflags.
35         * configure: Regenerated.
36
37 2009-05-17  Dave Korn  <dave.korn.cygwin@gmail.com>
38
39         * win32_threads.c (GC_get_thread_stack_base):  Implement for Cygwin.
40
41 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42
43         * configure: Regenerate.
44
45 2009-02-09  Mark Mitchell  <mark@codesourcery.com>
46
47         * Makefile.am (LTLDFLAGS): New variable.
48         (LINK): Use it.
49         * Makefile.in: Regenerated.
50
51 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
52
53         * configure: Regenerate.
54
55 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
56             Steve Ellcey  <sje@cup.hp.com>
57
58         * configure: Regenerate for new libtool.
59         * Makefile.in: Ditto.
60         * include/Makefile.in: Ditto.
61         * aclocal.m4: Ditto.
62
63 2008-07-18  Matthias Klose  <doko@ubuntu.com> 
64  
65         * configure.ac (AC_CONFIG_FILES): Add threads.mk. 
66         * threads.mk.in: New. 
67         * Makefile.in, configure: Regenerate. 
68
69 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70
71         * Makefile.in: Regenerate.
72         * configure: Regenerate.
73         * include/Makefile.in: Regenerate.
74         * include/gc_config.h.in: Regenerate.
75
76 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
77
78         PR bootstrap/35457
79         * aclocal.m4: Regenerate.
80         * configure: Regenerate.
81
82 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
83
84         * aclocal.m4: Regenerate.
85         * configure: Likewise.
86         * Makefile.in: Likewise.
87         * include/Makefile.in: Likewise.
88
89 2007-02-19  Andreas Tobler  <a.tobler@schweiz.org>
90
91         * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro
92         GC_GETSECTBYNAME instead.
93         * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the
94         architecture (Darwin).
95
96 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
97
98         * include/private/gcconfig.h (HBLKSIZE): Define for MIPS.
99
100 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
101
102         * configure: Regenerate.
103
104 2007-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
105
106         PR boehm-gc/33442
107         * pthread_support.c (GC_PTR GC_get_thread_stack_base): If stack grows
108         up, return stack_addr instead of stack_addr - stack_size.
109
110 2007-08-14  David Daney  <ddaney@avtrex.com>
111
112         * include/private/gcconfig.h: Handle mips64-linux n64 ABI.
113
114 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
115
116         * aclocal.m4: Regenerated.
117
118 2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
119
120         PR boehm-gc/21940
121         PR boehm-gc/21942
122         * configure.ac (GC_SOLARIS_THREADS): Don't define on *-*-solaris*.
123         Use alternate thread library in /usr/lib/lwp.
124         * configure: Regenerate.
125         * dyn_load.c: Use GC_SOLARIS_PTHREADS.
126         * include/gc_config_macros.h (GC_SOLARIS_THREADS): Don't define.
127         * include/private/gcconfig.h: Handle 64-bit Solaris 2/x86.
128         (GC_SOLARIS_THREADS): Don't define.
129         * include/private/solaris_threads.h: Remove.
130         * pthread_support.c (GC_thr_init) [GC_SOLARIS_PTHREADS]: Determine
131         GC_nprocs via sysconf().
132         * Makefile.am (libgcjgc_la_SOURCES): Remove solaris_pthreads.c and
133         solaris_threads.c.
134         (gctest_LDADD): Use THREADLIBS instead of THREADDLLIBS.
135         * Makefile.in: Regenerate.       
136         * solaris_pthreads.c: Remove.
137         * solaris_threads.c: Remove.
138
139 2007-06-22  Jakub Jelinek  <jakub@redhat.com>
140
141         * pthread_support.c (GC_get_thread_stack_base): Handle
142         pthread_getattr_np failures.
143
144 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
145
146         * configure: Regenerate.
147
148 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
149
150         * Makefile.in: Regenerate.
151         * configure: Regenerate.
152         * aclocal.m4: Regenerate.
153         * include/Makefile.in: Regenerate.
154
155 2007-05-20  Andreas Tobler  <a.tobler@schweiz.org>
156
157         * configure.ac: Introduce extra_ldflags_libgc. Use it for Darwin.
158         * configure: Regenerate.
159         * Makefile.am (libgc_la_LDFLAGS): Use extra_ldflags_libgc.
160         * Makefile.in: Regenerate.
161         * include/Makefile.in: Regenerate.
162         * include/private/gcconfig.h: Enable MPROTECT_VDB for all Darwin
163         targets. Remove comments. Prepare ppc64 support for Darwin.
164
165 2007-04-23  Keith Seitz  <keiths@redhat.com>
166
167         * include/gc.h (GC_is_thread_suspended): Declare.
168         * pthread_stop_world.c (GC_is_thread_suspended): New function.
169
170 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
171
172         * configure.ac (NO_EXECUTE_PERMISSION): Set by default.
173         * configure: Rebuilt.
174
175 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
176
177         * include/gc.h (GC_REGISTER_FINALIZER_UNREACHABLE): New.
178         (GC_register_finalizer_unreachable): Declare.
179         (GC_debug_register_finalizer_unreachable): Declare.
180         * finalize.c (GC_unreachable_finalize_mark_proc): New.
181         (GC_register_finalizer_unreachable): New.
182         (GC_finalize): Handle it.
183         * dbg_mlc.c (GC_debug_register_finalizer_unreachable): New.
184         (GC_debug_register_finalizer_no_order): Fix whitespace.
185
186 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
187
188         * Makefile.am: Add dummy install-pdf target.
189         * Makefile.in: Regenerate
190
191 2007-02-05  Roman Zippel <zippel@linux-m68k.org>
192
193         * boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so
194         it works with Linux 2.6, reactivate MPROTECT_VDB
195         * boehm-gc/pthread_stop_world.c: save all register
196         on signal entry
197
198 2007-01-24  Andreas Tobler  <a.tobler@schweiz.org>
199
200         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
201         added defines to include/private/gc_priv.h
202         (catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
203         * darwin_stop_world.c: Removed the above defines.
204         * include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
205         and os_dep.c to here. Fixed THREAD definition fixes for ppc64.
206
207 2007-01-17  David Daney  <ddaney@avtrex.com>
208
209         * configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
210         cross-compiling.
211         * configure: Regenerated.
212         * include/gc_config.h.in: Regenerated.
213
214 2007-01-17  Mike Stump  <mrs@apple.com>
215
216         * os_dep.c: Fix i686-apple-darwin9 builds.
217
218 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
219
220         * aclocal.m4: Regenerate to use multi.m4.
221         * configure: Regenerate.
222         * Makefile.in: Regenerate.
223
224 2007-01-17  Andreas Tobler  <a.tobler@schweiz.org>
225
226         * include/gc_config.h.in: Regenerate.
227
228 2007-01-16  Petr Salinger  <Petr.Salinger@seznam.cz>
229
230         * include/private/gcconfig.h: Handle amd64/x86-64 cpu under
231          GNU/kFreeBSD.
232         * os_dep.c: Likewise.
233
234 2007-01-15  Andreas Tobler  <a.tobler@schweiz.org>
235
236         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
237         reference.
238         (catch_exception_raise): Fix typo in the I386 exc_state.
239
240 2007-01-11  Andreas Tobler  <a.tobler@schweiz.org>
241
242         * configure.ac: Replaced HAS_I386_THREAD_STATE_* with
243         HAS_X86_THREAD_STATE32_* and HAS_X86_THREAD_STATE64_* respectively.
244         * configure: Regenerated.
245         * include/private/gcconfig.h (DARWIN): Added X86_64 define for Darwin.
246         Added base definitions for the X86_64 Darwin port.
247         * include/private/gc_priv.h: Added definitions for Darwin MACH thread
248         operations. Moved existing THREAD_STATE info from darwin_stop_world.c.
249         * darwin_stop_world.c: Removed THREAD_STATE info. Added
250         HAS_X86_THREAD_STATE64___RAX. And replaced HAS_I386_THREAD_STATE___EAX
251         with HAS_X86_THREAD_STATE32___EAX.
252         (GC_push_all_stacks): Use GC_MACH_THREAD_STATE_COUNT. Add code for
253         X86_64 Darwin.
254         * dyn_load.c (GC_dyld_name_for_hdr): Use GC_MACH_HEADER.
255         (GC_dyld_image_add): Use GC_MACH_HEADER and GC_MACH_SECTION.
256         Distinguish between getsectbynamefromheader_64 and
257         getsectbynamefromheader.
258         (GC_dyld_image_remove): Likewise.
259         * os_dep.c (GC_dirty_init): Use GC_MACH_THREAD_STATE.
260         (catch_exception_raise): Introduce exception information for I386 and
261         X86_64 Darwin. Add X86_64 for exc_state.faultvaddr.
262
263 2006-12-08  Mike Stump  <mrs@apple.com>
264
265         * configure.ac: Fix x86 darwin builds.
266         * darwin_stop_world.c: Likewise.
267         * include/private/gcconfig.h: Likewise.
268         * connfigure: Regenerate.
269         
270 2006-09-26  Jack Howarth  <howarth@bromo.med.uc.edu>
271
272         PR target/29180
273         * darwin_stop_world.c: Make stack_start unsigned long.
274
275 2006-09-21  Sandro Tolaini  <tolaini@libero.it>
276
277         * os_dep.c: Port to Darwin/i386
278         * darwin_stop_world.c: Likewise
279         * include/private/gcconfig.h: Likewise
280         
281 2006-06-07  Petr Salinger  <Petr.Salinger@seznam.cz>
282
283         * configure.ac: add support for GNU/kFreeBSD, accepted by upstream
284         for gc 6.8.
285         * dyn_load.c: Likewise.
286         * include/gc.h: Likewise.
287         * private/gcconfig.h: Likewise.
288         * configure: Regenerate.
289         * include/gc_config.h.in: Regenerate.
290
291 2006-09-14  Tom Tromey  <tromey@redhat.com>
292
293         PR boehm-gc/29068.
294         * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
295         Solaris.
296
297 2006-08-21  Bryce McKinlay  <mckinlay@redhat.com>
298         
299         PR libgcj/13212:
300         * configure.ac: Check for pthread_getattr_np(). Remove
301         GC_PTHREAD_SYM_VERSION detection.
302         * include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
303         GC_get_thread_stack_base): New declarations.
304         * pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
305         GC_get_thread_stack_base): New functions.
306         (GC_delete_thread): Don't try to free the first_thread.
307         * misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
308         (pthread_create_, constr): Removed.
309         (pthread_create): Don't rename.
310         * include/gc_ext_config.h.in: Rebuilt.
311         * include/gc_pthread_redirects.h (pthread_create): Define 
312         unconditionally.
313         * include/gc_config.h.in: Rebuilt.
314         * configure: Rebuilt.
315
316 2006-06-21  Keith Seitz  <keiths@redhat.com>
317
318         * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
319         routine if signal is received and thread is flagged SUSPENDED.
320         (suspend_self): New function.
321         (GC_suspend_thread): New function.
322         (GC_resume_thread): New function.
323         * include/gc.h (GC_suspend_thread): Declare.
324         (GC_resumet_thread): Declare.
325         * include/private/pthread_support.h (SUSPENDED): New GC_thread
326         flag.
327
328 2006-06-20  Ranjit Mathew  <rmathew@gcc.gnu.org>
329         
330         Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
331         * os_dep.c (GC_wnt): Define.
332         (GC_init_win32): Set GC_wnt.
333         * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
334         sections also on Windows 9x/ME.
335
336 2006-06-02  Geoffrey Keating  <geoffk@apple.com>
337
338         * configure.ac: Define HAS_PPC_THREAD_STATE_R0,
339         HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
340         HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
341         HAS_I386_THREAD_STATE___EAX.
342         * configure: Regenerate.
343         * include/gc_config.h.in: Regenerate.
344         * darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
345         macro names to determine value.
346         (THREAD_STATE): New.
347         (THREAD_FLD): New.
348         (GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
349
350 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
351
352         * Makefile.am: Add install-html target. 
353         * Makefile.in: Regenerate.
354         * aclocal.m4: Regenerate.
355         * include/Makefile.in: Regenerate.
356
357 2006-03-07  Andrew Haley  <aph@redhat.com>
358
359         * dyn_load.c (GC_has_static_roots): Declare.
360         (GC_register_dynlib_callback): Call GC_has_static_roots.
361
362 2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
363
364         * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
365         GC_start_world): Call vm_deallocate to free act_list. Fix from
366         Bruce Mitchener.
367
368 2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
369         John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
370
371         * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
372         Warn about POSIX threads not being supported for *-*-hpux10*.
373         * configure: Regenerate.
374
375 2006-02-09  Tom Tromey  <tromey@redhat.com>
376
377         * pthread_support.c: Conditionally include dlfcn.h.
378
379 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
380             Anthony Green  <green@redhat.com>
381             Tom Tromey  <tromey@redhat.com>
382
383         * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
384         * include/gc_config.h.in: Rebuilt.
385         * include/gc_pthread_redirects.h (pthread_create): Conditionally
386         define.
387         * pthread_support.c (pthread_create_): New global.
388         (constr): New function.
389         (pthread_create): Conditionally renamed.
390         * configure: Rebuilt.
391         * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
392
393 2006-02-04  Alan Modra  <amodra@bigpond.net.au>
394
395         * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
396         use broken 64-bit version.
397
398 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
399
400         * darwin_stop_world.c: Change inline asm instruction to ld as ldz
401         is wrong.
402
403         * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
404         * Makefile.in: Regenerate.
405
406 2006-01-25  Bryce McKinlay  <mckinlay@redhat.com>
407
408         * include/private/gcconfig.h: Revert to GC 6.6 version, removing
409         all local changes.
410
411 2006-01-24  Bryce McKinlay  <mckinlay@redhat.com>
412
413         Import Boehm GC version 6.6.
414
415 2006-01-24  David Ayers  <d.ayers@inode.at>
416
417         PR libobjc/13946
418         * include/gc.h: Fix prototype declarations for bootstrap.
419
420 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
421
422         * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
423
424 2005-09-15  Kazu Hirata  <kazu@codesourcery.com>
425
426         * include/private/gc_locks.h (GC_test_and_set): Change the
427         constraint of the first operand to '0'.
428
429 2005-09-06  Tom Tromey  <tromey@redhat.com>
430
431         PR libgcj/23662:
432         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
433         HEURISTIC1 on ARM.
434
435 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
436
437         * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
438
439 2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>
440
441         * os_dep.c: Add FreeBSD/PowerPC bits.
442         (GC_SysVGetDataStart): Likewise.
443         * include/private/gcconfig.h: Likewise.
444
445 2005-05-25  Andrew Haley  <aph@redhat.com>
446
447         * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
448         powerpc64-linux.
449
450 2005-05-09  Mike Stump  <mrs@apple.com>
451
452         * configure: Regenerate.
453
454 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
455
456         * os_dep.c, include/private/gc_locks.h: Import CRIS port by
457         Simon Posnjak from gc6.4.
458         * include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
459
460 2005-04-17  David S. Miller  <davem@davemloft.net>
461
462         * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
463         * os_dep.c (GC_linux_stack_base): Check for bug present in some
464         Sparc glibc variants where __libc_stack_end is erroneously set
465         to "1".  Fallback to procfs code in that case.
466
467 2005-04-12  Mike Stump  <mrs@apple.com>
468
469         * configure: Regenerate.
470
471 2005-04-12  Richard Henderson  <rth@redhat.com>
472
473         * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
474
475 2005-03-23  Mike Stump  <mrs@apple.com>
476
477         * darwin_stop_world.c: Update for -m64 multilib.
478         * include/private/gcconfig.h: Likewise.
479         * powerpc_darwin_mach_dep.s: Likewise.
480
481 2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>
482
483         * Makefile.in, include/Makefile.in: Regenerate.
484
485 2005-02-26  Richard Earnshaw  <rearnsha@arm.com>
486
487         * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
488         ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
489
490 2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
491
492         PR libgcj/19823
493         * configure.host: Set gc_use_mmap on *-linux*.
494         * configure.ac: Define USE_MMAP if gc_use_mmap is set.
495         * include/private/gc_priv.h: Include gc_config.h.
496         * configure, include/gc_config.h.in: Rebuilt.
497
498 2005-02-07  Hans Boehm  <Hans.Boehm@hp.com>
499
500         * allchblk.c (GC_allochblk_nth): Dont overlook available space if
501           GC disabled, correctly convert GC_finalizer_mem_freed to byte,
502           total_size to words.
503         * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
504           MEM_IMAGE regions.
505         * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
506           and indent appropriately.
507         * mark_rts.c (GC_approx_sp): Access stack.
508         * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
509           callee-saves registers when appropriate.
510           (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
511
512 2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
513
514         * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h 
515         and include/gc_ext_config.h.
516         * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
517         * include/gc.h: Undef PACKAGE_* before including gc_config.h.
518
519 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
520
521         * configure: Regenerate.
522
523 2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>
524
525         PR libgcj/18699
526         Revert patches of 2004-11-26 and 2004-11-27.
527
528 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
529
530         * configure: Regenerate for libtool change.
531
532 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
533
534         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
535
536 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
537
538         Fix "PACKAGE_NAME redefined" errors.
539         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
540         and include/gc_config.h.
541         * configure: Regenerated.
542         * include/gc_config.h.in: No longer auto-generated. Define only the
543         macros needed by libjava.
544         * include/config.h.in: Generated by autoheader.
545         * include/gc.h: Include config.h, not gc_config.h.
546
547 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
548
549         * configure: Regenerate for libtool reversion.
550
551 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
552
553         * configure: Regenerate for libtool change.
554
555 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
556
557         * configure.ac (machdep): Use sparc_mach_dep.lo on
558         sparc64-sun-solaris2.* too.
559         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
560         * configure: Regenerate.
561
562 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
563
564         PR target/18444
565         * configure.ac (threading): Accept 'posix95'.
566         * configure: Regenerate.
567
568 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
569
570         * Makefile.am: Define ACLOCAL_AMFLAGS.
571         * configure.ac: Remove redundant sinclude.
572         * acinclude.m4: Delete file.
573         * aclocal.m4: Regenerate.
574         * Makefile.in, include/Makefile.in: Regenerate.
575         * configure: Regenerate.
576
577 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
578
579         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
580         Add prototype.
581
582 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
583
584         * include/private/gcconfig.h: Add m32r-linux target.
585
586 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
587
588         * configure.ac: Update all AC_DEFINEs to newer style.
589         * configure: Regenerate.
590         * include/gc_config.h.in: Regenerate.
591
592 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
593
594         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
595         GC_print_back_graph_stats): split GC_traverse_back_graph.
596         * backgraph.c: Dynamically grow in_progress_space.
597         * finalize.c (GC_notify_or_invoke_finalizers): also call
598         GC_print_back_graph_stats.
599         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
600         GC_print_back_height): Move delarations to header file.
601         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
602         * configure: Regenerate.
603         
604 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
605
606         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
607         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
608
609 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
610
611         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
612         Reported by Danny Smith.
613
614 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
615
616         * misc.c (GC_init): Replace lhs cast with rhs cast.
617
618 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
619
620         * specific.c: Check GC_LINUX_THREADS before including 
621         private/specific.h. From Richard Earnshaw.
622
623 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
624
625         * aclocal.m4: Remove obsolete construct for old automake.
626         * acinclude.m4: Regenerate with aclocal 1.9.1.
627         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
628         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
629         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
630         Remove now-redundant subst of target_noncanonical.  Remove
631         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
632         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
633         Use slightly more modern form of AC_INIT.
634         * configure: Rebuild with autoconf 2.59.
635         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
636
637 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
638
639         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
640         since they're not known at this time.
641         * solaris_pthreads.c: Likewise.
642
643 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
644
645         PR target/14931
646         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
647
648 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
649
650         * configure.ac (gc_cflags): Add -Iinclude.
651         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
652         Don't write DEFS to boehm-cflags file.
653         * configure: Rebuilt.
654         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
655         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
656         * include/gc_config_macros.h: Remove backward-compatibility 
657         redefinitions of GC_ names.
658         * include/gc.h: Include <gc_config.h>.
659
660 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
661
662         Import Boehm GC version 6.3.
663
664 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
665
666         * include/Makefile.in: Regenerate
667
668 2004-07-06  Andrew Pinski  <apinski@apple.com>
669
670         * os-dep.c (GC_task_self): Declare as static
671         and remove the second declaration.
672
673 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
674
675         * Makefile.am: Add rule for .S files to fix bootstrap on
676         solaris and alpha.
677         * Makefile.in: Regenerate.
678
679 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
680
681         * boehm-gc/configure.ac: New name of configure.in.
682         Remove useless multilib stuff.  Change uses of
683         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
684         * boehm-gc/configure.in: New name of configure.in.
685         * boehm-gc/Makefile.am: Update for automake 1.8.5.
686         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
687         * boehm-gc/aclocal.m4: Regenerate.
688         * boehm-gc/configure: Regenerate.
689         * boehm-gc/Makefile.in: Regenerate.
690
691 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
692
693         * .cvsignore: New file.
694
695 2004-04-25  Andreas Jaeger  <aj@suse.de>
696
697         * mark.c (GC_mark_from): Use pointer as prefetch argument.
698
699 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
700
701         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
702         for gcc >= 3.0.
703         (PREFETCH_FOR_WRITE): Likewise.
704
705 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
706
707         * configure.ac: Bump AC_PREREQ to 2.59.
708         * configure: Regenerate.
709         * config.in: Regenerate.
710
711 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
712
713         * ltconfig, ltmain.sh: Remove unused files.
714         * configure.in: Remove bogus extra early invocation of
715         AC_CONFIG_AUX_DIR.
716         * configure: Regenerate.
717         * mkinstalldirs, install-sh, config.sub, config.guess:
718         Remove (now) unused files.
719         * Makefile.in: Regenerate (losing references to vanished
720         files).
721
722         * configure.in: Add CCAS, CCASFLAGS for future automakes.
723         * configure, Makefile.in, include/Makefile.in: Regenerate.
724
725         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
726         * Makefile.in: Regenerate.
727
728         * configure.in: Remove bogus duplicate invocation of
729         AM_MAINTAINER_MODE.  Remove obsolete comment.
730         * configure: Regenerate.
731
732         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
733         to configure.in.
734         * aclocal.m4: Regenerate.
735         * configure.in: Receive contents of GC_CONFIGURE macro.
736         * configure: Regenerate.
737
738         * configure.in: Remove more obsolete, bogus code.
739         * configure: Regenerate.
740
741         * acinclude.m4: Remove obsolete and bogus constructs.
742         * aclocal.m4: Regenerate.
743         * configure: Regnerate.
744
745 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
746
747         * acinclude.m4: De-precious CC and CXX so that the right flags
748         are passed down to multilibs.
749         * aclocal.m4: Regenerate.
750         * configure: Regenerate.
751
752 2004-02-22  Zack Weinberg <zack@codesourcery.com>
753             Nathanael Nerode <neroden@twcny.rr.com>
754             Alexandre Oliva <aoliva@redhat.com>
755
756         * config.sub, config.guess: Replace with forwarding scripts
757         which invoke the master copies in the top level.
758
759 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
760
761         * acinclude.m4: Remove old no-executables workaround;
762         add new no-executables workaround.
763         * aclocal.m4: Regenerate.
764         * configure.in: Change prereqs to autoconf 2.57.
765         * configure: Regenerate with autoconf 2.57.
766
767         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
768         * configure: Regenerate.
769         * Makefile.am: Use target_noncanonical variable from configure.
770         * Makefile.in: Regenerate.
771         * include/Makefile.in: Regenerate.
772
773 2004-02-20  Andrew Cagney  <cagney@redhat.com>
774
775         * config.guess: Update from version 2002-01-10 to 2004-02-16.
776         * config.sub: Update from version 2002-01-02 to 2004-02-16.
777
778 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
779
780         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
781         * aclocal.m4: Rebuild.
782         * configure: Regenerate.
783
784         * acinclude.m4: Move certain code to configure.in.
785         * configure.in: Receive code from acinclude.m4.
786         * aclocal.m4: Rebuild.
787         * configure: Regenerate.
788
789         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
790
791 2004-01-20  Andrew Haley  <aph@redhat.com>
792
793         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
794
795         * configure.in: Comment change.
796
797 2004-01-16  Andrew Haley  <aph@redhat.com>
798
799         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
800         add for ia64; remove for MIPS.
801         * configure: Regnerated.
802
803 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
804
805         * configure.in: Add in AC_PREREQ(2.13)
806
807 2004-01-07  Dave Jones <davej@redhat.com>
808
809         * malloc.c (GC_generic_malloc): Correct initialization typo.
810         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
811
812 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
813
814         * include/private/gcconfig.h: Re-install change of 2003-04-16.
815
816 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
817
818         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
819         _MIPS_SIM_ABI32.
820
821 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
822
823         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
824         unsure comment.
825
826 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
827
828         * configure: Rebuild.
829
830 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
831
832         * configure.in: Remove NO_GETENV definition for win32.
833         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
834         * misc.c (GC_init_inner): Call GC_thr_init for win32.
835           (GC_set_warn_proc): Add assertion.
836         * win32_threads.c: Import 6.3alpha2 version.
837         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
838
839 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
840
841         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
842         2.3/SPARC, there are no micro versions.
843         Treat Solaris 10 and up alike.
844         * configure: Regenerate.
845
846 2003-09-22  Anthony Green  <green@redhat.com>
847
848         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
849         "NOSYS" targets.
850
851 2003-09-20    <green@redhat.com>
852
853         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
854         check for __arm__ or __thumb__.
855
856 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
857
858         * configure: Regenerate.
859
860 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
861             Roger Sayle <roger@eyesopen.com>
862
863         * configure.in: Set INCLUDES to absolute path.
864         Save $INCLUDES in boehm-cflags, too.
865         Set INCLUDES so it's available to config.status.
866         * configure: Regenerate.
867
868 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
869
870         * include/gc.h (GC_CreateThread): Declare with WINAPI
871         attribute.
872         * win32_threads.c (GC_CreateThread): Make definitions consistent
873         with declaration.  Cast &thread_table[i].handle to PHANDLE
874         in call to DuplicateHandle
875         (thread_start): Declare as static.
876
877 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
878
879         * dyn_load.c: Define __private_extern__ to match Apple's system
880         header.
881
882 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
883
884         * os_dep.c: Remove redundancy introduced in last merge.
885
886 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
887
888         Import GC 6.3alpha1.
889         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
890         * ChangeLog: Likewise.
891         * Makefile.am: Likewise.
892         * Makefile.direct: Likewise.
893         * Makefile.dj: Likewise.
894         * allchblk.c: Likewise.
895         * alloc.c: Likewise.
896         * backgraph.c: Likewise.
897         * configure.host: Likewise.
898         * configure.in: Likewise.
899         * dbg_mlc.c: Likewise.
900         * dyn_load.c: Likewise.
901         * finalize.c: Likewise.
902         * gc_cpp.cc: Likewise.
903         * gc_dlopen.c: Likewise.
904         * gcj_mlc.c: Likewise.
905         * if_mach.c: Likewise.
906         * mach_dep.c: Likewise.
907         * malloc.c: Likewise.
908         * mallocx.c: Likewise.
909         * mark.c: Likewise.
910         * mark_rts.c: Likewise.
911         * misc.c: Likewise.
912         * os_dep.c: Likewise.
913         * ptr_chck.c: Likewise.
914         * reclaim.c: Likewise.
915         * solaris_pthreads.c: Likewise.
916         * solaris_threads.c: Likewise.
917         * sparc_mach_dep.S: Likewise.
918         * threadlibs.c: Likewise.
919         * typd_mlc.c: Likewise.
920         * version.h: Likewise.
921         * win32_threads.c: Likewise.
922         * Mac_files/MacOS_Test_config.h: Likewise.
923         * Mac_files/MacOS_config.h: Likewise.
924         * cord/cordbscs.c: Likewise.
925         * cord/cordprnt.c: Likewise.
926         * cord/de_win.c: Likewise.
927         * doc/README: Likewise.
928         * doc/README.MacOSX: Likewise.
929         * doc/README.changes: Likewise.
930         * doc/README.environment: Likewise.
931         * doc/README.ews4800: Likewise.
932         * doc/README.linux: Likewise.
933         * doc/README.macros: Likewise.
934         * doc/README.win32: Likewise.
935         * doc/debugging.html: Likewise.
936         * doc/gcdescr.html: Likewise.
937         * doc/tree.html: Likewise.
938         * include/Makefile.in: Likewise.
939         * include/gc.h: Likewise.
940         * include/gc_cpp.h: Likewise.
941         * include/gc_local_alloc.h: Likewise.
942         * include/gc_mark.h: Likewise.
943         * include/gc_pthread_redirects.h: Likewise.
944         * include/gc_typed.h: Likewise.
945         * include/new_gc_alloc.h: Likewise.
946         * include/private/dbg_mlc.h: Likewise.
947         * include/private/gc_hdrs.h: Likewise.
948         * include/private/gc_locks.h: Likewise.
949         * include/private/gc_pmark.h: Likewise.
950         * include/private/gc_priv.h: Likewise.
951         * include/private/gcconfig.h: Likewise.
952         * include/private/solaris_threads.h: Likewise.
953         * include/private/specific.h: Likewise.
954         * tests/test.c: Likewise.
955         * tests/test_cpp.cc: Likewise.
956
957         * configure: Rebuild.
958         * Makefile.in: Rebuild.
959
960         * mips_sgi_mach_dep.s: Add.
961
962         * alpha_mach_dep.s: Remove.
963         * irix_threads.c: Remove.
964         * linux_threads.c: Remove.
965         * mips_sgi_mach_dep.S: Remove.
966         * missing: Remove.
967         * powerpc_macosx_mach_dep.s: Remove.
968         * doc/Makefile.am: Remove.
969         * doc/Makefile.in: Remove.
970
971 2003-07-25  Roger Sayle  <roger@eyesopen.com>
972
973         * configure.host: Only use +ESdbgasm when using the HPUX native
974         compiler on PA-Risc.  It isn't recognized by GCC and is silently
975         ignored by HP's compilers on ia64.
976
977 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
978
979         * configure.in: define GC_DLL under mingw if --enable-shared
980         * configure: rebuilt
981         * win32_threads.c: add #ifdef GC_DLL around DllMain
982
983 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
984
985         * include/private/gcconfig.h: Add support for arm-netbsdelf.
986
987 2003-04-09  Tom Tromey  <tromey@redhat.com>
988
989         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
990         POWERPC.
991         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
992
993 2003-03-22  Richard Henderson  <rth@redhat.com>
994
995         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
996         (GC_test_and_set): Use __sync_lock_test_and_set.
997         (GC_clear): Use volatile assignment.
998         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
999         (GC_memory_write_barrier): Use __sync_synchronize.
1000
1001 2003-03-12  Andreas Schwab  <schwab@suse.de>
1002
1003         * configure.in: Avoid trailing /. in toolexeclibdir.
1004         * configure: Rebuilt.
1005
1006 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
1007         * include/private/gcconfig.h (GC_data_start): declare when needed.
1008         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
1009         declaration.
1010         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
1011         GC_register_dynlib_callback): Register main data for static
1012         executable if dl_iterate_phdr() didn't.
1013         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
1014         if we don't expect to register main static data.
1015
1016 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
1017         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
1018         (GC_push_roots): explicitly mark free list headers, register
1019         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
1020         * alloc.c (GC_stopped_mark): Conditionally call
1021         GC_cond_register_dynamic_libraries().
1022         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
1023         * dyn_load.c (GC_register_main_static_data): define.
1024         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
1025         no longer skip main data.
1026         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
1027         (GC_init_inner): Make main data registration conditional.
1028         * include/private/gc_priv.h (GC_register_main_static_data): declare.
1029         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
1030         for LINUX.
1031
1032 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1033
1034         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
1035         config.status.
1036         * configure: Rebuilt.
1037
1038 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
1039
1040         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
1041
1042 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1043
1044         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1045         Remove USE_LIBDIR conditional.
1046         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1047         * Makefile.in, configure: Rebuilt.
1048
1049 2002-12-31  Tom Tromey  <tromey@redhat.com>
1050
1051         For PR libgcj/8933:
1052         * include/Makefile.in: Rebuilt.
1053         * include/Makefile.am (noinst_HEADERS): Renamed from
1054         include_HEADERS.
1055
1056 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1057
1058         * ltconfig (osf[345]): Append $major to soname_spec.
1059         Reflect this in library_names_spec.
1060         * ltmain.sh (osf): Prefix $major with . for use as extension.
1061
1062 2002-10-02  Andreas Jaeger  <aj@suse.de>
1063
1064         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
1065
1066 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1067
1068         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
1069         check for __arm__ or __thumb__.
1070
1071 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1072
1073         * include/private/gcconfig: Add machine type S390.  Add s390x support.
1074         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
1075         (GC_compare_and_exchange): Likewise.
1076
1077 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
1078
1079         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
1080
1081 2002-08-23  Adam Megacz <adam@xwt.org>
1082
1083         * win32_threads.cc: Removed extraneous ABORT()
1084
1085 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1086
1087         * Makefile.am (all-multi): Fix multilib parallel build.
1088
1089 2002-07-18  Bo Thorsen  <bo@suse.de>
1090
1091         * include/private/gcconfig.h: Add x86-64 definitions.
1092         * os_dep.c: Add x86-64 support.
1093         * configure.in: Likewise.
1094         * configure: Regenerate.
1095
1096 2002-07-18  H.J. Lu <hjl@gnu.org>
1097
1098         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
1099
1100 2002-07-18  H.J. Lu  (hjl@gnu.org)
1101
1102         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
1103         Linux/mips.
1104
1105 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
1106             Jonathan Clark
1107
1108         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
1109
1110 2002-06-09  H.J. Lu  (hjl@gnu.org)
1111
1112         * include/private/gc_locks.h (GC_test_and_set): Support
1113         Linux/mips.
1114         (GC_TEST_AND_SET_DEFINED): Likewise.
1115
1116         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
1117         Linux/mips.
1118         (DATAEND): Likewise.
1119         (LINUX_STACKBOTTOM): Likewise.
1120         (STACKBOTTOM): Removed for Linux/mips.
1121
1122 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
1123
1124         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
1125         (GC_pthread_create): Fix typo.
1126         (GC_TRY_LOCK): Likewise.
1127         * include/private/gc_locks.h (GC_test_and_set): Only take one
1128         one argument.
1129         (LOCK): Adjust appropriately.
1130         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
1131         _SIGRTMIN is unavailable.
1132
1133 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1134
1135         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
1136         * aclocal.m4: Regenerate.
1137         * configure: Regenerate.
1138
1139 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1140
1141         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1142         script entry, and set LD to it when configuring multilibs.
1143         * configure: Rebuilt.
1144
1145 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1146
1147         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
1148         (noinst_LTLIBRARIES): Add libgcjgc.la.
1149
1150         * Makefile.in: Rebuild.
1151
1152 2002-04-22  David S. Miller  <davem@redhat.com>
1153
1154         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
1155         64-bit SPARC Linux, the __libc_stack_end technique does
1156         not work in this case.
1157
1158 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1159
1160         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
1161
1162 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
1163
1164         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
1165         SPARC Linux.
1166
1167 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
1168
1169         * include/private/gcconfig.h (DATAEND): Update comment example
1170         to match reality.
1171
1172 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
1173
1174         * include/private/gcconfig.h (DATAEND): Clarify comment.
1175
1176 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1177
1178         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
1179         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
1180         declare.
1181         * allchblk.c (GC_allchblk_nth): Change text and support reduced
1182         frequency for blacklist warning message.
1183         * misc.c (GC_large_alloc_warn_interval,
1184         GC_large_alloc_warn_suppressed): define.
1185         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
1186         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
1187         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
1188         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
1189
1190         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
1191
1192 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
1193
1194         * include/private/gcconfig.h: Add support for an unmapped
1195         memory hole between the end of the initialized data segment
1196         and the start of the BSS on FreeBSD/i386.
1197
1198 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1199
1200         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
1201         NetBSD/i386.
1202
1203 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
1204
1205         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
1206         (GC_local_gcj_malloc): Add assertion.
1207         (start_mark_threads): Fix abort message.
1208         * mark.c (GC_mark_from): Generalize assertion.
1209         * reclaim.c (GC_clear_fl_links): New function.
1210         (GC_start_reclaim): Must clear some freelist links.
1211         * include/private/specific.h, specific.c: Add assertions.
1212         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
1213         Rearrange tse fields.
1214
1215 2002-03-27  Richard Henderson  <rth@redhat.com>
1216
1217         * os_dep.c (GC_init_linux_data_start): Fix references to
1218         __data_start and _end.
1219
1220 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
1221
1222         * include/private/gcconfig.h: Change all likely references
1223         to linker script synthesized symbols to use this idiom:
1224         extern int etext[]; etext
1225
1226 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
1227
1228         * linux_threads.c (GC_get_nprocs): Close file descriptor.
1229
1230 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1231
1232         * include/private/gcconfig.h: Add unified test for FreeBSD.
1233         Support FreeBSD/alpha.
1234         * os_dep.c: Do not include <machine/trap.h> unless available.
1235         (GC_freebsd_stack_base): Fix types.
1236
1237 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1238
1239         * Makefile.am: Make a convenience library.
1240         * Makefile.in: Rebuilt.
1241
1242 2002-03-15  Anthony Green  <green@redhat.com>
1243
1244         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
1245         * configure.in: Disable use of getenv for win32 targets (some of
1246         which have broken implementations).
1247         * configure: Rebuilt.
1248
1249 2002-03-12  Adam Megacz  <adam@xwt.org>
1250
1251         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
1252         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
1253         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
1254         statically initialized it to TRUE if compiling with GCC.
1255         * win32_threads.c (thread_start): We no longer use SEH if
1256         compiling with GCC.
1257         * mark.c (GC_mark_some): We no longer use SEH if
1258         compiling with GCC.
1259
1260 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1261
1262         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
1263         support is enabled, for hash synchronization.
1264
1265 2002-02-24  Adam Megacz  <adam@xwt.org>
1266
1267         * Makefile.am: Added win32_threads.c to sources list.
1268         * win32_threads.c: Added two */'s which I had neglected.
1269
1270 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1271
1272         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
1273         * Makefile.in: Rebuilt.
1274
1275 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1276
1277         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
1278
1279         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
1280         preprocessor file.
1281         * mips_sgi_mach_dep.S: Likewise.
1282         * Makefile.am: Update for above changes.
1283         * Makefile.in: Rebuilt.
1284
1285 2002-02-12  Richard Henderson  <rth@redhat.com>
1286
1287         * configure.in: Re-apply 2001-06-26 configure change.
1288         * configure: Rebuild.
1289
1290 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1291
1292         Imported GC 6.1 Alpha 3.
1293
1294         * sparc_mach_dep.S: Delete incorrectly named file.
1295
1296 2001-02-11  Adam Megacz <adam@xwt.org
1297
1298         * configure.in: support for win32, saner
1299         cross-compile options
1300
1301 2001-02-08  Anthony Green  <green@redhat.com>
1302
1303         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
1304           board embedded targets.
1305         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
1306           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
1307           redundant uses of ECOS.
1308         * misc.c: Use NOSYS where ECOS is being used.
1309           Don't define GC_write twice for ECOS systems.
1310           (GC_write): New function for NOSYS targets.
1311
1312 2002-02-06  Adam Megacz <adam@xwt.org>
1313
1314         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
1315         now exposed on all Win32 platforms.
1316         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
1317         compiles on Win32; it invokes CreateThread() if GC is built
1318         as a DLL; otherwise it registers the thread.
1319         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
1320         libgcjgc was not built as a DLL.
1321
1322 2002-02-01  Adam Megacz <adam@xwt.org>
1323
1324         * boehm-gc on win32 now automatically detects if it is being built
1325         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
1326
1327 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
1328
1329         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
1330         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
1331         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
1332         DATASTART and DATAEND roots.
1333         * rs6000_mach_dep.s: Add function descriptor and traceback table.
1334
1335 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
1336
1337         * dyn_load.c: Define ElfW (if needed) for all targets,
1338         not just GNU/Linux.
1339         (GC_FirstDLOpenedLinkMap): Use it.
1340         (GC_register_dynamic_libraries_dl): Use it.
1341         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
1342         for sparcv9.
1343
1344 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1345
1346         PR other/3725
1347         * configure.in: Add AC_SUBST(target_alias).
1348         * configure: Regenerated.
1349
1350 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
1351
1352         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1353         case for GC_FREEBSD_THREADS.
1354         * configure.in (*-*-freebsd*): Clarify warning.
1355         * configure: Rebuilt.
1356
1357 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
1358             Andreas Tobler <toa@pop.agri.ch>
1359
1360         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1361
1362 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1363
1364         * linux_threads.c (GC_init_parallel): Do not declare as a static
1365         constructor.
1366         * include/gc.h (GC_init): Declare here. Add description.
1367         * include/private/gc_priv.h (GC_init): Remove declaration.
1368
1369 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1370
1371         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1372         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1373         GC_FREEBSD_THREADS, handle strange interaction between system
1374         pthread implementation and boehm-gc signal-handler architecture.
1375         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1376         set stack.
1377         * include/private/gcconfig.h (configuration keyed off FREEBSD):
1378         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
1379         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1380
1381 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1382
1383         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1384         * Makefile.in: Rebuilt.
1385
1386 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1387
1388         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1389         merged local changes.
1390
1391 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1392
1393         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1394         Solaris 2/Intel definition.
1395
1396         * configure.in (i?86-*-solaris2.[89]*): Define
1397         SOLARIS25_PROC_VDB_BUG_FIXED.
1398         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1399         * configure: Regenerate.
1400
1401         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1402         (DATAEND): Define using _end.
1403
1404 2001-09-11  Per Bothner  <per@bothner.com>
1405
1406         * include/Makefile.am:  New file.  It defines include_HEADERS.
1407         * Makefile.am (SUBDIRS):  New macro, set to include.
1408         * configure.in (AC_OUTPUT):  Add include/Makefile.
1409
1410 2001-08-20  Tom Tromey  <tromey@redhat.com>
1411
1412         * configure: Rebuilt.
1413         * configure.in: Always ask gcc for threads package.
1414
1415 2001-08-17  Tom Tromey  <tromey@redhat.com>
1416
1417         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1418         merged local changes.
1419
1420 2001-08-02  David Billinghurst <David.Billinghurst>
1421
1422         * configure: Rebuilt.
1423         * configure.in:  POSIX threads on cygwin does not link with
1424         -lpthreads.
1425
1426 2001-07-03  Tom Tromey  <tromey@redhat.com>
1427
1428         Fix for PR bootstrap/3281:
1429         * aclocal.m4, configure, Makefile.in: Rebuilt.
1430         * acinclude.m4: Set mkinstalldirs for in-tree build.
1431
1432 2001-06-26  Richard Henderson  <rth@redhat.com>
1433
1434         * alpha_mach_dep.s: Mark call-saved FP registers.
1435         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1436         * configure.in (alpha*): Re-enable alpha_mach_dep.s
1437         * configure: Rebuild.
1438
1439 2001-06-12  Tom Tromey  <tromey@redhat.com>
1440
1441         * aclocal.m4, configure: Rebuilt.
1442         * acinclude.m4: Find configure.host in srcdir.
1443
1444 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1445
1446         * configure.in (AC_EXEEXT): Work around in case it expands to
1447         nothing, as in autoconf 2.50.
1448         * acinclude.m4: Likewise.
1449         * aclocal.m4, configure: Rebuilt.
1450
1451 2001-06-07  Tom Tromey  <tromey@redhat.com>
1452
1453         For PR bootstrap/3075:
1454         * configure, aclocal.m4, Makefile.in: Rebuilt.
1455         * configure.in: Don't call AC_CONFIG_AUX_DIR or
1456         AC_CANONICAL_SYSTEM.
1457         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1458         AC_CANONICAL_SYSTEM here.
1459         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1460         boehm_gc_basedir.
1461
1462 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1463
1464         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1465         (libgcjgc_la_SOURCES): Remove typo.
1466         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1467         * Makefile.in: Rebuilt.
1468
1469 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1470
1471         Imported version version 6.0alpha7.
1472
1473         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1474         README.amiga, README.debugging, README.dj, README.hp, README.linux,
1475         README.rs6000, README.sgi, README.solaris2, README.uts,
1476         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1477         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1478         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1479         hpux_irix_threads.c, makefile.depend, nursery.c,
1480         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1481         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1482         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1483         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1484         files.
1485
1486 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
1487
1488         * configure.host: Build with -fexceptions.
1489         * linux_threads.c: Remember which thread stopped world for
1490
1491 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
1492             with final tuning by Bryce McKinlay
1493
1494         * configure.in: Add support for --enable-threads=posix on FreeBSD.
1495         * configure: Rebuilt.
1496
1497 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
1498
1499         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1500         (GC_noop1): Change declaration to take one argument.
1501
1502 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
1503
1504         * configure.in: Obtain THREADS with `gcc -v'.
1505         * configure: Rebuilt.
1506
1507 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
1508
1509         * misc.c: Back out buggy changes to stack clearing code.
1510         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1511         spent clearing memory.
1512
1513 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
1514
1515         * finalize.c:
1516         - Accomodate finalization requests for static objects.
1517           (Will be required by hash synchronization.  May be needed
1518           in some configurations now.)
1519
1520         * gc_priv.h:
1521         - Define MIN_WORDS.  All allocation requests are rounded
1522           up to at least this size.  Removes a subtle assumption that
1523           Java objects have a 2 word header.
1524
1525         * gcconfig.h:
1526         - Adjust Linux/IA64 configuration for non-ancient kernels.
1527           (Necessary fix for IA64.)
1528
1529         * linux_threads.c:
1530         - Fix syntax error in currently unused code.  Will be needed
1531           for Linux/PA-RISC.
1532
1533         * malloc.c:
1534         - Handle MIN_WORDS.
1535
1536         * misc.c:
1537         - Handle MIN_WORDS.
1538         - Change stack cleaning code to typically clear about one tenth
1539           the memory it used to in the threads configuration.  Occasionally
1540           still clear more.  (This is really a fix for a long-standing
1541           and fairly significant performance bug with threads.)
1542
1543         * os_dep.c:
1544         - Fix the code for finding the beginning of the data segment under
1545           Linux.  I believe this is necessary for some IA64 Linux
1546           distributions.  It will also helo other platforms, though those
1547           may additionally require a gcconfig.h adjustment.  (This basically
1548           works around the absence of a data_start or __data_start
1549           definition in glibc.)
1550
1551         * test.c:
1552         - Handle rounding due to MIN_WORDS.
1553
1554 2001-03-22  Tom Tromey  <tromey@redhat.com>
1555
1556         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1557
1558 2001-03-19  Tom Tromey  <tromey@redhat.com>
1559
1560         * Makefile.in: Rebuilt.
1561         * Makefile.am (gctest_LDFLAGS): new macro.
1562
1563 2001-03-16  Tom Tromey  <tromey@redhat.com>
1564
1565         * Makefile.in: Rebuilt.
1566         * Makefile.am (TESTS_ENVIRONMENT): New macro.
1567
1568 2001-01-23  Rod Stewart <stewart@lab43.org>
1569
1570         * gcconfig.h: Check for `__arm__', not `arm'.
1571
1572 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
1573
1574         * configure.in: Rename THREADLIB to THREADLIBS.
1575         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1576         ensures that we link the correct version of the linuxthreads semaphore
1577         functions.
1578         * Makefile.in: Rebuilt.
1579         * configure: Rebuilt.
1580
1581         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1582         list of signals which are not blocked during suspend in the NO_SIGNALS
1583         case.
1584
1585 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
1586
1587         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1588
1589 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
1590
1591         * Makefile.dist: Renamed from Makefile.orig.
1592
1593 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1594
1595         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1596         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1597         set accordingly.
1598         * Makefile.in: Rebuilt.
1599         * configure: Likewise.
1600
1601 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
1602
1603         * gcconfig.h: Add new case for powerpc EABI.
1604         [PPC]: Handle embedded OS for powerpc simulator.
1605
1606 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
1607
1608         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1609         cross-compile configuration only.
1610         * Makefile.am: Build gcj_mlc.c.
1611         * configure, Makefile.in: Rebuilt.
1612
1613 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1614
1615         * acinclude.m4: Include libtool macros from the top level.
1616         * aclocal.m4, configure: Rebuilt.
1617
1618 2000-09-04  Anthony Green  <green@redhat.com>
1619
1620         Fix for PR libgcj/230:
1621         * mark.c (GC_mark_from_mark_stack): Remove call to
1622         GC_debug_object_start.
1623         * gc_priv.h (GC_debug_object_start): Remove prototype.
1624
1625 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
1626
1627         * gcconfig.h [OSF1] (_end): Declare as `int'.
1628
1629 2000-08-02  Tom Tromey  <tromey@cygnus.com>
1630
1631         * gc_priv.h (GC_generic_malloc_inner): Prototype.
1632         (GC_generic_malloc): Likewise.
1633         (GC_add_to_black_list_normal): Likewise.
1634         (GC_find_header): Likewise.
1635         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1636         * gc_mark.h (GC_find_start): Prototype.
1637         (GC_signal_mark_stack_overflow): Likewise.
1638
1639 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
1640
1641         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1642         * configure: Rebuilt.
1643
1644         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1645
1646 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
1647
1648         Imported version 5.1.
1649         * acinclude.m4: Push version to 5.1.
1650
1651 2000-06-19  Andrew Haley  <aph@cygnus.com>
1652
1653         * os_dep.c (read): Pass two dummy args to syscall().
1654
1655 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
1656
1657         Imported 5.0 release version.
1658         * acinclude.m4: Increment version to 5.0.
1659
1660 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
1661
1662         Imported version 5.0alpha7.
1663         * acinclude.m4: Update version to 5.0a7.
1664
1665 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
1666
1667         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1668         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1669         - sparc glibc does not provide it.
1670         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1671         Make STACKBOTTOM depend on the wordsize.
1672         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1673         (struct frame): Declare on sparc*-linux*.
1674         (GC_save_callers): Bias the frame pointers if needed (sparc64).
1675         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1676         Implement on sparc64.
1677         (GC_clear_stack_inner): Implement on sparc64.
1678         * gc_priv.h (GC_test_and_set): Implement for sparc.
1679         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1680         GC_save_regs_in_stack on sparc.
1681
1682 2000-04-23  Tom Tromey  <tromey@cygnus.com>
1683
1684         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1685
1686 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
1687
1688         Imported version version 5.0alpha6.
1689         * acinclude.m4: Bump version to 5.0a6.
1690         * configure.in: Don't use alpha_mach_dep.s.
1691         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1692         obsolete files.
1693         * Makefile.am, Makefile.in: irix_threads.c is now
1694         hpux_irix_threads.c.
1695         * Makefile.orig: Updated from gc distribution Makefile.
1696
1697 2000-03-26  Anthony Green  <green@redhat.com>
1698
1699         * misc.c (GC_enable): Always define GC_enable and GC_disable.
1700
1701 2000-02-14  Tom Tromey  <tromey@cygnus.com>
1702
1703         * gc.h (dlopen): Define as GC_dlopen on Linux.
1704         (GC_dlopen): Declare on Linux.
1705         * dyn_load.c (GC_dlopen): Define for Linux.
1706
1707 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
1708
1709         * gcconfig.h (DATASTART): Add missing extern declaration
1710         for data_start on powerpc.
1711
1712 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
1713
1714         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1715         NO_SIGNALS case.
1716
1717 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
1718
1719         * gcconfig.h: Define DATASTART for Alpha Linux.
1720
1721 1999-12-19  Anthony Green  <green@cygnus.com>
1722
1723         * gcconfig.h: Use libgcj hack for Alpha Linux.
1724         Undefine MPROTEXT_VDB (from Jeff Sturm).
1725         * os_dep.c: Remove Alpha Linux hacks.
1726         * misc.c: Ditto.
1727
1728 1999-12-13  Tom Tromey  <tromey@cygnus.com>
1729
1730         * aclocal.m4, configure: Rebuilt.
1731         * acinclude.m4: Changed version to 5.0a4.
1732         * Makefile.in: Rebuilt.
1733         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1734
1735 1999-12-12  Anthony Green  <green@cygnus.com>
1736
1737         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1738         Linux.
1739         (DYNAMIC_LOADING): Define for PowerPC Linux.
1740         * os_dep.c: Remove some special cases for PowerPC Linux.
1741         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1742         for PowerPC Linux.
1743
1744 1999-11-04  Tom Tromey  <tromey@cygnus.com>
1745
1746         * Makefile.in: Rebuilt.
1747         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1748
1749         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1750         (GC_thr_init): Don't declare.
1751
1752         * configure: Rebuilt.
1753         * configure.in: Removed qt threads case.
1754         * dyn_load.c: Don't mention QUICK_THREADS.
1755         * os_dep.c: Don't mention QUICK_THREADS.
1756         * misc.c: Don't mention QUICK_THREADS.
1757         * gcconfig.h: Don't mention QUICK_THREADS.
1758         * gc_priv.h: Removed QUICK_THREADS code.
1759         * quick_threads.c: Removed.
1760
1761 1999-11-03  Tom Tromey  <tromey@cygnus.com>
1762
1763         * gcconfig.h: Merged in local changes from old config.h.
1764
1765 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
1766
1767         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1768
1769 1999-11-02  Tom Tromey  <tromey@cygnus.com>
1770
1771         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1772
1773         * configure: Rebuilt.
1774         * configure.in: Don't create boehm-config.h.
1775         * Makefile.in: Rebuilt.
1776         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1777         config.h.
1778         ($(all_objs)): Depend on gcconfig.h.
1779         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1780         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1781         * config.h: Removed.
1782
1783 1999-11-01  Tom Tromey  <tromey@cygnus.com>
1784
1785         * Makefile.in: Rebuilt.
1786         * Makefile.am (gctest_LDADD): Added THREADLIB.
1787         (TESTS): New macro.
1788         * configure: Rebuilt.
1789         * configure.in (INCLUDES): New subst.
1790
1791 1999-09-29  Steve Chamberlain  <sac@pobox.com>
1792
1793         * config.h: Added picoJava target.
1794         * mach_dep.h (GC_push_regs):  New code for picoJava.
1795
1796 1999-09-28  Tom Tromey  <tromey@cygnus.com>
1797
1798         * aclocal.m4, configure: Rebuilt.
1799         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1800         appropriate AC_PROG_ symbol.
1801
1802 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1803
1804         * gc_priv.h:  IRIX thread changes from
1805         include/private/gc_priv.h.
1806
1807 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1808
1809         * Makefile.in: Rebuilt.
1810         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1811         builds.
1812
1813         * configure: Rebuilt.
1814         * configure.in: Properly align --help output, fix capitalization
1815         and punctuation.
1816         * acinclude.m4: Likewise.
1817
1818 1999-08-04  Tom Tromey  <tromey@cygnus.com>
1819
1820         * configure.in: Added missing `;;'.  From Anthony Green.
1821
1822 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1823
1824         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1825
1826 1999-08-03  Tom Tromey  <tromey@cygnus.com>
1827
1828         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1829         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1830
1831 1999-08-02  Tom Tromey  <tromey@cygnus.com>
1832
1833         * aclocal.m4, configure: Rebuilt for new libtool.
1834
1835 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
1836
1837         * mips_sgi_mach_dep.s: Enable PIC option.
1838
1839 1999-07-19  Tom Tromey  <tromey@cygnus.com>
1840
1841         * config.h (MPROTECT_VDB): Don't define on Linux.
1842
1843 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1844
1845         * Makefile.am (.s.lo): Avoid `#line' directives.
1846         * Makefile.in: Rebuilt.
1847
1848 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1849
1850         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1851         generate *-recursive for this Makefile, use *-am instead.
1852         * Makefile.in: Rebuilt.
1853
1854 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
1855
1856         * Makefile.am (.s.lo): Renamed from `.s.o'.
1857         * Makefile.in: Rebuilt.
1858
1859 1999-06-21  Tom Tromey  <tromey@cygnus.com>
1860
1861         Alpha patch from Jeff Sturm:
1862         * os_dep.c (GC_init_linuxalpha): New function.
1863         * misc.c: Initialize for alpha linux.
1864         * gc_priv.h (GC_test_and_set): Define for alpha.
1865         * config.h: Don't assume __data_start on alpha.
1866
1867         * Makefile.in: Rebuilt.
1868         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1869         -release.
1870
1871         * Makefile.in: Rebuilt.
1872         * Makefile.am (toolexeclibdir): Define as libdir when
1873         appropriate.
1874         * configure: Rebuilt.
1875         * configure.in (USE_LIBDIR): New conditional.
1876
1877         * configure: Rebuilt.
1878         * configure.in: Recognize all forms of alpha.
1879
1880 1999-06-17  Anthony Green  <green@cygnus.com>
1881
1882         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1883         Carlo Dapor <carlo@vis.ethz.ch>).
1884
1885 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
1886
1887         * configure.in: Switch from irix threads to posix threads
1888         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1889         for mips architecture.
1890         * configure: Regenerate.
1891
1892 1999-04-30  Tom Tromey  <tromey@cygnus.com>
1893
1894         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1895
1896 1999-04-26  Tom Tromey  <tromey@cygnus.com>
1897
1898         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1899         `weak'.
1900
1901 1999-04-23  Tom Tromey  <tromey@cygnus.com>
1902
1903         * Makefile.in, configure: Rebuilt.
1904         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1905         (libgcjgc_la_SOURCES): Renamed.
1906         (libgcjgc_la_LIBADD): Likewise.
1907         (libgcjgc_la_DEPENDENCIES): Likewise.
1908         (EXTRA_libgcjgc_la_SOURCES): Likewise.
1909         (gctest_LDADD): Use libgcjgc.la.
1910         (all_objs): Mention libgcj_la_OBJECTS.
1911         (EXTRA_LTLIBRARIES): Renamed.
1912         (toollib_LTLIBRARIES): Likewise.
1913         (libgcjgc_la_LDFLAGS): New macro
1914         (toolexecdir): Renamed.
1915         (toolexeclibdir): Likewise.
1916         (toolexeclib_LTLIBRARIES): Likewise.
1917         (LTCOMPILE): Renamed; added libtool invocation.
1918         (LINK): Added libtool invocation.
1919         (.s.o): use LTCOMPILE.
1920         * configure.in: Call AM_PROG_LIBTOOL.
1921         (target_all): Set to libgcjgc.la.
1922         Mention `.lo' forms of object files.
1923
1924 1999-04-21  Tom Tromey  <tromey@cygnus.com>
1925
1926         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1927         GC_stackbottom.
1928
1929         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1930         sigcontext.h.  From Matthias Klose <doko@itso.de>.
1931
1932 1999-04-16  Tom Tromey  <tromey@cygnus.com>
1933
1934         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
1935         David Pettersson <dapet@mai.liu.se>
1936
1937 1999-04-14  Tom Tromey  <tromey@cygnus.com>
1938
1939         * configure: Rebuilt.
1940         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
1941         incorrect patch of 199-04-09.
1942
1943         * configure: Rebuilt.
1944         * configure.in: Added support for alpha.
1945         From David Pettersson <dapet@mai.liu.se>.
1946
1947 1999-04-13  Tom Tromey  <tromey@cygnus.com>
1948
1949         * Makefile.in: Rebuilt.
1950         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1951         solaris-threads.h.
1952
1953 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1954
1955         * configure: Rebuilt.
1956         * configure.in: Use sparc_mach_dep.s when building on Solaris.
1957
1958 1999-02-23  Tom Tromey  <tromey@cygnus.com>
1959
1960         * configure: Rebuilt.
1961         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
1962         SOLARIS_THREADS and _SOLARIS_PTHREADS.
1963
1964 1999-02-18  Tom Tromey  <tromey@cygnus.com>
1965
1966         * quick_threads.c (GC_push_all_stacks): Change order of arguments
1967         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
1968         for case where LO is NULL.
1969
1970 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1971
1972         * aclocal.m4, configure, Makefile.in: Rebuilt.
1973         * acinclude.m4: Updated to be used with automake 1.4.
1974         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
1975         with automake 1.4.
1976         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1977         (libgcjgc_a_SOURCES): Likewise.
1978         (libgcjgc_a_LIBADD): Likewise.
1979         (libgcjgc_a_DEPENDENCIES): Likewise.
1980         (EXTRA_libgcjgc_a_SOURCES): Likewise.
1981         (gctest_LDADD): Likewise.
1982         (all_objs): Likewise.
1983
1984 1999-01-08  Tom Tromey  <tromey@cygnus.com>
1985
1986         * configure: Rebuilt.
1987         * configure.in: Define LINUX_THREADS if using POSIX threads on
1988         Linux.
1989
1990         * gc_priv.h (GC_test_and_set): Put return type into definition.
1991
1992 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1993
1994         * Makefile.am: add support for eCos.  In particular, add C++
1995         support for compiling the file ecos.cc.
1996         * ecos.cc: new file.
1997         * acinclude.m4: add C++ support.
1998         * aclocal.m4: likewise
1999         * config.h: add eCos support.
2000         * configure: likewise
2001         * configure.in: likewise
2002         * misc.c (GC_write): add eCos support.
2003         * os_dep.c (tiny_sbrk): add eCos support.
2004
2005 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
2006
2007         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
2008         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
2009
2010 1998-11-23  Tom Tromey  <tromey@cygnus.com>
2011
2012         * configure.host (boehm_gc_cflags): Don't add `-O2'.
2013
2014 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
2015
2016         * Makefile.am, Makefile.in, configure.host: tx39 build option
2017         "-G 0" added.
2018
2019 1998-11-17  Tom Tromey  <tromey@cygnus.com>
2020
2021         * configure: Rebuilt.
2022         * configure.in: Switch on host, not target.
2023
2024 1998-11-16  Tom Tromey  <tromey@cygnus.com>
2025
2026         * gc_priv.h (GC_debug_object_start): Declare.
2027         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
2028         * gc.h (GC_debug_register_finalizer_no_order,
2029         GC_register_finalizer_no_order): Declare.
2030         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
2031         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
2032         (GC_debug_generic_malloc): Likewise.
2033         (GC_debug_object_start): new function.
2034
2035 1998-11-11  Tom Tromey  <tromey@cygnus.com>
2036
2037         * configure: Rebuilt.
2038         * configure.in: Recognize --enable-java-gc, not --enable-gc.
2039
2040 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2041
2042         * dyn_load.c: Handle QUICK_THREADS case.
2043
2044 1998-10-21  Tom Tromey  <tromey@cygnus.com>
2045
2046         * configure: Rebuilt.
2047         * configure.in: Put cpp defines here, not in config.h.  Recognize
2048         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
2049         define PACKAGE or VERSION.
2050         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
2051         Don't define.
2052
2053         * os_dep.c (GC_default_push_other_roots): Define when
2054         QUICK_THREADS defined.
2055         * misc.c: Added QUICK_THREADS case.
2056         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
2057         * config.h (THREADS): Define if QUICK_THREADS defined.
2058         * Makefile.in: Rebuilt.
2059         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
2060         quick_threads.c.
2061         * quick_threads.c: New file.
2062
2063 1998-10-20  Tom Tromey  <tromey@cygnus.com>
2064
2065         * aclocal.m4, configure: Rebuilt.
2066         * acinclude.m4: Don't subst machine_dir or sys_dir.
2067         * configure.host: Removed unused code.
2068
2069 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
2070
2071         * configure: Rebuilt.
2072         * configure.in: Fix typo in previous patch.
2073
2074 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
2075
2076         * Makefile.in, aclocal.m4, configure: Rebuilt.
2077         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
2078         * configure.host: Created.
2079
2080 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
2081
2082         * Makefile.in: Rebuilt.
2083         * Makefile.am (lib_LIBRARIES): Use target_all.
2084         (EXTRA_LIBRARIES): New macro.
2085         * configure: Rebuilt.
2086         * configure.in: Recognize --enable-gc.
2087
2088 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
2089
2090         * Makefile.in: Rebuilt.
2091         * Makefile.am (COMPILE): Define.
2092         (LINK): Likewise.
2093         (.s.o): Use MY_CFLAGS.
2094         * configure: Rebuilt.
2095         * configure.in (MY_CFLAGS): Define and subst.
2096
2097 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
2098
2099         * configure: Rebuilt.
2100         * configure.in: Added --with-cross-host argument.  Use
2101         $with_cross_host to determine when cross-compiling.
2102
2103         * config.h (SMALL_CONFIG): Don't define.
2104         * configure: Rebuilt.
2105         * configure.in: Define SMALL_CONFIG when cross-compiling.
2106
2107 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
2108
2109         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
2110         allchblk.c: Merged with 4.13a2 while preserving local changes.
2111
2112         * Makefile.orig: Updated from Makefile in 4.13a2.
2113
2114         * configure: Rebuilt.
2115         * configure.in: Updated version number to 4.13a2.  On Solaris,
2116         don't build with -O when using gcc.
2117
2118         Merged in version 4.13alpha2:
2119         * config.h (USE_MMAP): Re-enable on Solaris.
2120         * solaris_pthreads.c: Removed RCS Id line.
2121         * alpha_mach_dep.s: Removed RCS Id line.
2122
2123 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
2124
2125         * config.h (USE_MMAP): Don't define for Solaris.
2126
2127 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
2128
2129         * Makefile.in: Rebuilt.
2130         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
2131
2132         * Makefile.in: Rebuilt.
2133         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
2134
2135 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
2136
2137         * Makefile.in: Rebuilt.
2138         * Makefile.am ($(all_objs)): Depend on config.h.
2139
2140         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
2141         DATASTART as &_etext.
2142         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
2143         * configure: Rebuilt.
2144         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
2145         tx39.
2146
2147 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
2148
2149         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
2150         (GC_maybe_gc): Likewise.
2151         * os_dep.c: If NO_SIGSET defined, then have empty
2152         GC_disable_signals and GC_enable_signals.
2153         * configure: Rebuilt.
2154         * configure.in: Added --with-target-subdir option.  If
2155         cross-compiling, define NO_SIGSET and NO_CLOCK.
2156
2157 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
2158
2159         * Makefile.in: Rebuilt.
2160         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
2161         (AS): Removed.
2162         * aclocal.m4, configure: Rebuilt.
2163         * acinclude.m4: New file.
2164         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
2165
2166 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
2167
2168         * configure: Rebuilt.
2169         * configure.in: Link boehm-config.h to config.h.
2170         * Makefile.in: Rebuilt.
2171         * Makefile.am (INCLUDES): Removed.
2172         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
2173         JAVA_FINALIZATION): Define
2174
2175 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
2176
2177         * Many files: Use GC_bool, not bool.
2178         * gc_priv.h: Define GC_bool, not bool.
2179
2180         * misc.c (GC_dont_gc): Define as int.
2181         (GC_quiet): Likewise.
2182         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
2183         * alloc.c (GC_dont_expand): Define as int.
2184         * gc_priv.h: For gcc, define bool as char.
2185
2186 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
2187
2188         * Makefile.in: Rebuilt.
2189         * Makefile.am (check_PROGRAMS): New macro.
2190         (gctest_SOURCES): Likewise.
2191         (gctest_LDADD): Likewise.
2192
2193 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
2194
2195         * Makefile.in: Rebuilt.
2196         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
2197         * configure: Rebuilt.
2198         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
2199
2200 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2201
2202         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
2203         New files.
2204         * Makefile.orig: Renamed from Makefile.