Merge from trunk: 215733-215743
[official-gcc.git] / gcc-4_6_3-mobile / boehm-gc / ChangeLog
blob397f0875d081c046921487fdb778c850db5932a6
1 2012-03-01  Release Manager
3         * GCC 4.6.3 released.
5 2012-02-10  Kai Tietz  <ktietz@redhat.com>
7         PR boehm-gc/48514
8         * include/gc_config_macros.h (GC_DLL): Define it for mingw-targets
9         only, if we are actual in boehm-gc's build and DLL_EXPORT
10         is defined.
12 2011-11-20  Andreas Tobler  <andreast@fgznet.ch>
14         * configure: Regenerate.
16 2011-10-26  Release Manager
18         * GCC 4.6.2 released.
20 2011-06-27  Release Manager
22         * GCC 4.6.1 released.
24 2011-03-25  Release Manager
26         * GCC 4.6.0 released.
28 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30         * configure: Regenerate.
32 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34         * configure.ac: Don't use libdl on mips-sgi-irix6*.
35         * configure: Regenerate.
37 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39         * configure.ac (*-*-solaris2*): Add -lrt to THREADLIBS.
40         * configure: Regenerate.
42 2010-12-10  Iain Sandoe  <iains@gcc.gnu.org>
44         * powerpc_darwin_mach_dep.s:  Update for m64.  Add eh frames.
45         Do not build or use the picsymbol stub for Darwin >= 9.
46         * tests/test.c (reverse_test):  Modify count for ppc64-darwin.
47         * pthread_support.c (GC_get_thread_stack_base): Correct a debug
48         statement.
50 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
51             Mike Stump  <mrs@gcc.gnu.org>
53         PR target/26427
54         PR target/33120
55         PR testsuite/35710
56         * dyn_load.c (GC_register_dynamic_libraries/DARWIN):  Add new writable
57         data section names.
58         (GC_dyld_name_for_hdr): Adjust layout.
59         (GC_dyld_image_add): Adjust layout, add new Darwin sections, adjust
60         debug to name the sections.
61         (GC_dyld_image_remove): Adjust layout, remove new Darwin sections,
62         adjust debug to name the sections.
63         (GC_register_dynamic_libraries): Adjust layout.
64         (GC_init_dyld): Likewise.
65         (GC_register_main_static_data): Likewise.
67 2010-10-29  Paolo Bonzini  <bonzini@gnu.org>
69         * configure: Regenerate.
71 2010-10-28  Paolo Bonzini  <bonzini@gnu.org>
73         * configure.ac: Rewrite DGUX check to use GC_CFLAGS, and -O0 check
74         to remove the need for MY_CFLAGS.
75         * Makefile.am: Do not use @...@ substitutions.  Use AM_CXXFLAGS,
76         AM_CFLAGS and AM_LDFLAGS instead of redefining LTCOMPILE and LINK.
77         Use "override" to disable -O2 when required.
78         * configure: Regenerate.
79         * Makefile.in: Regenerate.
80         * include/Makefile.in: Regenerate.
82 2010-10-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
84         * dyn_load.c: Fix typo.
85         * pthread_support.c (GC_get_thread_stack_base) [DEBUG_THREADS]:
86         Use GC_printf0.
88 2010-06-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
90         * configure.ac (*-*-solaris2.8*): Only usr alternate thread
91         library on Solaris 8.
92         (*-*-solaris2*): Use regular thread library otherwise.
93         * configure: Regenerate.
95 2010-05-13  Uros Bizjak  <ubizjak@gmail.com>
97         * tests/leak_test.c (main): Declare as int.  Return 0.
98         * tests/thread_leak_test.c (main): Ditto.
99         * tests/trace_test.c (main): Ditto.
101 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
103         PR target/42811
104         * tests/staticrootstest.c: New test source file.
105         * tests/staticrootslib.c: New test library source file.
106         * Makefile.am (test_ldadd): New variable.
107         (gctest_LDADD): Use it.
108         (TESTS): Add leaktest, middletest and staticrootstest.
109         (check_PROGRAMS): Likewise.
110         (leaktest_SOURCES): New libtool variable definition.
111         (leaktest_LDADD): Likewise.
112         (leaktest_LDFLAGS): Likewise.
113         (leaktest_LINK): Likewise.
114         (middletest_SOURCES): Likewise.
115         (middletest_LDADD): Likewise.
116         (middletest_LDFLAGS): Likewise.
117         (middletest_LINK): Likewise.
118         (staticrootstest_SOURCES): Likewise.
119         (staticrootstest_LDADD): Likewise.
120         (staticrootstest_LDFLAGS): Likewise.
121         (staticrootstest_LINK): Likewise.
122         (check_LTLIBRARIES): Likewise.
123         (libstaticrootslib_la_SOURCES): Likewise.
124         (libstaticrootslib_la_LIBADD): Likewise.
125         (libstaticrootslib_la_LDFLAGS): Likewise.
126         (libstaticrootslib_la_DEPENDENCIES): Likewise.
127         * Makefile.in: Regenerate.
129 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
131         * Makefile.in: Regenerate.
132         * aclocal.m4: Regenerate.
133         * include/Makefile.in: Regenerate.
135 2010-03-21  Dave Korn  <dave.korn.cygwin@gmail.com>
137         PR target/42811 (prerequisite)
138         * include/private/gc_priv.h (struct roots) [CYGWIN32]: Don't
139         declare r_next member on Cygwin as on other windows hosts.
140         (LOG_RT_SIZE) [CYGWIN32]: Don't define likewise.
141         (RT_SIZE) [CYGWIN32]: Likewise.
142         (struct _GC_arrays) [CYGWIN32]: Do declare _heap_bases[] member
143         likewise.
144         (GC_heap_bases) [CYGWIN32]: Do define likewise.
145         (struct _SYSTEM_INFO) [CYGWIN32]: Do forward-declare likewise.
146         (GC_sysinfo) [CYGWIN32]: Do declare extern likewise.
147         (GC_n_heap_bases) [CYGWIN32]: Likewise.
148         (GC_is_tmp_root) [CYGWIN32]: Do prototype likewise.
149         * include/private/gcconfig.h (GC_win32_get_mem) [CYGWIN32]: Likewise.
150         (GET_MEM) [CYGWIN32]: Do define likewise.
151         * boehm-gc/ptr_chck.c (GC_is_visible) [CYGWIN32]: Do handle dynamic
152         registration likewise.
153         * boehm-gc/os_dep.c (GC_setpagesize) [CYGWIN32]: Do define likewise.
154         (GC_no_win32_dlls) [CYGWIN32]: Define as constant false, unlike
155         other windows hosts.
156         (GC_sysinfo) [CYGWIN32]: Define as on other windows hosts.
157         (GC_n_heap_bases) [CYGWIN32]: Likewise.
158         (GLOBAL_ALLOC_TEST) [CYGWIN32]: Likewise.
159         (GC_win32_get_mem) [CYGWIN32]: Likewise, but wrapping GC_unix_get_mem
160         rather than GlobalAlloc/VirtualAlloc.
161         (GC_win32_free_heap) [CYGWIN32]: Likewise, but wrapping free instead
162         of GlobalFree (even though the function body is optimised away).
163         * boehm-gc/mark_rts.c (add_roots_to_index) [CYGWIN32]: Define as on
164         other windows hosts.
165         (GC_add_roots_inner) [CYGWIN32]: Avoid overlapping or adjacent
166         intervals likewise.
167         (GC_clear_roots) [CYGWIN32]: Clear GC_root_index[] likewise.
168         (GC_rebuild_root_index) [CYGWIN32]: Define as on other windows hosts.
169         (GC_remove_tmp_roots) [CYGWIN32]: Call it likewise.
170         (GC_remove_roots) [CYGWIN32]: Don't define, as on other windows hosts.
171         (GC_is_tmp_root) [CYGWIN32]: Define, as on other windows hosts.
172         (GC_cond_register_dynamic_libraries) [CYGWIN32]: Handle temporary
173         roots and dynamic registration likewise.
174         * boehm-gc/dyn_load.c (GC_has_static_roots) [CYGWIN32]: Define as on
175         other windows hosts.
176         (GC_register_has_static_roots_callback) [CYGWIN32]: Likewise.
177         (GC_cond_add_roots) [CYGWIN32]: Likewise.
178         (GC_register_main_static_data) [CYGWIN32]: Define to always return
179         false, as on MSWINCE
180         (HAVE_REGISTER_MAIN_STATIC_DATA) [CYGWIN32]: Define as on other
181         windows hosts.
182         (GC_warn_fb) [CYGWIN32]: Likewise.
183         (GC_disallow_ignore_fb) [CYGWIN32]: Likewise.
184         (GC_ignore_fb_mb) [CYGWIN32]: Likewise.
185         (GC_ignore_fb) [CYGWIN32]: Likewise.
186         (is_frame_buffer) [CYGWIN32]: Likewise.
187         (GC_dump_meminfo) [CYGWIN32]: Likewise.
188         (GC_wnt) [CYGWIN32]: Define to constant true.
189         (GC_register_dynamic_libraries) [CYGWIN32]: Define as on other
190         windows hosts.
192 2009-12-09  Matthias Klose  <doko@ubuntu.com> 
194         * include/private/gc_locks.h: For __ARM_EABI__ define
195         GC_test_and_set  GC_clear to use the atomic builtins.
197 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
199         * Makefile.in: Regenerate.
200         * configure: Regenerate.
201         * include/Makefile.in: Regenerate.
203 2009-11-30  Ben Elliston  <bje@au.ibm.com>
205         * mark_rts.c (GC_approx_sp): Use __builtin_frame_address when
206         compiling with GCC rather than taking the address of a local
207         variable.
209 2009-11-30  Ben Elliston  <bje@au.ibm.com>
211         * os_dep.c: Use the POSIX signal API in preference to the BSD API.
212         Generate a compilation error if neither the POSIX nor BSD APIs can
213         be detected.
215 2009-09-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
217         * Makefile.am (libgcjgc_la_LINK, gctest_LINK): New.
218         (gctest_LDADD): Depend on libgcjgc.la instead of ./libgcjgc.la,
219         so that library dependency resolution works with portable make.
220         * Makefile.in: Regenerate.
222 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
224         * configure: Rebuilt with modified libtool.m4.
226 2009-09-03  Loren J. Rittle  <ljrittle@acm.org>
228         * dyn_load.c (HAVE_DL_ITERATE_PHDR): Break definition from use.
229         Define for FreeBSD 7.0+.
231 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
233         * configure.ac (AC_PREREQ): Bump to 2.64.
235 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
237         * Makefile.am (install-html, install-pdf): Remove.
238         * Makefile.in: Regenerate.
240         * Makefile.in: Regenerate.
241         * aclocal.m4: Regenerate.
242         * configure: Regenerate.
243         * include/Makefile.in: Regenerate.
244         * include/gc_config.h.in: Regenerate.
246 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
248         * Makefile.am (LTCOMPILE, LTLINK): Add $(AM_LIBTOOLFLAGS)
249         and $(LIBTOOLFLAGS).
250         * Makefile.in: Regenerate.
252 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
254         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
256 2009-07-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
258         PR boehm-gc/40785
259         * include/private/gc_locks.h (GC_test_and_set): If GCC 4.4, use
260         the __sync_lock_test_and _set and __sync_lock_release builtins on
261         the powerpc.  If not GCC 4.4, fix up the constraints so that it
262         builds without error.
263         (GC_clear): Ditto.
265 2009-07-17  Kai Tietz  <kai.tietz@onevision.com>
267         * configure.ac: Add rule for mingw targets to add -DGC_BUILD=1 to
268         cflags.
269         * configure: Regenerated.
271 2009-05-17  Dave Korn  <dave.korn.cygwin@gmail.com>
273         * win32_threads.c (GC_get_thread_stack_base):  Implement for Cygwin.
275 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
277         * configure: Regenerate.
279 2009-02-09  Mark Mitchell  <mark@codesourcery.com>
281         * Makefile.am (LTLDFLAGS): New variable.
282         (LINK): Use it.
283         * Makefile.in: Regenerated.
285 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
287         * configure: Regenerate.
289 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
290             Steve Ellcey  <sje@cup.hp.com>
292         * configure: Regenerate for new libtool.
293         * Makefile.in: Ditto.
294         * include/Makefile.in: Ditto.
295         * aclocal.m4: Ditto.
297 2008-07-18  Matthias Klose  <doko@ubuntu.com> 
299         * configure.ac (AC_CONFIG_FILES): Add threads.mk. 
300         * threads.mk.in: New. 
301         * Makefile.in, configure: Regenerate. 
303 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
305         * Makefile.in: Regenerate.
306         * configure: Regenerate.
307         * include/Makefile.in: Regenerate.
308         * include/gc_config.h.in: Regenerate.
310 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
312         PR bootstrap/35457
313         * aclocal.m4: Regenerate.
314         * configure: Regenerate.
316 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
318         * aclocal.m4: Regenerate.
319         * configure: Likewise.
320         * Makefile.in: Likewise.
321         * include/Makefile.in: Likewise.
323 2007-02-19  Andreas Tobler  <a.tobler@schweiz.org>
325         * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro
326         GC_GETSECTBYNAME instead.
327         * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the
328         architecture (Darwin).
330 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
332         * include/private/gcconfig.h (HBLKSIZE): Define for MIPS.
334 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
336         * configure: Regenerate.
338 2007-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
340         PR boehm-gc/33442
341         * pthread_support.c (GC_PTR GC_get_thread_stack_base): If stack grows
342         up, return stack_addr instead of stack_addr - stack_size.
344 2007-08-14  David Daney  <ddaney@avtrex.com>
346         * include/private/gcconfig.h: Handle mips64-linux n64 ABI.
348 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
350         * aclocal.m4: Regenerated.
352 2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
354         PR boehm-gc/21940
355         PR boehm-gc/21942
356         * configure.ac (GC_SOLARIS_THREADS): Don't define on *-*-solaris*.
357         Use alternate thread library in /usr/lib/lwp.
358         * configure: Regenerate.
359         * dyn_load.c: Use GC_SOLARIS_PTHREADS.
360         * include/gc_config_macros.h (GC_SOLARIS_THREADS): Don't define.
361         * include/private/gcconfig.h: Handle 64-bit Solaris 2/x86.
362         (GC_SOLARIS_THREADS): Don't define.
363         * include/private/solaris_threads.h: Remove.
364         * pthread_support.c (GC_thr_init) [GC_SOLARIS_PTHREADS]: Determine
365         GC_nprocs via sysconf().
366         * Makefile.am (libgcjgc_la_SOURCES): Remove solaris_pthreads.c and
367         solaris_threads.c.
368         (gctest_LDADD): Use THREADLIBS instead of THREADDLLIBS.
369         * Makefile.in: Regenerate.       
370         * solaris_pthreads.c: Remove.
371         * solaris_threads.c: Remove.
373 2007-06-22  Jakub Jelinek  <jakub@redhat.com>
375         * pthread_support.c (GC_get_thread_stack_base): Handle
376         pthread_getattr_np failures.
378 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
380         * configure: Regenerate.
382 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
384         * Makefile.in: Regenerate.
385         * configure: Regenerate.
386         * aclocal.m4: Regenerate.
387         * include/Makefile.in: Regenerate.
389 2007-05-20  Andreas Tobler  <a.tobler@schweiz.org>
391         * configure.ac: Introduce extra_ldflags_libgc. Use it for Darwin.
392         * configure: Regenerate.
393         * Makefile.am (libgc_la_LDFLAGS): Use extra_ldflags_libgc.
394         * Makefile.in: Regenerate.
395         * include/Makefile.in: Regenerate.
396         * include/private/gcconfig.h: Enable MPROTECT_VDB for all Darwin
397         targets. Remove comments. Prepare ppc64 support for Darwin.
399 2007-04-23  Keith Seitz  <keiths@redhat.com>
401         * include/gc.h (GC_is_thread_suspended): Declare.
402         * pthread_stop_world.c (GC_is_thread_suspended): New function.
404 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
406         * configure.ac (NO_EXECUTE_PERMISSION): Set by default.
407         * configure: Rebuilt.
409 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
411         * include/gc.h (GC_REGISTER_FINALIZER_UNREACHABLE): New.
412         (GC_register_finalizer_unreachable): Declare.
413         (GC_debug_register_finalizer_unreachable): Declare.
414         * finalize.c (GC_unreachable_finalize_mark_proc): New.
415         (GC_register_finalizer_unreachable): New.
416         (GC_finalize): Handle it.
417         * dbg_mlc.c (GC_debug_register_finalizer_unreachable): New.
418         (GC_debug_register_finalizer_no_order): Fix whitespace.
420 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
422         * Makefile.am: Add dummy install-pdf target.
423         * Makefile.in: Regenerate
425 2007-02-05  Roman Zippel <zippel@linux-m68k.org>
427         * boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so
428         it works with Linux 2.6, reactivate MPROTECT_VDB
429         * boehm-gc/pthread_stop_world.c: save all register
430         on signal entry
432 2007-01-24  Andreas Tobler  <a.tobler@schweiz.org>
434         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
435         added defines to include/private/gc_priv.h
436         (catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
437         * darwin_stop_world.c: Removed the above defines.
438         * include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
439         and os_dep.c to here. Fixed THREAD definition fixes for ppc64.
441 2007-01-17  David Daney  <ddaney@avtrex.com>
443         * configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
444         cross-compiling.
445         * configure: Regenerated.
446         * include/gc_config.h.in: Regenerated.
448 2007-01-17  Mike Stump  <mrs@apple.com>
450         * os_dep.c: Fix i686-apple-darwin9 builds.
452 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
454         * aclocal.m4: Regenerate to use multi.m4.
455         * configure: Regenerate.
456         * Makefile.in: Regenerate.
458 2007-01-17  Andreas Tobler  <a.tobler@schweiz.org>
460         * include/gc_config.h.in: Regenerate.
462 2007-01-16  Petr Salinger  <Petr.Salinger@seznam.cz>
464         * include/private/gcconfig.h: Handle amd64/x86-64 cpu under
465          GNU/kFreeBSD.
466         * os_dep.c: Likewise.
468 2007-01-15  Andreas Tobler  <a.tobler@schweiz.org>
470         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
471         reference.
472         (catch_exception_raise): Fix typo in the I386 exc_state.
474 2007-01-11  Andreas Tobler  <a.tobler@schweiz.org>
476         * configure.ac: Replaced HAS_I386_THREAD_STATE_* with
477         HAS_X86_THREAD_STATE32_* and HAS_X86_THREAD_STATE64_* respectively.
478         * configure: Regenerated.
479         * include/private/gcconfig.h (DARWIN): Added X86_64 define for Darwin.
480         Added base definitions for the X86_64 Darwin port.
481         * include/private/gc_priv.h: Added definitions for Darwin MACH thread
482         operations. Moved existing THREAD_STATE info from darwin_stop_world.c.
483         * darwin_stop_world.c: Removed THREAD_STATE info. Added
484         HAS_X86_THREAD_STATE64___RAX. And replaced HAS_I386_THREAD_STATE___EAX
485         with HAS_X86_THREAD_STATE32___EAX.
486         (GC_push_all_stacks): Use GC_MACH_THREAD_STATE_COUNT. Add code for
487         X86_64 Darwin.
488         * dyn_load.c (GC_dyld_name_for_hdr): Use GC_MACH_HEADER.
489         (GC_dyld_image_add): Use GC_MACH_HEADER and GC_MACH_SECTION.
490         Distinguish between getsectbynamefromheader_64 and
491         getsectbynamefromheader.
492         (GC_dyld_image_remove): Likewise.
493         * os_dep.c (GC_dirty_init): Use GC_MACH_THREAD_STATE.
494         (catch_exception_raise): Introduce exception information for I386 and
495         X86_64 Darwin. Add X86_64 for exc_state.faultvaddr.
497 2006-12-08  Mike Stump  <mrs@apple.com>
499         * configure.ac: Fix x86 darwin builds.
500         * darwin_stop_world.c: Likewise.
501         * include/private/gcconfig.h: Likewise.
502         * connfigure: Regenerate.
503         
504 2006-09-26  Jack Howarth  <howarth@bromo.med.uc.edu>
506         PR target/29180
507         * darwin_stop_world.c: Make stack_start unsigned long.
509 2006-09-21  Sandro Tolaini  <tolaini@libero.it>
511         * os_dep.c: Port to Darwin/i386
512         * darwin_stop_world.c: Likewise
513         * include/private/gcconfig.h: Likewise
514         
515 2006-06-07  Petr Salinger  <Petr.Salinger@seznam.cz>
517         * configure.ac: add support for GNU/kFreeBSD, accepted by upstream
518         for gc 6.8.
519         * dyn_load.c: Likewise.
520         * include/gc.h: Likewise.
521         * private/gcconfig.h: Likewise.
522         * configure: Regenerate.
523         * include/gc_config.h.in: Regenerate.
525 2006-09-14  Tom Tromey  <tromey@redhat.com>
527         PR boehm-gc/29068.
528         * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
529         Solaris.
531 2006-08-21  Bryce McKinlay  <mckinlay@redhat.com>
532         
533         PR libgcj/13212:
534         * configure.ac: Check for pthread_getattr_np(). Remove
535         GC_PTHREAD_SYM_VERSION detection.
536         * include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
537         GC_get_thread_stack_base): New declarations.
538         * pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
539         GC_get_thread_stack_base): New functions.
540         (GC_delete_thread): Don't try to free the first_thread.
541         * misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
542         (pthread_create_, constr): Removed.
543         (pthread_create): Don't rename.
544         * include/gc_ext_config.h.in: Rebuilt.
545         * include/gc_pthread_redirects.h (pthread_create): Define 
546         unconditionally.
547         * include/gc_config.h.in: Rebuilt.
548         * configure: Rebuilt.
550 2006-06-21  Keith Seitz  <keiths@redhat.com>
552         * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
553         routine if signal is received and thread is flagged SUSPENDED.
554         (suspend_self): New function.
555         (GC_suspend_thread): New function.
556         (GC_resume_thread): New function.
557         * include/gc.h (GC_suspend_thread): Declare.
558         (GC_resumet_thread): Declare.
559         * include/private/pthread_support.h (SUSPENDED): New GC_thread
560         flag.
562 2006-06-20  Ranjit Mathew  <rmathew@gcc.gnu.org>
563         
564         Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
565         * os_dep.c (GC_wnt): Define.
566         (GC_init_win32): Set GC_wnt.
567         * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
568         sections also on Windows 9x/ME.
570 2006-06-02  Geoffrey Keating  <geoffk@apple.com>
572         * configure.ac: Define HAS_PPC_THREAD_STATE_R0,
573         HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
574         HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
575         HAS_I386_THREAD_STATE___EAX.
576         * configure: Regenerate.
577         * include/gc_config.h.in: Regenerate.
578         * darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
579         macro names to determine value.
580         (THREAD_STATE): New.
581         (THREAD_FLD): New.
582         (GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
584 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
586         * Makefile.am: Add install-html target. 
587         * Makefile.in: Regenerate.
588         * aclocal.m4: Regenerate.
589         * include/Makefile.in: Regenerate.
591 2006-03-07  Andrew Haley  <aph@redhat.com>
593         * dyn_load.c (GC_has_static_roots): Declare.
594         (GC_register_dynlib_callback): Call GC_has_static_roots.
596 2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
598         * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
599         GC_start_world): Call vm_deallocate to free act_list. Fix from
600         Bruce Mitchener.
602 2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
603         John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
605         * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
606         Warn about POSIX threads not being supported for *-*-hpux10*.
607         * configure: Regenerate.
609 2006-02-09  Tom Tromey  <tromey@redhat.com>
611         * pthread_support.c: Conditionally include dlfcn.h.
613 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
614             Anthony Green  <green@redhat.com>
615             Tom Tromey  <tromey@redhat.com>
617         * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
618         * include/gc_config.h.in: Rebuilt.
619         * include/gc_pthread_redirects.h (pthread_create): Conditionally
620         define.
621         * pthread_support.c (pthread_create_): New global.
622         (constr): New function.
623         (pthread_create): Conditionally renamed.
624         * configure: Rebuilt.
625         * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
627 2006-02-04  Alan Modra  <amodra@bigpond.net.au>
629         * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
630         use broken 64-bit version.
632 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
634         * darwin_stop_world.c: Change inline asm instruction to ld as ldz
635         is wrong.
637         * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
638         * Makefile.in: Regenerate.
640 2006-01-25  Bryce McKinlay  <mckinlay@redhat.com>
642         * include/private/gcconfig.h: Revert to GC 6.6 version, removing
643         all local changes.
645 2006-01-24  Bryce McKinlay  <mckinlay@redhat.com>
647         Import Boehm GC version 6.6.
649 2006-01-24  David Ayers  <d.ayers@inode.at>
651         PR libobjc/13946
652         * include/gc.h: Fix prototype declarations for bootstrap.
654 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
656         * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
658 2005-09-15  Kazu Hirata  <kazu@codesourcery.com>
660         * include/private/gc_locks.h (GC_test_and_set): Change the
661         constraint of the first operand to '0'.
663 2005-09-06  Tom Tromey  <tromey@redhat.com>
665         PR libgcj/23662:
666         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
667         HEURISTIC1 on ARM.
669 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
671         * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
673 2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>
675         * os_dep.c: Add FreeBSD/PowerPC bits.
676         (GC_SysVGetDataStart): Likewise.
677         * include/private/gcconfig.h: Likewise.
679 2005-05-25  Andrew Haley  <aph@redhat.com>
681         * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
682         powerpc64-linux.
684 2005-05-09  Mike Stump  <mrs@apple.com>
686         * configure: Regenerate.
688 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
690         * os_dep.c, include/private/gc_locks.h: Import CRIS port by
691         Simon Posnjak from gc6.4.
692         * include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
694 2005-04-17  David S. Miller  <davem@davemloft.net>
696         * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
697         * os_dep.c (GC_linux_stack_base): Check for bug present in some
698         Sparc glibc variants where __libc_stack_end is erroneously set
699         to "1".  Fallback to procfs code in that case.
701 2005-04-12  Mike Stump  <mrs@apple.com>
703         * configure: Regenerate.
705 2005-04-12  Richard Henderson  <rth@redhat.com>
707         * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
709 2005-03-23  Mike Stump  <mrs@apple.com>
711         * darwin_stop_world.c: Update for -m64 multilib.
712         * include/private/gcconfig.h: Likewise.
713         * powerpc_darwin_mach_dep.s: Likewise.
715 2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>
717         * Makefile.in, include/Makefile.in: Regenerate.
719 2005-02-26  Richard Earnshaw  <rearnsha@arm.com>
721         * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
722         ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
724 2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
726         PR libgcj/19823
727         * configure.host: Set gc_use_mmap on *-linux*.
728         * configure.ac: Define USE_MMAP if gc_use_mmap is set.
729         * include/private/gc_priv.h: Include gc_config.h.
730         * configure, include/gc_config.h.in: Rebuilt.
732 2005-02-07  Hans Boehm  <Hans.Boehm@hp.com>
734         * allchblk.c (GC_allochblk_nth): Dont overlook available space if
735           GC disabled, correctly convert GC_finalizer_mem_freed to byte,
736           total_size to words.
737         * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
738           MEM_IMAGE regions.
739         * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
740           and indent appropriately.
741         * mark_rts.c (GC_approx_sp): Access stack.
742         * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
743           callee-saves registers when appropriate.
744           (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
746 2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
748         * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h 
749         and include/gc_ext_config.h.
750         * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
751         * include/gc.h: Undef PACKAGE_* before including gc_config.h.
753 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
755         * configure: Regenerate.
757 2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>
759         PR libgcj/18699
760         Revert patches of 2004-11-26 and 2004-11-27.
762 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
764         * configure: Regenerate for libtool change.
766 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
768         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
770 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
772         Fix "PACKAGE_NAME redefined" errors.
773         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
774         and include/gc_config.h.
775         * configure: Regenerated.
776         * include/gc_config.h.in: No longer auto-generated. Define only the
777         macros needed by libjava.
778         * include/config.h.in: Generated by autoheader.
779         * include/gc.h: Include config.h, not gc_config.h.
781 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
783         * configure: Regenerate for libtool reversion.
785 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
787         * configure: Regenerate for libtool change.
789 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
791         * configure.ac (machdep): Use sparc_mach_dep.lo on
792         sparc64-sun-solaris2.* too.
793         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
794         * configure: Regenerate.
796 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
798         PR target/18444
799         * configure.ac (threading): Accept 'posix95'.
800         * configure: Regenerate.
802 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
804         * Makefile.am: Define ACLOCAL_AMFLAGS.
805         * configure.ac: Remove redundant sinclude.
806         * acinclude.m4: Delete file.
807         * aclocal.m4: Regenerate.
808         * Makefile.in, include/Makefile.in: Regenerate.
809         * configure: Regenerate.
811 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
813         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
814         Add prototype.
816 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
818         * include/private/gcconfig.h: Add m32r-linux target.
820 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
822         * configure.ac: Update all AC_DEFINEs to newer style.
823         * configure: Regenerate.
824         * include/gc_config.h.in: Regenerate.
826 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
828         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
829         GC_print_back_graph_stats): split GC_traverse_back_graph.
830         * backgraph.c: Dynamically grow in_progress_space.
831         * finalize.c (GC_notify_or_invoke_finalizers): also call
832         GC_print_back_graph_stats.
833         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
834         GC_print_back_height): Move delarations to header file.
835         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
836         * configure: Regenerate.
837         
838 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
840         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
841         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
843 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
845         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
846         Reported by Danny Smith.
848 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
850         * misc.c (GC_init): Replace lhs cast with rhs cast.
852 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
854         * specific.c: Check GC_LINUX_THREADS before including 
855         private/specific.h. From Richard Earnshaw.
857 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
859         * aclocal.m4: Remove obsolete construct for old automake.
860         * acinclude.m4: Regenerate with aclocal 1.9.1.
861         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
862         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
863         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
864         Remove now-redundant subst of target_noncanonical.  Remove
865         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
866         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
867         Use slightly more modern form of AC_INIT.
868         * configure: Rebuild with autoconf 2.59.
869         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
871 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
873         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
874         since they're not known at this time.
875         * solaris_pthreads.c: Likewise.
877 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
879         PR target/14931
880         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
882 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
884         * configure.ac (gc_cflags): Add -Iinclude.
885         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
886         Don't write DEFS to boehm-cflags file.
887         * configure: Rebuilt.
888         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
889         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
890         * include/gc_config_macros.h: Remove backward-compatibility 
891         redefinitions of GC_ names.
892         * include/gc.h: Include <gc_config.h>.
894 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
896         Import Boehm GC version 6.3.
898 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
900         * include/Makefile.in: Regenerate
902 2004-07-06  Andrew Pinski  <apinski@apple.com>
904         * os-dep.c (GC_task_self): Declare as static
905         and remove the second declaration.
907 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
909         * Makefile.am: Add rule for .S files to fix bootstrap on
910         solaris and alpha.
911         * Makefile.in: Regenerate.
913 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
915         * boehm-gc/configure.ac: New name of configure.in.
916         Remove useless multilib stuff.  Change uses of
917         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
918         * boehm-gc/configure.in: New name of configure.in.
919         * boehm-gc/Makefile.am: Update for automake 1.8.5.
920         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
921         * boehm-gc/aclocal.m4: Regenerate.
922         * boehm-gc/configure: Regenerate.
923         * boehm-gc/Makefile.in: Regenerate.
925 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
927         * .cvsignore: New file.
929 2004-04-25  Andreas Jaeger  <aj@suse.de>
931         * mark.c (GC_mark_from): Use pointer as prefetch argument.
933 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
935         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
936         for gcc >= 3.0.
937         (PREFETCH_FOR_WRITE): Likewise.
939 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
941         * configure.ac: Bump AC_PREREQ to 2.59.
942         * configure: Regenerate.
943         * config.in: Regenerate.
945 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
947         * ltconfig, ltmain.sh: Remove unused files.
948         * configure.in: Remove bogus extra early invocation of
949         AC_CONFIG_AUX_DIR.
950         * configure: Regenerate.
951         * mkinstalldirs, install-sh, config.sub, config.guess:
952         Remove (now) unused files.
953         * Makefile.in: Regenerate (losing references to vanished
954         files).
956         * configure.in: Add CCAS, CCASFLAGS for future automakes.
957         * configure, Makefile.in, include/Makefile.in: Regenerate.
959         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
960         * Makefile.in: Regenerate.
962         * configure.in: Remove bogus duplicate invocation of
963         AM_MAINTAINER_MODE.  Remove obsolete comment.
964         * configure: Regenerate.
966         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
967         to configure.in.
968         * aclocal.m4: Regenerate.
969         * configure.in: Receive contents of GC_CONFIGURE macro.
970         * configure: Regenerate.
972         * configure.in: Remove more obsolete, bogus code.
973         * configure: Regenerate.
975         * acinclude.m4: Remove obsolete and bogus constructs.
976         * aclocal.m4: Regenerate.
977         * configure: Regnerate.
979 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
981         * acinclude.m4: De-precious CC and CXX so that the right flags
982         are passed down to multilibs.
983         * aclocal.m4: Regenerate.
984         * configure: Regenerate.
986 2004-02-22  Zack Weinberg <zack@codesourcery.com>
987             Nathanael Nerode <neroden@twcny.rr.com>
988             Alexandre Oliva <aoliva@redhat.com>
990         * config.sub, config.guess: Replace with forwarding scripts
991         which invoke the master copies in the top level.
993 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
995         * acinclude.m4: Remove old no-executables workaround;
996         add new no-executables workaround.
997         * aclocal.m4: Regenerate.
998         * configure.in: Change prereqs to autoconf 2.57.
999         * configure: Regenerate with autoconf 2.57.
1001         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
1002         * configure: Regenerate.
1003         * Makefile.am: Use target_noncanonical variable from configure.
1004         * Makefile.in: Regenerate.
1005         * include/Makefile.in: Regenerate.
1007 2004-02-20  Andrew Cagney  <cagney@redhat.com>
1009         * config.guess: Update from version 2002-01-10 to 2004-02-16.
1010         * config.sub: Update from version 2002-01-02 to 2004-02-16.
1012 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1014         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
1015         * aclocal.m4: Rebuild.
1016         * configure: Regenerate.
1018         * acinclude.m4: Move certain code to configure.in.
1019         * configure.in: Receive code from acinclude.m4.
1020         * aclocal.m4: Rebuild.
1021         * configure: Regenerate.
1023         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
1025 2004-01-20  Andrew Haley  <aph@redhat.com>
1027         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
1029         * configure.in: Comment change.
1031 2004-01-16  Andrew Haley  <aph@redhat.com>
1033         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
1034         add for ia64; remove for MIPS.
1035         * configure: Regnerated.
1037 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
1039         * configure.in: Add in AC_PREREQ(2.13)
1041 2004-01-07  Dave Jones <davej@redhat.com>
1043         * malloc.c (GC_generic_malloc): Correct initialization typo.
1044         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
1046 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1048         * include/private/gcconfig.h: Re-install change of 2003-04-16.
1050 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1052         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
1053         _MIPS_SIM_ABI32.
1055 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
1057         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
1058         unsure comment.
1060 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
1062         * configure: Rebuild.
1064 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
1066         * configure.in: Remove NO_GETENV definition for win32.
1067         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
1068         * misc.c (GC_init_inner): Call GC_thr_init for win32.
1069           (GC_set_warn_proc): Add assertion.
1070         * win32_threads.c: Import 6.3alpha2 version.
1071         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
1073 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1075         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
1076         2.3/SPARC, there are no micro versions.
1077         Treat Solaris 10 and up alike.
1078         * configure: Regenerate.
1080 2003-09-22  Anthony Green  <green@redhat.com>
1082         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
1083         "NOSYS" targets.
1085 2003-09-20    <green@redhat.com>
1087         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
1088         check for __arm__ or __thumb__.
1090 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
1092         * configure: Regenerate.
1094 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1095             Roger Sayle <roger@eyesopen.com>
1097         * configure.in: Set INCLUDES to absolute path.
1098         Save $INCLUDES in boehm-cflags, too.
1099         Set INCLUDES so it's available to config.status.
1100         * configure: Regenerate.
1102 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
1104         * include/gc.h (GC_CreateThread): Declare with WINAPI
1105         attribute.
1106         * win32_threads.c (GC_CreateThread): Make definitions consistent
1107         with declaration.  Cast &thread_table[i].handle to PHANDLE
1108         in call to DuplicateHandle
1109         (thread_start): Declare as static.
1111 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
1113         * dyn_load.c: Define __private_extern__ to match Apple's system
1114         header.
1116 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
1118         * os_dep.c: Remove redundancy introduced in last merge.
1120 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
1122         Import GC 6.3alpha1.
1123         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
1124         * ChangeLog: Likewise.
1125         * Makefile.am: Likewise.
1126         * Makefile.direct: Likewise.
1127         * Makefile.dj: Likewise.
1128         * allchblk.c: Likewise.
1129         * alloc.c: Likewise.
1130         * backgraph.c: Likewise.
1131         * configure.host: Likewise.
1132         * configure.in: Likewise.
1133         * dbg_mlc.c: Likewise.
1134         * dyn_load.c: Likewise.
1135         * finalize.c: Likewise.
1136         * gc_cpp.cc: Likewise.
1137         * gc_dlopen.c: Likewise.
1138         * gcj_mlc.c: Likewise.
1139         * if_mach.c: Likewise.
1140         * mach_dep.c: Likewise.
1141         * malloc.c: Likewise.
1142         * mallocx.c: Likewise.
1143         * mark.c: Likewise.
1144         * mark_rts.c: Likewise.
1145         * misc.c: Likewise.
1146         * os_dep.c: Likewise.
1147         * ptr_chck.c: Likewise.
1148         * reclaim.c: Likewise.
1149         * solaris_pthreads.c: Likewise.
1150         * solaris_threads.c: Likewise.
1151         * sparc_mach_dep.S: Likewise.
1152         * threadlibs.c: Likewise.
1153         * typd_mlc.c: Likewise.
1154         * version.h: Likewise.
1155         * win32_threads.c: Likewise.
1156         * Mac_files/MacOS_Test_config.h: Likewise.
1157         * Mac_files/MacOS_config.h: Likewise.
1158         * cord/cordbscs.c: Likewise.
1159         * cord/cordprnt.c: Likewise.
1160         * cord/de_win.c: Likewise.
1161         * doc/README: Likewise.
1162         * doc/README.MacOSX: Likewise.
1163         * doc/README.changes: Likewise.
1164         * doc/README.environment: Likewise.
1165         * doc/README.ews4800: Likewise.
1166         * doc/README.linux: Likewise.
1167         * doc/README.macros: Likewise.
1168         * doc/README.win32: Likewise.
1169         * doc/debugging.html: Likewise.
1170         * doc/gcdescr.html: Likewise.
1171         * doc/tree.html: Likewise.
1172         * include/Makefile.in: Likewise.
1173         * include/gc.h: Likewise.
1174         * include/gc_cpp.h: Likewise.
1175         * include/gc_local_alloc.h: Likewise.
1176         * include/gc_mark.h: Likewise.
1177         * include/gc_pthread_redirects.h: Likewise.
1178         * include/gc_typed.h: Likewise.
1179         * include/new_gc_alloc.h: Likewise.
1180         * include/private/dbg_mlc.h: Likewise.
1181         * include/private/gc_hdrs.h: Likewise.
1182         * include/private/gc_locks.h: Likewise.
1183         * include/private/gc_pmark.h: Likewise.
1184         * include/private/gc_priv.h: Likewise.
1185         * include/private/gcconfig.h: Likewise.
1186         * include/private/solaris_threads.h: Likewise.
1187         * include/private/specific.h: Likewise.
1188         * tests/test.c: Likewise.
1189         * tests/test_cpp.cc: Likewise.
1191         * configure: Rebuild.
1192         * Makefile.in: Rebuild.
1194         * mips_sgi_mach_dep.s: Add.
1196         * alpha_mach_dep.s: Remove.
1197         * irix_threads.c: Remove.
1198         * linux_threads.c: Remove.
1199         * mips_sgi_mach_dep.S: Remove.
1200         * missing: Remove.
1201         * powerpc_macosx_mach_dep.s: Remove.
1202         * doc/Makefile.am: Remove.
1203         * doc/Makefile.in: Remove.
1205 2003-07-25  Roger Sayle  <roger@eyesopen.com>
1207         * configure.host: Only use +ESdbgasm when using the HPUX native
1208         compiler on PA-Risc.  It isn't recognized by GCC and is silently
1209         ignored by HP's compilers on ia64.
1211 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
1213         * configure.in: define GC_DLL under mingw if --enable-shared
1214         * configure: rebuilt
1215         * win32_threads.c: add #ifdef GC_DLL around DllMain
1217 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
1219         * include/private/gcconfig.h: Add support for arm-netbsdelf.
1221 2003-04-09  Tom Tromey  <tromey@redhat.com>
1223         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
1224         POWERPC.
1225         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
1227 2003-03-22  Richard Henderson  <rth@redhat.com>
1229         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
1230         (GC_test_and_set): Use __sync_lock_test_and_set.
1231         (GC_clear): Use volatile assignment.
1232         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
1233         (GC_memory_write_barrier): Use __sync_synchronize.
1235 2003-03-12  Andreas Schwab  <schwab@suse.de>
1237         * configure.in: Avoid trailing /. in toolexeclibdir.
1238         * configure: Rebuilt.
1240 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
1241         * include/private/gcconfig.h (GC_data_start): declare when needed.
1242         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
1243         declaration.
1244         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
1245         GC_register_dynlib_callback): Register main data for static
1246         executable if dl_iterate_phdr() didn't.
1247         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
1248         if we don't expect to register main static data.
1250 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
1251         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
1252         (GC_push_roots): explicitly mark free list headers, register
1253         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
1254         * alloc.c (GC_stopped_mark): Conditionally call
1255         GC_cond_register_dynamic_libraries().
1256         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
1257         * dyn_load.c (GC_register_main_static_data): define.
1258         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
1259         no longer skip main data.
1260         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
1261         (GC_init_inner): Make main data registration conditional.
1262         * include/private/gc_priv.h (GC_register_main_static_data): declare.
1263         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
1264         for LINUX.
1266 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1268         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
1269         config.status.
1270         * configure: Rebuilt.
1272 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
1274         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
1276 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1278         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1279         Remove USE_LIBDIR conditional.
1280         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1281         * Makefile.in, configure: Rebuilt.
1283 2002-12-31  Tom Tromey  <tromey@redhat.com>
1285         For PR libgcj/8933:
1286         * include/Makefile.in: Rebuilt.
1287         * include/Makefile.am (noinst_HEADERS): Renamed from
1288         include_HEADERS.
1290 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1292         * ltconfig (osf[345]): Append $major to soname_spec.
1293         Reflect this in library_names_spec.
1294         * ltmain.sh (osf): Prefix $major with . for use as extension.
1296 2002-10-02  Andreas Jaeger  <aj@suse.de>
1298         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
1300 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1302         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
1303         check for __arm__ or __thumb__.
1305 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1307         * include/private/gcconfig: Add machine type S390.  Add s390x support.
1308         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
1309         (GC_compare_and_exchange): Likewise.
1311 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
1313         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
1315 2002-08-23  Adam Megacz <adam@xwt.org>
1317         * win32_threads.cc: Removed extraneous ABORT()
1319 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1321         * Makefile.am (all-multi): Fix multilib parallel build.
1323 2002-07-18  Bo Thorsen  <bo@suse.de>
1325         * include/private/gcconfig.h: Add x86-64 definitions.
1326         * os_dep.c: Add x86-64 support.
1327         * configure.in: Likewise.
1328         * configure: Regenerate.
1330 2002-07-18  H.J. Lu <hjl@gnu.org>
1332         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
1334 2002-07-18  H.J. Lu  (hjl@gnu.org)
1336         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
1337         Linux/mips.
1339 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
1340             Jonathan Clark
1342         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
1344 2002-06-09  H.J. Lu  (hjl@gnu.org)
1346         * include/private/gc_locks.h (GC_test_and_set): Support
1347         Linux/mips.
1348         (GC_TEST_AND_SET_DEFINED): Likewise.
1350         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
1351         Linux/mips.
1352         (DATAEND): Likewise.
1353         (LINUX_STACKBOTTOM): Likewise.
1354         (STACKBOTTOM): Removed for Linux/mips.
1356 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
1358         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
1359         (GC_pthread_create): Fix typo.
1360         (GC_TRY_LOCK): Likewise.
1361         * include/private/gc_locks.h (GC_test_and_set): Only take one
1362         one argument.
1363         (LOCK): Adjust appropriately.
1364         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
1365         _SIGRTMIN is unavailable.
1367 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1369         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
1370         * aclocal.m4: Regenerate.
1371         * configure: Regenerate.
1373 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1375         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1376         script entry, and set LD to it when configuring multilibs.
1377         * configure: Rebuilt.
1379 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1381         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
1382         (noinst_LTLIBRARIES): Add libgcjgc.la.
1384         * Makefile.in: Rebuild.
1386 2002-04-22  David S. Miller  <davem@redhat.com>
1388         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
1389         64-bit SPARC Linux, the __libc_stack_end technique does
1390         not work in this case.
1392 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1394         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
1396 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
1398         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
1399         SPARC Linux.
1401 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
1403         * include/private/gcconfig.h (DATAEND): Update comment example
1404         to match reality.
1406 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
1408         * include/private/gcconfig.h (DATAEND): Clarify comment.
1410 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1412         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
1413         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
1414         declare.
1415         * allchblk.c (GC_allchblk_nth): Change text and support reduced
1416         frequency for blacklist warning message.
1417         * misc.c (GC_large_alloc_warn_interval,
1418         GC_large_alloc_warn_suppressed): define.
1419         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
1420         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
1421         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
1422         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
1424         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
1426 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
1428         * include/private/gcconfig.h: Add support for an unmapped
1429         memory hole between the end of the initialized data segment
1430         and the start of the BSS on FreeBSD/i386.
1432 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1434         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
1435         NetBSD/i386.
1437 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
1439         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
1440         (GC_local_gcj_malloc): Add assertion.
1441         (start_mark_threads): Fix abort message.
1442         * mark.c (GC_mark_from): Generalize assertion.
1443         * reclaim.c (GC_clear_fl_links): New function.
1444         (GC_start_reclaim): Must clear some freelist links.
1445         * include/private/specific.h, specific.c: Add assertions.
1446         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
1447         Rearrange tse fields.
1449 2002-03-27  Richard Henderson  <rth@redhat.com>
1451         * os_dep.c (GC_init_linux_data_start): Fix references to
1452         __data_start and _end.
1454 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
1456         * include/private/gcconfig.h: Change all likely references
1457         to linker script synthesized symbols to use this idiom:
1458         extern int etext[]; etext
1460 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
1462         * linux_threads.c (GC_get_nprocs): Close file descriptor.
1464 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1466         * include/private/gcconfig.h: Add unified test for FreeBSD.
1467         Support FreeBSD/alpha.
1468         * os_dep.c: Do not include <machine/trap.h> unless available.
1469         (GC_freebsd_stack_base): Fix types.
1471 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1473         * Makefile.am: Make a convenience library.
1474         * Makefile.in: Rebuilt.
1476 2002-03-15  Anthony Green  <green@redhat.com>
1478         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
1479         * configure.in: Disable use of getenv for win32 targets (some of
1480         which have broken implementations).
1481         * configure: Rebuilt.
1483 2002-03-12  Adam Megacz  <adam@xwt.org>
1485         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
1486         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
1487         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
1488         statically initialized it to TRUE if compiling with GCC.
1489         * win32_threads.c (thread_start): We no longer use SEH if
1490         compiling with GCC.
1491         * mark.c (GC_mark_some): We no longer use SEH if
1492         compiling with GCC.
1494 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1496         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
1497         support is enabled, for hash synchronization.
1499 2002-02-24  Adam Megacz  <adam@xwt.org>
1501         * Makefile.am: Added win32_threads.c to sources list.
1502         * win32_threads.c: Added two */'s which I had neglected.
1504 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1506         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
1507         * Makefile.in: Rebuilt.
1509 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1511         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
1513         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
1514         preprocessor file.
1515         * mips_sgi_mach_dep.S: Likewise.
1516         * Makefile.am: Update for above changes.
1517         * Makefile.in: Rebuilt.
1519 2002-02-12  Richard Henderson  <rth@redhat.com>
1521         * configure.in: Re-apply 2001-06-26 configure change.
1522         * configure: Rebuild.
1524 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1526         Imported GC 6.1 Alpha 3.
1528         * sparc_mach_dep.S: Delete incorrectly named file.
1530 2001-02-11  Adam Megacz <adam@xwt.org
1532         * configure.in: support for win32, saner
1533         cross-compile options
1535 2001-02-08  Anthony Green  <green@redhat.com>
1537         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
1538           board embedded targets.
1539         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
1540           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
1541           redundant uses of ECOS.
1542         * misc.c: Use NOSYS where ECOS is being used.
1543           Don't define GC_write twice for ECOS systems.
1544           (GC_write): New function for NOSYS targets.
1546 2002-02-06  Adam Megacz <adam@xwt.org>
1548         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
1549         now exposed on all Win32 platforms.
1550         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
1551         compiles on Win32; it invokes CreateThread() if GC is built
1552         as a DLL; otherwise it registers the thread.
1553         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
1554         libgcjgc was not built as a DLL.
1556 2002-02-01  Adam Megacz <adam@xwt.org>
1558         * boehm-gc on win32 now automatically detects if it is being built
1559         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
1561 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
1563         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
1564         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
1565         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
1566         DATASTART and DATAEND roots.
1567         * rs6000_mach_dep.s: Add function descriptor and traceback table.
1569 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
1571         * dyn_load.c: Define ElfW (if needed) for all targets,
1572         not just GNU/Linux.
1573         (GC_FirstDLOpenedLinkMap): Use it.
1574         (GC_register_dynamic_libraries_dl): Use it.
1575         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
1576         for sparcv9.
1578 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1580         PR other/3725
1581         * configure.in: Add AC_SUBST(target_alias).
1582         * configure: Regenerated.
1584 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
1586         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1587         case for GC_FREEBSD_THREADS.
1588         * configure.in (*-*-freebsd*): Clarify warning.
1589         * configure: Rebuilt.
1591 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
1592             Andreas Tobler <toa@pop.agri.ch>
1594         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1596 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1598         * linux_threads.c (GC_init_parallel): Do not declare as a static
1599         constructor.
1600         * include/gc.h (GC_init): Declare here. Add description.
1601         * include/private/gc_priv.h (GC_init): Remove declaration.
1603 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1605         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1606         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1607         GC_FREEBSD_THREADS, handle strange interaction between system
1608         pthread implementation and boehm-gc signal-handler architecture.
1609         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1610         set stack.
1611         * include/private/gcconfig.h (configuration keyed off FREEBSD):
1612         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
1613         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1615 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1617         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1618         * Makefile.in: Rebuilt.
1620 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1622         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1623         merged local changes.
1625 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1627         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1628         Solaris 2/Intel definition.
1630         * configure.in (i?86-*-solaris2.[89]*): Define
1631         SOLARIS25_PROC_VDB_BUG_FIXED.
1632         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1633         * configure: Regenerate.
1635         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1636         (DATAEND): Define using _end.
1638 2001-09-11  Per Bothner  <per@bothner.com>
1640         * include/Makefile.am:  New file.  It defines include_HEADERS.
1641         * Makefile.am (SUBDIRS):  New macro, set to include.
1642         * configure.in (AC_OUTPUT):  Add include/Makefile.
1644 2001-08-20  Tom Tromey  <tromey@redhat.com>
1646         * configure: Rebuilt.
1647         * configure.in: Always ask gcc for threads package.
1649 2001-08-17  Tom Tromey  <tromey@redhat.com>
1651         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1652         merged local changes.
1654 2001-08-02  David Billinghurst <David.Billinghurst>
1656         * configure: Rebuilt.
1657         * configure.in:  POSIX threads on cygwin does not link with
1658         -lpthreads.
1660 2001-07-03  Tom Tromey  <tromey@redhat.com>
1662         Fix for PR bootstrap/3281:
1663         * aclocal.m4, configure, Makefile.in: Rebuilt.
1664         * acinclude.m4: Set mkinstalldirs for in-tree build.
1666 2001-06-26  Richard Henderson  <rth@redhat.com>
1668         * alpha_mach_dep.s: Mark call-saved FP registers.
1669         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1670         * configure.in (alpha*): Re-enable alpha_mach_dep.s
1671         * configure: Rebuild.
1673 2001-06-12  Tom Tromey  <tromey@redhat.com>
1675         * aclocal.m4, configure: Rebuilt.
1676         * acinclude.m4: Find configure.host in srcdir.
1678 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1680         * configure.in (AC_EXEEXT): Work around in case it expands to
1681         nothing, as in autoconf 2.50.
1682         * acinclude.m4: Likewise.
1683         * aclocal.m4, configure: Rebuilt.
1685 2001-06-07  Tom Tromey  <tromey@redhat.com>
1687         For PR bootstrap/3075:
1688         * configure, aclocal.m4, Makefile.in: Rebuilt.
1689         * configure.in: Don't call AC_CONFIG_AUX_DIR or
1690         AC_CANONICAL_SYSTEM.
1691         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1692         AC_CANONICAL_SYSTEM here.
1693         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1694         boehm_gc_basedir.
1696 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1698         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1699         (libgcjgc_la_SOURCES): Remove typo.
1700         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1701         * Makefile.in: Rebuilt.
1703 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1705         Imported version version 6.0alpha7.
1707         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1708         README.amiga, README.debugging, README.dj, README.hp, README.linux,
1709         README.rs6000, README.sgi, README.solaris2, README.uts,
1710         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1711         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1712         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1713         hpux_irix_threads.c, makefile.depend, nursery.c,
1714         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1715         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1716         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1717         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1718         files.
1720 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
1722         * configure.host: Build with -fexceptions.
1723         * linux_threads.c: Remember which thread stopped world for
1725 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
1726             with final tuning by Bryce McKinlay
1728         * configure.in: Add support for --enable-threads=posix on FreeBSD.
1729         * configure: Rebuilt.
1731 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
1733         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1734         (GC_noop1): Change declaration to take one argument.
1736 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
1738         * configure.in: Obtain THREADS with `gcc -v'.
1739         * configure: Rebuilt.
1741 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
1743         * misc.c: Back out buggy changes to stack clearing code.
1744         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1745         spent clearing memory.
1747 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
1749         * finalize.c:
1750         - Accomodate finalization requests for static objects.
1751           (Will be required by hash synchronization.  May be needed
1752           in some configurations now.)
1754         * gc_priv.h:
1755         - Define MIN_WORDS.  All allocation requests are rounded
1756           up to at least this size.  Removes a subtle assumption that
1757           Java objects have a 2 word header.
1759         * gcconfig.h:
1760         - Adjust Linux/IA64 configuration for non-ancient kernels.
1761           (Necessary fix for IA64.)
1763         * linux_threads.c:
1764         - Fix syntax error in currently unused code.  Will be needed
1765           for Linux/PA-RISC.
1767         * malloc.c:
1768         - Handle MIN_WORDS.
1770         * misc.c:
1771         - Handle MIN_WORDS.
1772         - Change stack cleaning code to typically clear about one tenth
1773           the memory it used to in the threads configuration.  Occasionally
1774           still clear more.  (This is really a fix for a long-standing
1775           and fairly significant performance bug with threads.)
1777         * os_dep.c:
1778         - Fix the code for finding the beginning of the data segment under
1779           Linux.  I believe this is necessary for some IA64 Linux
1780           distributions.  It will also helo other platforms, though those
1781           may additionally require a gcconfig.h adjustment.  (This basically
1782           works around the absence of a data_start or __data_start
1783           definition in glibc.)
1785         * test.c:
1786         - Handle rounding due to MIN_WORDS.
1788 2001-03-22  Tom Tromey  <tromey@redhat.com>
1790         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1792 2001-03-19  Tom Tromey  <tromey@redhat.com>
1794         * Makefile.in: Rebuilt.
1795         * Makefile.am (gctest_LDFLAGS): new macro.
1797 2001-03-16  Tom Tromey  <tromey@redhat.com>
1799         * Makefile.in: Rebuilt.
1800         * Makefile.am (TESTS_ENVIRONMENT): New macro.
1802 2001-01-23  Rod Stewart <stewart@lab43.org>
1804         * gcconfig.h: Check for `__arm__', not `arm'.
1806 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
1808         * configure.in: Rename THREADLIB to THREADLIBS.
1809         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1810         ensures that we link the correct version of the linuxthreads semaphore
1811         functions.
1812         * Makefile.in: Rebuilt.
1813         * configure: Rebuilt.
1815         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1816         list of signals which are not blocked during suspend in the NO_SIGNALS
1817         case.
1819 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
1821         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1823 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
1825         * Makefile.dist: Renamed from Makefile.orig.
1827 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1829         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1830         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1831         set accordingly.
1832         * Makefile.in: Rebuilt.
1833         * configure: Likewise.
1835 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
1837         * gcconfig.h: Add new case for powerpc EABI.
1838         [PPC]: Handle embedded OS for powerpc simulator.
1840 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
1842         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1843         cross-compile configuration only.
1844         * Makefile.am: Build gcj_mlc.c.
1845         * configure, Makefile.in: Rebuilt.
1847 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1849         * acinclude.m4: Include libtool macros from the top level.
1850         * aclocal.m4, configure: Rebuilt.
1852 2000-09-04  Anthony Green  <green@redhat.com>
1854         Fix for PR libgcj/230:
1855         * mark.c (GC_mark_from_mark_stack): Remove call to
1856         GC_debug_object_start.
1857         * gc_priv.h (GC_debug_object_start): Remove prototype.
1859 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
1861         * gcconfig.h [OSF1] (_end): Declare as `int'.
1863 2000-08-02  Tom Tromey  <tromey@cygnus.com>
1865         * gc_priv.h (GC_generic_malloc_inner): Prototype.
1866         (GC_generic_malloc): Likewise.
1867         (GC_add_to_black_list_normal): Likewise.
1868         (GC_find_header): Likewise.
1869         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1870         * gc_mark.h (GC_find_start): Prototype.
1871         (GC_signal_mark_stack_overflow): Likewise.
1873 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
1875         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1876         * configure: Rebuilt.
1878         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1880 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
1882         Imported version 5.1.
1883         * acinclude.m4: Push version to 5.1.
1885 2000-06-19  Andrew Haley  <aph@cygnus.com>
1887         * os_dep.c (read): Pass two dummy args to syscall().
1889 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
1891         Imported 5.0 release version.
1892         * acinclude.m4: Increment version to 5.0.
1894 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
1896         Imported version 5.0alpha7.
1897         * acinclude.m4: Update version to 5.0a7.
1899 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
1901         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1902         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1903         - sparc glibc does not provide it.
1904         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1905         Make STACKBOTTOM depend on the wordsize.
1906         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1907         (struct frame): Declare on sparc*-linux*.
1908         (GC_save_callers): Bias the frame pointers if needed (sparc64).
1909         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1910         Implement on sparc64.
1911         (GC_clear_stack_inner): Implement on sparc64.
1912         * gc_priv.h (GC_test_and_set): Implement for sparc.
1913         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1914         GC_save_regs_in_stack on sparc.
1916 2000-04-23  Tom Tromey  <tromey@cygnus.com>
1918         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1920 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
1922         Imported version version 5.0alpha6.
1923         * acinclude.m4: Bump version to 5.0a6.
1924         * configure.in: Don't use alpha_mach_dep.s.
1925         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1926         obsolete files.
1927         * Makefile.am, Makefile.in: irix_threads.c is now
1928         hpux_irix_threads.c.
1929         * Makefile.orig: Updated from gc distribution Makefile.
1931 2000-03-26  Anthony Green  <green@redhat.com>
1933         * misc.c (GC_enable): Always define GC_enable and GC_disable.
1935 2000-02-14  Tom Tromey  <tromey@cygnus.com>
1937         * gc.h (dlopen): Define as GC_dlopen on Linux.
1938         (GC_dlopen): Declare on Linux.
1939         * dyn_load.c (GC_dlopen): Define for Linux.
1941 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
1943         * gcconfig.h (DATASTART): Add missing extern declaration
1944         for data_start on powerpc.
1946 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
1948         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1949         NO_SIGNALS case.
1951 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
1953         * gcconfig.h: Define DATASTART for Alpha Linux.
1955 1999-12-19  Anthony Green  <green@cygnus.com>
1957         * gcconfig.h: Use libgcj hack for Alpha Linux.
1958         Undefine MPROTEXT_VDB (from Jeff Sturm).
1959         * os_dep.c: Remove Alpha Linux hacks.
1960         * misc.c: Ditto.
1962 1999-12-13  Tom Tromey  <tromey@cygnus.com>
1964         * aclocal.m4, configure: Rebuilt.
1965         * acinclude.m4: Changed version to 5.0a4.
1966         * Makefile.in: Rebuilt.
1967         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1969 1999-12-12  Anthony Green  <green@cygnus.com>
1971         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1972         Linux.
1973         (DYNAMIC_LOADING): Define for PowerPC Linux.
1974         * os_dep.c: Remove some special cases for PowerPC Linux.
1975         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1976         for PowerPC Linux.
1978 1999-11-04  Tom Tromey  <tromey@cygnus.com>
1980         * Makefile.in: Rebuilt.
1981         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1983         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1984         (GC_thr_init): Don't declare.
1986         * configure: Rebuilt.
1987         * configure.in: Removed qt threads case.
1988         * dyn_load.c: Don't mention QUICK_THREADS.
1989         * os_dep.c: Don't mention QUICK_THREADS.
1990         * misc.c: Don't mention QUICK_THREADS.
1991         * gcconfig.h: Don't mention QUICK_THREADS.
1992         * gc_priv.h: Removed QUICK_THREADS code.
1993         * quick_threads.c: Removed.
1995 1999-11-03  Tom Tromey  <tromey@cygnus.com>
1997         * gcconfig.h: Merged in local changes from old config.h.
1999 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
2001         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
2003 1999-11-02  Tom Tromey  <tromey@cygnus.com>
2005         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
2007         * configure: Rebuilt.
2008         * configure.in: Don't create boehm-config.h.
2009         * Makefile.in: Rebuilt.
2010         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
2011         config.h.
2012         ($(all_objs)): Depend on gcconfig.h.
2013         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
2014         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
2015         * config.h: Removed.
2017 1999-11-01  Tom Tromey  <tromey@cygnus.com>
2019         * Makefile.in: Rebuilt.
2020         * Makefile.am (gctest_LDADD): Added THREADLIB.
2021         (TESTS): New macro.
2022         * configure: Rebuilt.
2023         * configure.in (INCLUDES): New subst.
2025 1999-09-29  Steve Chamberlain  <sac@pobox.com>
2027         * config.h: Added picoJava target.
2028         * mach_dep.h (GC_push_regs):  New code for picoJava.
2030 1999-09-28  Tom Tromey  <tromey@cygnus.com>
2032         * aclocal.m4, configure: Rebuilt.
2033         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
2034         appropriate AC_PROG_ symbol.
2036 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2038         * gc_priv.h:  IRIX thread changes from
2039         include/private/gc_priv.h.
2041 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2043         * Makefile.in: Rebuilt.
2044         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
2045         builds.
2047         * configure: Rebuilt.
2048         * configure.in: Properly align --help output, fix capitalization
2049         and punctuation.
2050         * acinclude.m4: Likewise.
2052 1999-08-04  Tom Tromey  <tromey@cygnus.com>
2054         * configure.in: Added missing `;;'.  From Anthony Green.
2056 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2058         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
2060 1999-08-03  Tom Tromey  <tromey@cygnus.com>
2062         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
2063         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2065 1999-08-02  Tom Tromey  <tromey@cygnus.com>
2067         * aclocal.m4, configure: Rebuilt for new libtool.
2069 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
2071         * mips_sgi_mach_dep.s: Enable PIC option.
2073 1999-07-19  Tom Tromey  <tromey@cygnus.com>
2075         * config.h (MPROTECT_VDB): Don't define on Linux.
2077 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
2079         * Makefile.am (.s.lo): Avoid `#line' directives.
2080         * Makefile.in: Rebuilt.
2082 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
2084         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
2085         generate *-recursive for this Makefile, use *-am instead.
2086         * Makefile.in: Rebuilt.
2088 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
2090         * Makefile.am (.s.lo): Renamed from `.s.o'.
2091         * Makefile.in: Rebuilt.
2093 1999-06-21  Tom Tromey  <tromey@cygnus.com>
2095         Alpha patch from Jeff Sturm:
2096         * os_dep.c (GC_init_linuxalpha): New function.
2097         * misc.c: Initialize for alpha linux.
2098         * gc_priv.h (GC_test_and_set): Define for alpha.
2099         * config.h: Don't assume __data_start on alpha.
2101         * Makefile.in: Rebuilt.
2102         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
2103         -release.
2105         * Makefile.in: Rebuilt.
2106         * Makefile.am (toolexeclibdir): Define as libdir when
2107         appropriate.
2108         * configure: Rebuilt.
2109         * configure.in (USE_LIBDIR): New conditional.
2111         * configure: Rebuilt.
2112         * configure.in: Recognize all forms of alpha.
2114 1999-06-17  Anthony Green  <green@cygnus.com>
2116         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
2117         Carlo Dapor <carlo@vis.ethz.ch>).
2119 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
2121         * configure.in: Switch from irix threads to posix threads
2122         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
2123         for mips architecture.
2124         * configure: Regenerate.
2126 1999-04-30  Tom Tromey  <tromey@cygnus.com>
2128         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
2130 1999-04-26  Tom Tromey  <tromey@cygnus.com>
2132         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
2133         `weak'.
2135 1999-04-23  Tom Tromey  <tromey@cygnus.com>
2137         * Makefile.in, configure: Rebuilt.
2138         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
2139         (libgcjgc_la_SOURCES): Renamed.
2140         (libgcjgc_la_LIBADD): Likewise.
2141         (libgcjgc_la_DEPENDENCIES): Likewise.
2142         (EXTRA_libgcjgc_la_SOURCES): Likewise.
2143         (gctest_LDADD): Use libgcjgc.la.
2144         (all_objs): Mention libgcj_la_OBJECTS.
2145         (EXTRA_LTLIBRARIES): Renamed.
2146         (toollib_LTLIBRARIES): Likewise.
2147         (libgcjgc_la_LDFLAGS): New macro
2148         (toolexecdir): Renamed.
2149         (toolexeclibdir): Likewise.
2150         (toolexeclib_LTLIBRARIES): Likewise.
2151         (LTCOMPILE): Renamed; added libtool invocation.
2152         (LINK): Added libtool invocation.
2153         (.s.o): use LTCOMPILE.
2154         * configure.in: Call AM_PROG_LIBTOOL.
2155         (target_all): Set to libgcjgc.la.
2156         Mention `.lo' forms of object files.
2158 1999-04-21  Tom Tromey  <tromey@cygnus.com>
2160         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
2161         GC_stackbottom.
2163         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
2164         sigcontext.h.  From Matthias Klose <doko@itso.de>.
2166 1999-04-16  Tom Tromey  <tromey@cygnus.com>
2168         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
2169         David Pettersson <dapet@mai.liu.se>
2171 1999-04-14  Tom Tromey  <tromey@cygnus.com>
2173         * configure: Rebuilt.
2174         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
2175         incorrect patch of 199-04-09.
2177         * configure: Rebuilt.
2178         * configure.in: Added support for alpha.
2179         From David Pettersson <dapet@mai.liu.se>.
2181 1999-04-13  Tom Tromey  <tromey@cygnus.com>
2183         * Makefile.in: Rebuilt.
2184         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
2185         solaris-threads.h.
2187 1999-04-09  Tom Tromey  <tromey@cygnus.com>
2189         * configure: Rebuilt.
2190         * configure.in: Use sparc_mach_dep.s when building on Solaris.
2192 1999-02-23  Tom Tromey  <tromey@cygnus.com>
2194         * configure: Rebuilt.
2195         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
2196         SOLARIS_THREADS and _SOLARIS_PTHREADS.
2198 1999-02-18  Tom Tromey  <tromey@cygnus.com>
2200         * quick_threads.c (GC_push_all_stacks): Change order of arguments
2201         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
2202         for case where LO is NULL.
2204 1999-02-10  Tom Tromey  <tromey@cygnus.com>
2206         * aclocal.m4, configure, Makefile.in: Rebuilt.
2207         * acinclude.m4: Updated to be used with automake 1.4.
2208         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
2209         with automake 1.4.
2210         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
2211         (libgcjgc_a_SOURCES): Likewise.
2212         (libgcjgc_a_LIBADD): Likewise.
2213         (libgcjgc_a_DEPENDENCIES): Likewise.
2214         (EXTRA_libgcjgc_a_SOURCES): Likewise.
2215         (gctest_LDADD): Likewise.
2216         (all_objs): Likewise.
2218 1999-01-08  Tom Tromey  <tromey@cygnus.com>
2220         * configure: Rebuilt.
2221         * configure.in: Define LINUX_THREADS if using POSIX threads on
2222         Linux.
2224         * gc_priv.h (GC_test_and_set): Put return type into definition.
2226 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
2228         * Makefile.am: add support for eCos.  In particular, add C++
2229         support for compiling the file ecos.cc.
2230         * ecos.cc: new file.
2231         * acinclude.m4: add C++ support.
2232         * aclocal.m4: likewise
2233         * config.h: add eCos support.
2234         * configure: likewise
2235         * configure.in: likewise
2236         * misc.c (GC_write): add eCos support.
2237         * os_dep.c (tiny_sbrk): add eCos support.
2239 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
2241         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
2242         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
2244 1998-11-23  Tom Tromey  <tromey@cygnus.com>
2246         * configure.host (boehm_gc_cflags): Don't add `-O2'.
2248 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
2250         * Makefile.am, Makefile.in, configure.host: tx39 build option
2251         "-G 0" added.
2253 1998-11-17  Tom Tromey  <tromey@cygnus.com>
2255         * configure: Rebuilt.
2256         * configure.in: Switch on host, not target.
2258 1998-11-16  Tom Tromey  <tromey@cygnus.com>
2260         * gc_priv.h (GC_debug_object_start): Declare.
2261         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
2262         * gc.h (GC_debug_register_finalizer_no_order,
2263         GC_register_finalizer_no_order): Declare.
2264         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
2265         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
2266         (GC_debug_generic_malloc): Likewise.
2267         (GC_debug_object_start): new function.
2269 1998-11-11  Tom Tromey  <tromey@cygnus.com>
2271         * configure: Rebuilt.
2272         * configure.in: Recognize --enable-java-gc, not --enable-gc.
2274 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2276         * dyn_load.c: Handle QUICK_THREADS case.
2278 1998-10-21  Tom Tromey  <tromey@cygnus.com>
2280         * configure: Rebuilt.
2281         * configure.in: Put cpp defines here, not in config.h.  Recognize
2282         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
2283         define PACKAGE or VERSION.
2284         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
2285         Don't define.
2287         * os_dep.c (GC_default_push_other_roots): Define when
2288         QUICK_THREADS defined.
2289         * misc.c: Added QUICK_THREADS case.
2290         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
2291         * config.h (THREADS): Define if QUICK_THREADS defined.
2292         * Makefile.in: Rebuilt.
2293         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
2294         quick_threads.c.
2295         * quick_threads.c: New file.
2297 1998-10-20  Tom Tromey  <tromey@cygnus.com>
2299         * aclocal.m4, configure: Rebuilt.
2300         * acinclude.m4: Don't subst machine_dir or sys_dir.
2301         * configure.host: Removed unused code.
2303 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
2305         * configure: Rebuilt.
2306         * configure.in: Fix typo in previous patch.
2308 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
2310         * Makefile.in, aclocal.m4, configure: Rebuilt.
2311         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
2312         * configure.host: Created.
2314 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
2316         * Makefile.in: Rebuilt.
2317         * Makefile.am (lib_LIBRARIES): Use target_all.
2318         (EXTRA_LIBRARIES): New macro.
2319         * configure: Rebuilt.
2320         * configure.in: Recognize --enable-gc.
2322 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
2324         * Makefile.in: Rebuilt.
2325         * Makefile.am (COMPILE): Define.
2326         (LINK): Likewise.
2327         (.s.o): Use MY_CFLAGS.
2328         * configure: Rebuilt.
2329         * configure.in (MY_CFLAGS): Define and subst.
2331 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
2333         * configure: Rebuilt.
2334         * configure.in: Added --with-cross-host argument.  Use
2335         $with_cross_host to determine when cross-compiling.
2337         * config.h (SMALL_CONFIG): Don't define.
2338         * configure: Rebuilt.
2339         * configure.in: Define SMALL_CONFIG when cross-compiling.
2341 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
2343         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
2344         allchblk.c: Merged with 4.13a2 while preserving local changes.
2346         * Makefile.orig: Updated from Makefile in 4.13a2.
2348         * configure: Rebuilt.
2349         * configure.in: Updated version number to 4.13a2.  On Solaris,
2350         don't build with -O when using gcc.
2352         Merged in version 4.13alpha2:
2353         * config.h (USE_MMAP): Re-enable on Solaris.
2354         * solaris_pthreads.c: Removed RCS Id line.
2355         * alpha_mach_dep.s: Removed RCS Id line.
2357 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
2359         * config.h (USE_MMAP): Don't define for Solaris.
2361 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
2363         * Makefile.in: Rebuilt.
2364         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
2366         * Makefile.in: Rebuilt.
2367         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
2369 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
2371         * Makefile.in: Rebuilt.
2372         * Makefile.am ($(all_objs)): Depend on config.h.
2374         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
2375         DATASTART as &_etext.
2376         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
2377         * configure: Rebuilt.
2378         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
2379         tx39.
2381 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
2383         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
2384         (GC_maybe_gc): Likewise.
2385         * os_dep.c: If NO_SIGSET defined, then have empty
2386         GC_disable_signals and GC_enable_signals.
2387         * configure: Rebuilt.
2388         * configure.in: Added --with-target-subdir option.  If
2389         cross-compiling, define NO_SIGSET and NO_CLOCK.
2391 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
2393         * Makefile.in: Rebuilt.
2394         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
2395         (AS): Removed.
2396         * aclocal.m4, configure: Rebuilt.
2397         * acinclude.m4: New file.
2398         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
2400 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
2402         * configure: Rebuilt.
2403         * configure.in: Link boehm-config.h to config.h.
2404         * Makefile.in: Rebuilt.
2405         * Makefile.am (INCLUDES): Removed.
2406         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
2407         JAVA_FINALIZATION): Define
2409 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
2411         * Many files: Use GC_bool, not bool.
2412         * gc_priv.h: Define GC_bool, not bool.
2414         * misc.c (GC_dont_gc): Define as int.
2415         (GC_quiet): Likewise.
2416         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
2417         * alloc.c (GC_dont_expand): Define as int.
2418         * gc_priv.h: For gcc, define bool as char.
2420 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
2422         * Makefile.in: Rebuilt.
2423         * Makefile.am (check_PROGRAMS): New macro.
2424         (gctest_SOURCES): Likewise.
2425         (gctest_LDADD): Likewise.
2427 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
2429         * Makefile.in: Rebuilt.
2430         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
2431         * configure: Rebuilt.
2432         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
2434 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2436         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
2437         New files.
2438         * Makefile.orig: Renamed from Makefile.