Update ChangeLog and version files for release
[official-gcc.git] / boehm-gc / ChangeLog
blobd430f1d1830b7d1eae1a78d0190c266380339963
1 2016-12-21  Release Manager
3         * GCC 6.3.0 released.
5 2016-08-22  Release Manager
7         * GCC 6.2.0 released.
9 2016-04-27  Release Manager
11         * GCC 6.1.0 released.
13 2016-03-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15         * configure.host: Set gc_use_mmap on *-kfreebsd-gnu* and *-gnu*.
16         * include/private/gcconfig.h [HURD && USE_MMAP]: Define
17         USE_MMAP_ANON.
19 2016-03-16  Andreas Schwab  <schwab@suse.de>
21         * include/private/gcconfig.h [AARCH64] (ALIGNMENT, CPP_WORDSZ):
22         Define for __ILP32__.
24 2015-10-09  David Malcolm  <dmalcolm@redhat.com>
26         * testsuite/lib/boehm-gc.exp: Load multiline.exp before
27         prune.exp, using load_gcc_lib.
29 2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
31         * os_dep.c [GC_SOLARIS_THREADS] (GC_dirty_init): Use
32         /proc/<pid>/pagedata instead of PIOCOPENPD.
34 2015-07-24  Michael Darling  <darlingm@gmail.com>
36         PR other/66259
37         * Makefile.direct: Reflects renaming of configure.in to configure.ac
38         * Makefile.dist: Likewise
39         * version.h: Likewise
40         * doc/README: Likewise
42 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
44         * Makefile.in: Regenerated with automake-1.11.6.
45         * aclocal.m4: Likewise.
46         * configure: Likewise.
47         * include/Makefile.in: Likewise.
48         * include/gc_config.h.in: Likewise.
49         * testsuite/Makefile.in: Likewise.
51 2014-12-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
53         * testsuite/lib/boehm-gc.exp: Load target-utils.exp.
55 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
57         PR bootstrap/63784
58         * configure: Regenerated.
60 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
62         PR target/63610
63         * configure: Regenerate.
65 2014-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
67         * include/gc.h [(sparc || __sparc) && sun] (GC_INIT): Remove
68         comment and definition.
70 2014-10-06  Marek Polacek  <polacek@redhat.com>
72         * testsuite/boehm-gc.c/gctest.c: Fix defaulting to int.
74 2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
76         Fix current cygwin-64 build problems.
77         * include/gc_config_macros.h (GC_PTHREADS): Use __CYGWIN__ instead
78         of __CYGWIN32__ here.
79         * win32_threads.c (GC_push_all_stacks): Push all X86_64 registers.
80         (GC_get_thread_stack_base): Get the stack base for X86_64.
82 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
84         PR other/43620
85         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
86         * include/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
87         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
88         * Makefile.in: Regenerated.
89         * include/Makefile.in: Regenerated.
90         * testsuite/Makefile.in: Regenerated.
92 2013-12-21  Andreas Tobler  <andreast@gcc.gnu.org>
94         * include/private/gcconfig.h: Add FreeBSD powerpc64 defines.
96 2013-09-20  Alan Modra  <amodra@gmail.com>
98         * configure: Regenerate.
100 2013-09-04  Matthias Klose  <doko@ubuntu.com>
102         * Makefile.am (libgcjgc_la_LIBADD): Add EXTRA_TEST_LIBS.
103         * Makefile.in: Regenerate.
105 2013-03-16  Yvan Roux <yvan.roux@linaro.org>
107         * include/private/gcconfig.h (AARCH64): New macro (defined only if
108         __aarch64__).
109         (CPP_WORDSZ): Define for AArch64.
110         (MACH_TYPE): Likewise.
111         (ALIGNMENT): Likewise.
112         (HBLKSIZE): Likewise.
113         (OS_TYPE): Likewise.
114         (LINUX_STACKBOTTOM): Likewise.
115         (USE_GENERIC_PUSH_REGS): Likewise.
116         (DYNAMIC_LOADING): Likewise.
117         (DATASTART): Likewise.
118         (DATAEND): Likewise.
119         (STACKBOTTOM): Likewise.
120         (NOSYS): Likewise.
121         (mach_type_known): Define for AArch64 and comment update.
123 2013-03-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
125         * os_dep.c [SOLARIS_STACKBOTTOM] (GC_solaris_stack_base): New
126         function.
127         [!BEOS && !AMIGA && !MSWIN32 && !MSWINCE && !OS2 && !NOSYS &&
128         !ECOS] (GC_get_stack_base): Use it.
129         * include/private/gcconfig.h [SPARC && SUNOS5]
130         (SOLARIS_STACKBOTTOM): Define.
131         (STACKBOTTOM, HEURISTIC2): Remove.
132         [I386 && SUNOS5]
133         (SOLARIS_STACKBOTTOM): Define.
134         (STACKBOTTOM): Remove.
136 2012-11-04  Samuel Thibault  <samuel.thibault@gnu.org>
138         * configure.ac: Add stanza for *-*-gnu* threads configuration.
139         * configure: Regenerate.
140         * include/gc_config.h.in: Likewise.
141         * dyn_load.c (_GNU_SOURCE): Define for __GNU__.
142         * include/gc_config_macros.h (_REENTRANT, GC_PTHREADS): Define for
143         GC_GNU_THREADS.
144         * include/private/gcconfig.h (DATASTART): Don't define for I386 &&
145         HURD.
146         (SIG_SUSPEND, SIG_THR_RESTART, SEARCH_FOR_DATA_START): Define for
147         I386 && HURD.
148         (UNIX_LIKE, REGISTER_LIBRARIES_EARLY): Define for HURD.
149         * os_dep.c (GC_init_linux_data_start): Handle for HURD.
150         * pthread_support.c (GC_thr_init): Add case for GC_GNU_THREADS.
151         * specific.c: Use for GC_GNU_THREADS.
152         * threadlibs.c: Add case for GC_GNU_THREADS.
154 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
156         * configure: Regenerated.
158 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
160         * configure: Regenerated.
162 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
164         Merge upstream changes
165         * include/private/gcconfig.h: (ALIGNMENT): Set to 4 for x32.
166         (CPP_WORDSZ): Set to 32 for x32.
168 2012-02-27  Jack Howarth  <howarth@bromo.med.uc.edu>
169             Patrick Marlier  <patrick.marlier@gmail.com>
171         PR boehm-gc/48299
172         * testsuite/boehm-gc.c/thread_leak_test.c: Merge upstream changes.
174 2012-02-23  Patrick Marlier  <patrick.marlier@gmail.com>
175             Jack Howarth  <howarth@bromo.med.uc.edu>
177         PR boehm-gc/52179
178         * include/gc_config.h.in: Undefine HAVE_PTHREAD_GET_STACKADDR_NP.
179         * include/private/gcconfig.h (DARWIN): Define STACKBOTTOM with
180         pthread_get_stackaddr_np when available.
181         * configure.ac (THREADS): Check availability of pthread_get_stackaddr_np.
182         * configure: Regenerate.
184 2012-02-10  Kai Tietz  <ktietz@redhat.com>
186         PR boehm-gc/48514
187         * include/gc_config_macros.h (GC_DLL): Define it for mingw-targets
188         only, if we are actual in boehm-gc's build and DLL_EXPORT
189         is defined.
191 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
193         * configure: Regenerate.
195 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
197         * configure.ac (THREADS): Remove posix95.
198         * configure: Regenerate.
200 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
202         PR target/39150
203         * configure.ac (i?86-*-solaris2.[89]): Also accept
204         x86_64-*-solaris2.1?.
205         * configure: Regenerate.
207 2011-06-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
209         PR libgcj/49451
210         * include/private/gcconfig.h [IRIX5 && _MIPS_SZPTR == 64]
211         (ELF_CLASS): Define.
212         * dyn_load.c [IRIX5]: Include <elf.h>.
213         Include <obj.h> for O32, <objlist.h> for N32, N64.
214         [SUNOS5DL && USE_PROC_FOR_LIBRARIES] (obj_offset): Define.
215         [SUNOS4 && USE_PROC_FOR_LIBRARIES] (obj_offset): Define.
216         [IRIX5 && !USE_PROC_FOR_LIBRARIES] (struct link_map): Define.
217         (__rld_obj_head): Declare.
218         (l_next, l_addr, obj_offset): Define.
219         (GC_FirstDLOpenedLinkMap): New function.
220         [SUNOS4 || SUNOS5DL] (GC_register_dynamic_libraries): Also use on
221         IRIX5.
222         Use obj_offset.
223         [IRIX5 || (USE_PROC_FOR_LIBRARIES && !LINUX]
224         (GC_register_dynamic_libraries): Don't use /proc version on IRIX5.
226 2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
228         * configure.ac (THREADS): Remove decosf1, irix, mach, os2.
229         * configure: Regenerate
231 2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
233         PR testsuite/48480
234         * testsuite/lib/boehm-gc.exp (boehm-gc-dg-prune): Allow for path
235         to ranlib.
237 2011-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
239         PR boehm-gc/11412
240         * configure.ac (THREADCFLAGS): New variable.
241         Use it instead of INCLUDES, AM_CPPFLAGS.
242         <*-*-kfreebsd*-gnu> (THREADDLLIBS): Rename to THREADLIBS.
243         Remove DG/UX support.
244         (AC_CONFIG_FILES): Add testsuite/Makefile.
245         * Makefile.am (AUTOMAKE_OPTIONS): Use foreign instead of cygnus.
246         (SUBDIRS): Add testsuite.
247         (libgcjgc_la_LIBADD): Remove $(UNWINDLIBS).
248         (AM_CXXFLAGS): Add $(THREADCFLAGS).
249         (AM_CFLAGS): Likewise.
250         Remove TESTS related variables.
251         * Makefile.in: Regenerate.
252         * configure: Regenerate.
253         * testsuite/Makefile.am: New file.
254         * testsuite/Makefile.in: New file.
255         * testsuite/lib/boehm-gc.exp: New file.
256         * testsuite/config/default.exp: New file.
257         * testsuite/boehm-gc.c/c.exp: New file.
258         * testsuite/boehm-gc.lib/lib.exp: New file.
259         * tests/test.c: Move ...
260         * testsuite/boehm-gc.c/gctest.c: ... here.
261         * tests/leak_test.c, tests/middle.c, tests/thread_leak_test.c,
262         tests/trace_test.c: Move ...
263         * testsuite/boehm-gc.c: ... here.
264         * testsuite/boehm-gc.c/trace_test.c: Skip everywhere.
265         * tests/staticrootslib.c, tests/staticrootstest.c: Move ...
266         * testsuite/boehm-gc.lib: ... here.
267         * testsuite/boehm-gc.lib/staticrootstest.c: Use dg-add-shlib
268         staticrootslib.c.
269         * tests/test_cpp.cc: Move ...
270         * testsuite/boehm-gc.c++: ... here.
272 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
274         * configure.ac (THREADS): Remove solaris.
275         * configure: Regenerate.
277 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
279         * configure: Regenerate.
281 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
283         * configure.ac: Don't use libdl on mips-sgi-irix6*.
284         * configure: Regenerate.
286 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
288         * configure.ac (*-*-solaris2*): Add -lrt to THREADLIBS.
289         * configure: Regenerate.
291 2010-12-10  Iain Sandoe  <iains@gcc.gnu.org>
293         * powerpc_darwin_mach_dep.s:  Update for m64.  Add eh frames.
294         Do not build or use the picsymbol stub for Darwin >= 9.
295         * tests/test.c (reverse_test):  Modify count for ppc64-darwin.
296         * pthread_support.c (GC_get_thread_stack_base): Correct a debug
297         statement.
299 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
300             Mike Stump  <mrs@gcc.gnu.org>
302         PR target/26427
303         PR target/33120
304         PR testsuite/35710
305         * dyn_load.c (GC_register_dynamic_libraries/DARWIN):  Add new writable
306         data section names.
307         (GC_dyld_name_for_hdr): Adjust layout.
308         (GC_dyld_image_add): Adjust layout, add new Darwin sections, adjust
309         debug to name the sections.
310         (GC_dyld_image_remove): Adjust layout, remove new Darwin sections,
311         adjust debug to name the sections.
312         (GC_register_dynamic_libraries): Adjust layout.
313         (GC_init_dyld): Likewise.
314         (GC_register_main_static_data): Likewise.
316 2010-10-29  Paolo Bonzini  <bonzini@gnu.org>
318         * configure: Regenerate.
320 2010-10-28  Paolo Bonzini  <bonzini@gnu.org>
322         * configure.ac: Rewrite DGUX check to use GC_CFLAGS, and -O0 check
323         to remove the need for MY_CFLAGS.
324         * Makefile.am: Do not use @...@ substitutions.  Use AM_CXXFLAGS,
325         AM_CFLAGS and AM_LDFLAGS instead of redefining LTCOMPILE and LINK.
326         Use "override" to disable -O2 when required.
327         * configure: Regenerate.
328         * Makefile.in: Regenerate.
329         * include/Makefile.in: Regenerate.
331 2010-10-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
333         * dyn_load.c: Fix typo.
334         * pthread_support.c (GC_get_thread_stack_base) [DEBUG_THREADS]:
335         Use GC_printf0.
337 2010-06-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
339         * configure.ac (*-*-solaris2.8*): Only usr alternate thread
340         library on Solaris 8.
341         (*-*-solaris2*): Use regular thread library otherwise.
342         * configure: Regenerate.
344 2010-05-13  Uros Bizjak  <ubizjak@gmail.com>
346         * tests/leak_test.c (main): Declare as int.  Return 0.
347         * tests/thread_leak_test.c (main): Ditto.
348         * tests/trace_test.c (main): Ditto.
350 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
352         PR target/42811
353         * tests/staticrootstest.c: New test source file.
354         * tests/staticrootslib.c: New test library source file.
355         * Makefile.am (test_ldadd): New variable.
356         (gctest_LDADD): Use it.
357         (TESTS): Add leaktest, middletest and staticrootstest.
358         (check_PROGRAMS): Likewise.
359         (leaktest_SOURCES): New libtool variable definition.
360         (leaktest_LDADD): Likewise.
361         (leaktest_LDFLAGS): Likewise.
362         (leaktest_LINK): Likewise.
363         (middletest_SOURCES): Likewise.
364         (middletest_LDADD): Likewise.
365         (middletest_LDFLAGS): Likewise.
366         (middletest_LINK): Likewise.
367         (staticrootstest_SOURCES): Likewise.
368         (staticrootstest_LDADD): Likewise.
369         (staticrootstest_LDFLAGS): Likewise.
370         (staticrootstest_LINK): Likewise.
371         (check_LTLIBRARIES): Likewise.
372         (libstaticrootslib_la_SOURCES): Likewise.
373         (libstaticrootslib_la_LIBADD): Likewise.
374         (libstaticrootslib_la_LDFLAGS): Likewise.
375         (libstaticrootslib_la_DEPENDENCIES): Likewise.
376         * Makefile.in: Regenerate.
378 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
380         * Makefile.in: Regenerate.
381         * aclocal.m4: Regenerate.
382         * include/Makefile.in: Regenerate.
384 2010-03-21  Dave Korn  <dave.korn.cygwin@gmail.com>
386         PR target/42811 (prerequisite)
387         * include/private/gc_priv.h (struct roots) [CYGWIN32]: Don't
388         declare r_next member on Cygwin as on other windows hosts.
389         (LOG_RT_SIZE) [CYGWIN32]: Don't define likewise.
390         (RT_SIZE) [CYGWIN32]: Likewise.
391         (struct _GC_arrays) [CYGWIN32]: Do declare _heap_bases[] member
392         likewise.
393         (GC_heap_bases) [CYGWIN32]: Do define likewise.
394         (struct _SYSTEM_INFO) [CYGWIN32]: Do forward-declare likewise.
395         (GC_sysinfo) [CYGWIN32]: Do declare extern likewise.
396         (GC_n_heap_bases) [CYGWIN32]: Likewise.
397         (GC_is_tmp_root) [CYGWIN32]: Do prototype likewise.
398         * include/private/gcconfig.h (GC_win32_get_mem) [CYGWIN32]: Likewise.
399         (GET_MEM) [CYGWIN32]: Do define likewise.
400         * boehm-gc/ptr_chck.c (GC_is_visible) [CYGWIN32]: Do handle dynamic
401         registration likewise.
402         * boehm-gc/os_dep.c (GC_setpagesize) [CYGWIN32]: Do define likewise.
403         (GC_no_win32_dlls) [CYGWIN32]: Define as constant false, unlike
404         other windows hosts.
405         (GC_sysinfo) [CYGWIN32]: Define as on other windows hosts.
406         (GC_n_heap_bases) [CYGWIN32]: Likewise.
407         (GLOBAL_ALLOC_TEST) [CYGWIN32]: Likewise.
408         (GC_win32_get_mem) [CYGWIN32]: Likewise, but wrapping GC_unix_get_mem
409         rather than GlobalAlloc/VirtualAlloc.
410         (GC_win32_free_heap) [CYGWIN32]: Likewise, but wrapping free instead
411         of GlobalFree (even though the function body is optimised away).
412         * boehm-gc/mark_rts.c (add_roots_to_index) [CYGWIN32]: Define as on
413         other windows hosts.
414         (GC_add_roots_inner) [CYGWIN32]: Avoid overlapping or adjacent
415         intervals likewise.
416         (GC_clear_roots) [CYGWIN32]: Clear GC_root_index[] likewise.
417         (GC_rebuild_root_index) [CYGWIN32]: Define as on other windows hosts.
418         (GC_remove_tmp_roots) [CYGWIN32]: Call it likewise.
419         (GC_remove_roots) [CYGWIN32]: Don't define, as on other windows hosts.
420         (GC_is_tmp_root) [CYGWIN32]: Define, as on other windows hosts.
421         (GC_cond_register_dynamic_libraries) [CYGWIN32]: Handle temporary
422         roots and dynamic registration likewise.
423         * boehm-gc/dyn_load.c (GC_has_static_roots) [CYGWIN32]: Define as on
424         other windows hosts.
425         (GC_register_has_static_roots_callback) [CYGWIN32]: Likewise.
426         (GC_cond_add_roots) [CYGWIN32]: Likewise.
427         (GC_register_main_static_data) [CYGWIN32]: Define to always return
428         false, as on MSWINCE
429         (HAVE_REGISTER_MAIN_STATIC_DATA) [CYGWIN32]: Define as on other
430         windows hosts.
431         (GC_warn_fb) [CYGWIN32]: Likewise.
432         (GC_disallow_ignore_fb) [CYGWIN32]: Likewise.
433         (GC_ignore_fb_mb) [CYGWIN32]: Likewise.
434         (GC_ignore_fb) [CYGWIN32]: Likewise.
435         (is_frame_buffer) [CYGWIN32]: Likewise.
436         (GC_dump_meminfo) [CYGWIN32]: Likewise.
437         (GC_wnt) [CYGWIN32]: Define to constant true.
438         (GC_register_dynamic_libraries) [CYGWIN32]: Define as on other
439         windows hosts.
441 2009-12-09  Matthias Klose  <doko@ubuntu.com> 
443         * include/private/gc_locks.h: For __ARM_EABI__ define
444         GC_test_and_set  GC_clear to use the atomic builtins.
446 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
448         * Makefile.in: Regenerate.
449         * configure: Regenerate.
450         * include/Makefile.in: Regenerate.
452 2009-11-30  Ben Elliston  <bje@au.ibm.com>
454         * mark_rts.c (GC_approx_sp): Use __builtin_frame_address when
455         compiling with GCC rather than taking the address of a local
456         variable.
458 2009-11-30  Ben Elliston  <bje@au.ibm.com>
460         * os_dep.c: Use the POSIX signal API in preference to the BSD API.
461         Generate a compilation error if neither the POSIX nor BSD APIs can
462         be detected.
464 2009-09-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
466         * Makefile.am (libgcjgc_la_LINK, gctest_LINK): New.
467         (gctest_LDADD): Depend on libgcjgc.la instead of ./libgcjgc.la,
468         so that library dependency resolution works with portable make.
469         * Makefile.in: Regenerate.
471 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
473         * configure: Rebuilt with modified libtool.m4.
475 2009-09-03  Loren J. Rittle  <ljrittle@acm.org>
477         * dyn_load.c (HAVE_DL_ITERATE_PHDR): Break definition from use.
478         Define for FreeBSD 7.0+.
480 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
482         * configure.ac (AC_PREREQ): Bump to 2.64.
484 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
486         * Makefile.am (install-html, install-pdf): Remove.
487         * Makefile.in: Regenerate.
489         * Makefile.in: Regenerate.
490         * aclocal.m4: Regenerate.
491         * configure: Regenerate.
492         * include/Makefile.in: Regenerate.
493         * include/gc_config.h.in: Regenerate.
495 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
497         * Makefile.am (LTCOMPILE, LTLINK): Add $(AM_LIBTOOLFLAGS)
498         and $(LIBTOOLFLAGS).
499         * Makefile.in: Regenerate.
501 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
503         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
505 2009-07-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
507         PR boehm-gc/40785
508         * include/private/gc_locks.h (GC_test_and_set): If GCC 4.4, use
509         the __sync_lock_test_and _set and __sync_lock_release builtins on
510         the powerpc.  If not GCC 4.4, fix up the constraints so that it
511         builds without error.
512         (GC_clear): Ditto.
514 2009-07-17  Kai Tietz  <kai.tietz@onevision.com>
516         * configure.ac: Add rule for mingw targets to add -DGC_BUILD=1 to
517         cflags.
518         * configure: Regenerated.
520 2009-05-17  Dave Korn  <dave.korn.cygwin@gmail.com>
522         * win32_threads.c (GC_get_thread_stack_base):  Implement for Cygwin.
524 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
526         * configure: Regenerate.
528 2009-02-09  Mark Mitchell  <mark@codesourcery.com>
530         * Makefile.am (LTLDFLAGS): New variable.
531         (LINK): Use it.
532         * Makefile.in: Regenerated.
534 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
536         * configure: Regenerate.
538 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
539             Steve Ellcey  <sje@cup.hp.com>
541         * configure: Regenerate for new libtool.
542         * Makefile.in: Ditto.
543         * include/Makefile.in: Ditto.
544         * aclocal.m4: Ditto.
546 2008-07-18  Matthias Klose  <doko@ubuntu.com> 
548         * configure.ac (AC_CONFIG_FILES): Add threads.mk. 
549         * threads.mk.in: New. 
550         * Makefile.in, configure: Regenerate. 
552 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
554         * Makefile.in: Regenerate.
555         * configure: Regenerate.
556         * include/Makefile.in: Regenerate.
557         * include/gc_config.h.in: Regenerate.
559 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
561         PR bootstrap/35457
562         * aclocal.m4: Regenerate.
563         * configure: Regenerate.
565 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
567         * aclocal.m4: Regenerate.
568         * configure: Likewise.
569         * Makefile.in: Likewise.
570         * include/Makefile.in: Likewise.
572 2007-02-19  Andreas Tobler  <a.tobler@schweiz.org>
574         * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro
575         GC_GETSECTBYNAME instead.
576         * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the
577         architecture (Darwin).
579 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
581         * include/private/gcconfig.h (HBLKSIZE): Define for MIPS.
583 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
585         * configure: Regenerate.
587 2007-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
589         PR boehm-gc/33442
590         * pthread_support.c (GC_PTR GC_get_thread_stack_base): If stack grows
591         up, return stack_addr instead of stack_addr - stack_size.
593 2007-08-14  David Daney  <ddaney@avtrex.com>
595         * include/private/gcconfig.h: Handle mips64-linux n64 ABI.
597 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
599         * aclocal.m4: Regenerated.
601 2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
603         PR boehm-gc/21940
604         PR boehm-gc/21942
605         * configure.ac (GC_SOLARIS_THREADS): Don't define on *-*-solaris*.
606         Use alternate thread library in /usr/lib/lwp.
607         * configure: Regenerate.
608         * dyn_load.c: Use GC_SOLARIS_PTHREADS.
609         * include/gc_config_macros.h (GC_SOLARIS_THREADS): Don't define.
610         * include/private/gcconfig.h: Handle 64-bit Solaris 2/x86.
611         (GC_SOLARIS_THREADS): Don't define.
612         * include/private/solaris_threads.h: Remove.
613         * pthread_support.c (GC_thr_init) [GC_SOLARIS_PTHREADS]: Determine
614         GC_nprocs via sysconf().
615         * Makefile.am (libgcjgc_la_SOURCES): Remove solaris_pthreads.c and
616         solaris_threads.c.
617         (gctest_LDADD): Use THREADLIBS instead of THREADDLLIBS.
618         * Makefile.in: Regenerate.       
619         * solaris_pthreads.c: Remove.
620         * solaris_threads.c: Remove.
622 2007-06-22  Jakub Jelinek  <jakub@redhat.com>
624         * pthread_support.c (GC_get_thread_stack_base): Handle
625         pthread_getattr_np failures.
627 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
629         * configure: Regenerate.
631 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
633         * Makefile.in: Regenerate.
634         * configure: Regenerate.
635         * aclocal.m4: Regenerate.
636         * include/Makefile.in: Regenerate.
638 2007-05-20  Andreas Tobler  <a.tobler@schweiz.org>
640         * configure.ac: Introduce extra_ldflags_libgc. Use it for Darwin.
641         * configure: Regenerate.
642         * Makefile.am (libgc_la_LDFLAGS): Use extra_ldflags_libgc.
643         * Makefile.in: Regenerate.
644         * include/Makefile.in: Regenerate.
645         * include/private/gcconfig.h: Enable MPROTECT_VDB for all Darwin
646         targets. Remove comments. Prepare ppc64 support for Darwin.
648 2007-04-23  Keith Seitz  <keiths@redhat.com>
650         * include/gc.h (GC_is_thread_suspended): Declare.
651         * pthread_stop_world.c (GC_is_thread_suspended): New function.
653 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
655         * configure.ac (NO_EXECUTE_PERMISSION): Set by default.
656         * configure: Rebuilt.
658 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
660         * include/gc.h (GC_REGISTER_FINALIZER_UNREACHABLE): New.
661         (GC_register_finalizer_unreachable): Declare.
662         (GC_debug_register_finalizer_unreachable): Declare.
663         * finalize.c (GC_unreachable_finalize_mark_proc): New.
664         (GC_register_finalizer_unreachable): New.
665         (GC_finalize): Handle it.
666         * dbg_mlc.c (GC_debug_register_finalizer_unreachable): New.
667         (GC_debug_register_finalizer_no_order): Fix whitespace.
669 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
671         * Makefile.am: Add dummy install-pdf target.
672         * Makefile.in: Regenerate
674 2007-02-05  Roman Zippel <zippel@linux-m68k.org>
676         * boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so
677         it works with Linux 2.6, reactivate MPROTECT_VDB
678         * boehm-gc/pthread_stop_world.c: save all register
679         on signal entry
681 2007-01-24  Andreas Tobler  <a.tobler@schweiz.org>
683         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
684         added defines to include/private/gc_priv.h
685         (catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
686         * darwin_stop_world.c: Removed the above defines.
687         * include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
688         and os_dep.c to here. Fixed THREAD definition fixes for ppc64.
690 2007-01-17  David Daney  <ddaney@avtrex.com>
692         * configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
693         cross-compiling.
694         * configure: Regenerated.
695         * include/gc_config.h.in: Regenerated.
697 2007-01-17  Mike Stump  <mrs@apple.com>
699         * os_dep.c: Fix i686-apple-darwin9 builds.
701 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
703         * aclocal.m4: Regenerate to use multi.m4.
704         * configure: Regenerate.
705         * Makefile.in: Regenerate.
707 2007-01-17  Andreas Tobler  <a.tobler@schweiz.org>
709         * include/gc_config.h.in: Regenerate.
711 2007-01-16  Petr Salinger  <Petr.Salinger@seznam.cz>
713         * include/private/gcconfig.h: Handle amd64/x86-64 cpu under
714          GNU/kFreeBSD.
715         * os_dep.c: Likewise.
717 2007-01-15  Andreas Tobler  <a.tobler@schweiz.org>
719         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
720         reference.
721         (catch_exception_raise): Fix typo in the I386 exc_state.
723 2007-01-11  Andreas Tobler  <a.tobler@schweiz.org>
725         * configure.ac: Replaced HAS_I386_THREAD_STATE_* with
726         HAS_X86_THREAD_STATE32_* and HAS_X86_THREAD_STATE64_* respectively.
727         * configure: Regenerated.
728         * include/private/gcconfig.h (DARWIN): Added X86_64 define for Darwin.
729         Added base definitions for the X86_64 Darwin port.
730         * include/private/gc_priv.h: Added definitions for Darwin MACH thread
731         operations. Moved existing THREAD_STATE info from darwin_stop_world.c.
732         * darwin_stop_world.c: Removed THREAD_STATE info. Added
733         HAS_X86_THREAD_STATE64___RAX. And replaced HAS_I386_THREAD_STATE___EAX
734         with HAS_X86_THREAD_STATE32___EAX.
735         (GC_push_all_stacks): Use GC_MACH_THREAD_STATE_COUNT. Add code for
736         X86_64 Darwin.
737         * dyn_load.c (GC_dyld_name_for_hdr): Use GC_MACH_HEADER.
738         (GC_dyld_image_add): Use GC_MACH_HEADER and GC_MACH_SECTION.
739         Distinguish between getsectbynamefromheader_64 and
740         getsectbynamefromheader.
741         (GC_dyld_image_remove): Likewise.
742         * os_dep.c (GC_dirty_init): Use GC_MACH_THREAD_STATE.
743         (catch_exception_raise): Introduce exception information for I386 and
744         X86_64 Darwin. Add X86_64 for exc_state.faultvaddr.
746 2006-12-08  Mike Stump  <mrs@apple.com>
748         * configure.ac: Fix x86 darwin builds.
749         * darwin_stop_world.c: Likewise.
750         * include/private/gcconfig.h: Likewise.
751         * connfigure: Regenerate.
752         
753 2006-09-26  Jack Howarth  <howarth@bromo.med.uc.edu>
755         PR target/29180
756         * darwin_stop_world.c: Make stack_start unsigned long.
758 2006-09-21  Sandro Tolaini  <tolaini@libero.it>
760         * os_dep.c: Port to Darwin/i386
761         * darwin_stop_world.c: Likewise
762         * include/private/gcconfig.h: Likewise
763         
764 2006-06-07  Petr Salinger  <Petr.Salinger@seznam.cz>
766         * configure.ac: add support for GNU/kFreeBSD, accepted by upstream
767         for gc 6.8.
768         * dyn_load.c: Likewise.
769         * include/gc.h: Likewise.
770         * private/gcconfig.h: Likewise.
771         * configure: Regenerate.
772         * include/gc_config.h.in: Regenerate.
774 2006-09-14  Tom Tromey  <tromey@redhat.com>
776         PR boehm-gc/29068.
777         * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
778         Solaris.
780 2006-08-21  Bryce McKinlay  <mckinlay@redhat.com>
781         
782         PR libgcj/13212:
783         * configure.ac: Check for pthread_getattr_np(). Remove
784         GC_PTHREAD_SYM_VERSION detection.
785         * include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
786         GC_get_thread_stack_base): New declarations.
787         * pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
788         GC_get_thread_stack_base): New functions.
789         (GC_delete_thread): Don't try to free the first_thread.
790         * misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
791         (pthread_create_, constr): Removed.
792         (pthread_create): Don't rename.
793         * include/gc_ext_config.h.in: Rebuilt.
794         * include/gc_pthread_redirects.h (pthread_create): Define 
795         unconditionally.
796         * include/gc_config.h.in: Rebuilt.
797         * configure: Rebuilt.
799 2006-06-21  Keith Seitz  <keiths@redhat.com>
801         * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
802         routine if signal is received and thread is flagged SUSPENDED.
803         (suspend_self): New function.
804         (GC_suspend_thread): New function.
805         (GC_resume_thread): New function.
806         * include/gc.h (GC_suspend_thread): Declare.
807         (GC_resumet_thread): Declare.
808         * include/private/pthread_support.h (SUSPENDED): New GC_thread
809         flag.
811 2006-06-20  Ranjit Mathew  <rmathew@gcc.gnu.org>
812         
813         Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
814         * os_dep.c (GC_wnt): Define.
815         (GC_init_win32): Set GC_wnt.
816         * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
817         sections also on Windows 9x/ME.
819 2006-06-02  Geoffrey Keating  <geoffk@apple.com>
821         * configure.ac: Define HAS_PPC_THREAD_STATE_R0,
822         HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
823         HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
824         HAS_I386_THREAD_STATE___EAX.
825         * configure: Regenerate.
826         * include/gc_config.h.in: Regenerate.
827         * darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
828         macro names to determine value.
829         (THREAD_STATE): New.
830         (THREAD_FLD): New.
831         (GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
833 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
835         * Makefile.am: Add install-html target. 
836         * Makefile.in: Regenerate.
837         * aclocal.m4: Regenerate.
838         * include/Makefile.in: Regenerate.
840 2006-03-07  Andrew Haley  <aph@redhat.com>
842         * dyn_load.c (GC_has_static_roots): Declare.
843         (GC_register_dynlib_callback): Call GC_has_static_roots.
845 2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
847         * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
848         GC_start_world): Call vm_deallocate to free act_list. Fix from
849         Bruce Mitchener.
851 2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
852         John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
854         * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
855         Warn about POSIX threads not being supported for *-*-hpux10*.
856         * configure: Regenerate.
858 2006-02-09  Tom Tromey  <tromey@redhat.com>
860         * pthread_support.c: Conditionally include dlfcn.h.
862 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
863             Anthony Green  <green@redhat.com>
864             Tom Tromey  <tromey@redhat.com>
866         * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
867         * include/gc_config.h.in: Rebuilt.
868         * include/gc_pthread_redirects.h (pthread_create): Conditionally
869         define.
870         * pthread_support.c (pthread_create_): New global.
871         (constr): New function.
872         (pthread_create): Conditionally renamed.
873         * configure: Rebuilt.
874         * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
876 2006-02-04  Alan Modra  <amodra@bigpond.net.au>
878         * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
879         use broken 64-bit version.
881 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
883         * darwin_stop_world.c: Change inline asm instruction to ld as ldz
884         is wrong.
886         * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
887         * Makefile.in: Regenerate.
889 2006-01-25  Bryce McKinlay  <mckinlay@redhat.com>
891         * include/private/gcconfig.h: Revert to GC 6.6 version, removing
892         all local changes.
894 2006-01-24  Bryce McKinlay  <mckinlay@redhat.com>
896         Import Boehm GC version 6.6.
898 2006-01-24  David Ayers  <d.ayers@inode.at>
900         PR libobjc/13946
901         * include/gc.h: Fix prototype declarations for bootstrap.
903 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
905         * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
907 2005-09-15  Kazu Hirata  <kazu@codesourcery.com>
909         * include/private/gc_locks.h (GC_test_and_set): Change the
910         constraint of the first operand to '0'.
912 2005-09-06  Tom Tromey  <tromey@redhat.com>
914         PR libgcj/23662:
915         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
916         HEURISTIC1 on ARM.
918 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
920         * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
922 2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>
924         * os_dep.c: Add FreeBSD/PowerPC bits.
925         (GC_SysVGetDataStart): Likewise.
926         * include/private/gcconfig.h: Likewise.
928 2005-05-25  Andrew Haley  <aph@redhat.com>
930         * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
931         powerpc64-linux.
933 2005-05-09  Mike Stump  <mrs@apple.com>
935         * configure: Regenerate.
937 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
939         * os_dep.c, include/private/gc_locks.h: Import CRIS port by
940         Simon Posnjak from gc6.4.
941         * include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
943 2005-04-17  David S. Miller  <davem@davemloft.net>
945         * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
946         * os_dep.c (GC_linux_stack_base): Check for bug present in some
947         Sparc glibc variants where __libc_stack_end is erroneously set
948         to "1".  Fallback to procfs code in that case.
950 2005-04-12  Mike Stump  <mrs@apple.com>
952         * configure: Regenerate.
954 2005-04-12  Richard Henderson  <rth@redhat.com>
956         * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
958 2005-03-23  Mike Stump  <mrs@apple.com>
960         * darwin_stop_world.c: Update for -m64 multilib.
961         * include/private/gcconfig.h: Likewise.
962         * powerpc_darwin_mach_dep.s: Likewise.
964 2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>
966         * Makefile.in, include/Makefile.in: Regenerate.
968 2005-02-26  Richard Earnshaw  <rearnsha@arm.com>
970         * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
971         ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
973 2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
975         PR libgcj/19823
976         * configure.host: Set gc_use_mmap on *-linux*.
977         * configure.ac: Define USE_MMAP if gc_use_mmap is set.
978         * include/private/gc_priv.h: Include gc_config.h.
979         * configure, include/gc_config.h.in: Rebuilt.
981 2005-02-07  Hans Boehm  <Hans.Boehm@hp.com>
983         * allchblk.c (GC_allochblk_nth): Dont overlook available space if
984           GC disabled, correctly convert GC_finalizer_mem_freed to byte,
985           total_size to words.
986         * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
987           MEM_IMAGE regions.
988         * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
989           and indent appropriately.
990         * mark_rts.c (GC_approx_sp): Access stack.
991         * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
992           callee-saves registers when appropriate.
993           (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
995 2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
997         * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h 
998         and include/gc_ext_config.h.
999         * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
1000         * include/gc.h: Undef PACKAGE_* before including gc_config.h.
1002 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
1004         * configure: Regenerate.
1006 2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>
1008         PR libgcj/18699
1009         Revert patches of 2004-11-26 and 2004-11-27.
1011 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
1013         * configure: Regenerate for libtool change.
1015 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
1017         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
1019 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
1021         Fix "PACKAGE_NAME redefined" errors.
1022         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
1023         and include/gc_config.h.
1024         * configure: Regenerated.
1025         * include/gc_config.h.in: No longer auto-generated. Define only the
1026         macros needed by libjava.
1027         * include/config.h.in: Generated by autoheader.
1028         * include/gc.h: Include config.h, not gc_config.h.
1030 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
1032         * configure: Regenerate for libtool reversion.
1034 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1036         * configure: Regenerate for libtool change.
1038 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1040         * configure.ac (machdep): Use sparc_mach_dep.lo on
1041         sparc64-sun-solaris2.* too.
1042         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
1043         * configure: Regenerate.
1045 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1047         PR target/18444
1048         * configure.ac (threading): Accept 'posix95'.
1049         * configure: Regenerate.
1051 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
1053         * Makefile.am: Define ACLOCAL_AMFLAGS.
1054         * configure.ac: Remove redundant sinclude.
1055         * acinclude.m4: Delete file.
1056         * aclocal.m4: Regenerate.
1057         * Makefile.in, include/Makefile.in: Regenerate.
1058         * configure: Regenerate.
1060 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
1062         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
1063         Add prototype.
1065 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1067         * include/private/gcconfig.h: Add m32r-linux target.
1069 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
1071         * configure.ac: Update all AC_DEFINEs to newer style.
1072         * configure: Regenerate.
1073         * include/gc_config.h.in: Regenerate.
1075 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
1077         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
1078         GC_print_back_graph_stats): split GC_traverse_back_graph.
1079         * backgraph.c: Dynamically grow in_progress_space.
1080         * finalize.c (GC_notify_or_invoke_finalizers): also call
1081         GC_print_back_graph_stats.
1082         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
1083         GC_print_back_height): Move delarations to header file.
1084         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
1085         * configure: Regenerate.
1086         
1087 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
1089         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
1090         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
1092 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
1094         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
1095         Reported by Danny Smith.
1097 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
1099         * misc.c (GC_init): Replace lhs cast with rhs cast.
1101 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
1103         * specific.c: Check GC_LINUX_THREADS before including 
1104         private/specific.h. From Richard Earnshaw.
1106 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
1108         * aclocal.m4: Remove obsolete construct for old automake.
1109         * acinclude.m4: Regenerate with aclocal 1.9.1.
1110         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
1111         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
1112         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
1113         Remove now-redundant subst of target_noncanonical.  Remove
1114         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
1115         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
1116         Use slightly more modern form of AC_INIT.
1117         * configure: Rebuild with autoconf 2.59.
1118         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
1120 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
1122         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
1123         since they're not known at this time.
1124         * solaris_pthreads.c: Likewise.
1126 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
1128         PR target/14931
1129         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
1131 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
1133         * configure.ac (gc_cflags): Add -Iinclude.
1134         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
1135         Don't write DEFS to boehm-cflags file.
1136         * configure: Rebuilt.
1137         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
1138         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
1139         * include/gc_config_macros.h: Remove backward-compatibility 
1140         redefinitions of GC_ names.
1141         * include/gc.h: Include <gc_config.h>.
1143 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
1145         Import Boehm GC version 6.3.
1147 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
1149         * include/Makefile.in: Regenerate
1151 2004-07-06  Andrew Pinski  <apinski@apple.com>
1153         * os-dep.c (GC_task_self): Declare as static
1154         and remove the second declaration.
1156 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
1158         * Makefile.am: Add rule for .S files to fix bootstrap on
1159         solaris and alpha.
1160         * Makefile.in: Regenerate.
1162 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
1164         * boehm-gc/configure.ac: New name of configure.in.
1165         Remove useless multilib stuff.  Change uses of
1166         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
1167         * boehm-gc/configure.in: New name of configure.in.
1168         * boehm-gc/Makefile.am: Update for automake 1.8.5.
1169         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
1170         * boehm-gc/aclocal.m4: Regenerate.
1171         * boehm-gc/configure: Regenerate.
1172         * boehm-gc/Makefile.in: Regenerate.
1174 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
1176         * .cvsignore: New file.
1178 2004-04-25  Andreas Jaeger  <aj@suse.de>
1180         * mark.c (GC_mark_from): Use pointer as prefetch argument.
1182 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
1184         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
1185         for gcc >= 3.0.
1186         (PREFETCH_FOR_WRITE): Likewise.
1188 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
1190         * configure.ac: Bump AC_PREREQ to 2.59.
1191         * configure: Regenerate.
1192         * config.in: Regenerate.
1194 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1196         * ltconfig, ltmain.sh: Remove unused files.
1197         * configure.in: Remove bogus extra early invocation of
1198         AC_CONFIG_AUX_DIR.
1199         * configure: Regenerate.
1200         * mkinstalldirs, install-sh, config.sub, config.guess:
1201         Remove (now) unused files.
1202         * Makefile.in: Regenerate (losing references to vanished
1203         files).
1205         * configure.in: Add CCAS, CCASFLAGS for future automakes.
1206         * configure, Makefile.in, include/Makefile.in: Regenerate.
1208         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
1209         * Makefile.in: Regenerate.
1211         * configure.in: Remove bogus duplicate invocation of
1212         AM_MAINTAINER_MODE.  Remove obsolete comment.
1213         * configure: Regenerate.
1215         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
1216         to configure.in.
1217         * aclocal.m4: Regenerate.
1218         * configure.in: Receive contents of GC_CONFIGURE macro.
1219         * configure: Regenerate.
1221         * configure.in: Remove more obsolete, bogus code.
1222         * configure: Regenerate.
1224         * acinclude.m4: Remove obsolete and bogus constructs.
1225         * aclocal.m4: Regenerate.
1226         * configure: Regnerate.
1228 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1230         * acinclude.m4: De-precious CC and CXX so that the right flags
1231         are passed down to multilibs.
1232         * aclocal.m4: Regenerate.
1233         * configure: Regenerate.
1235 2004-02-22  Zack Weinberg <zack@codesourcery.com>
1236             Nathanael Nerode <neroden@twcny.rr.com>
1237             Alexandre Oliva <aoliva@redhat.com>
1239         * config.sub, config.guess: Replace with forwarding scripts
1240         which invoke the master copies in the top level.
1242 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1244         * acinclude.m4: Remove old no-executables workaround;
1245         add new no-executables workaround.
1246         * aclocal.m4: Regenerate.
1247         * configure.in: Change prereqs to autoconf 2.57.
1248         * configure: Regenerate with autoconf 2.57.
1250         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
1251         * configure: Regenerate.
1252         * Makefile.am: Use target_noncanonical variable from configure.
1253         * Makefile.in: Regenerate.
1254         * include/Makefile.in: Regenerate.
1256 2004-02-20  Andrew Cagney  <cagney@redhat.com>
1258         * config.guess: Update from version 2002-01-10 to 2004-02-16.
1259         * config.sub: Update from version 2002-01-02 to 2004-02-16.
1261 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1263         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
1264         * aclocal.m4: Rebuild.
1265         * configure: Regenerate.
1267         * acinclude.m4: Move certain code to configure.in.
1268         * configure.in: Receive code from acinclude.m4.
1269         * aclocal.m4: Rebuild.
1270         * configure: Regenerate.
1272         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
1274 2004-01-20  Andrew Haley  <aph@redhat.com>
1276         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
1278         * configure.in: Comment change.
1280 2004-01-16  Andrew Haley  <aph@redhat.com>
1282         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
1283         add for ia64; remove for MIPS.
1284         * configure: Regnerated.
1286 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
1288         * configure.in: Add in AC_PREREQ(2.13)
1290 2004-01-07  Dave Jones <davej@redhat.com>
1292         * malloc.c (GC_generic_malloc): Correct initialization typo.
1293         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
1295 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1297         * include/private/gcconfig.h: Re-install change of 2003-04-16.
1299 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1301         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
1302         _MIPS_SIM_ABI32.
1304 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
1306         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
1307         unsure comment.
1309 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
1311         * configure: Rebuild.
1313 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
1315         * configure.in: Remove NO_GETENV definition for win32.
1316         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
1317         * misc.c (GC_init_inner): Call GC_thr_init for win32.
1318           (GC_set_warn_proc): Add assertion.
1319         * win32_threads.c: Import 6.3alpha2 version.
1320         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
1322 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1324         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
1325         2.3/SPARC, there are no micro versions.
1326         Treat Solaris 10 and up alike.
1327         * configure: Regenerate.
1329 2003-09-22  Anthony Green  <green@redhat.com>
1331         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
1332         "NOSYS" targets.
1334 2003-09-20    <green@redhat.com>
1336         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
1337         check for __arm__ or __thumb__.
1339 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
1341         * configure: Regenerate.
1343 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1344             Roger Sayle <roger@eyesopen.com>
1346         * configure.in: Set INCLUDES to absolute path.
1347         Save $INCLUDES in boehm-cflags, too.
1348         Set INCLUDES so it's available to config.status.
1349         * configure: Regenerate.
1351 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
1353         * include/gc.h (GC_CreateThread): Declare with WINAPI
1354         attribute.
1355         * win32_threads.c (GC_CreateThread): Make definitions consistent
1356         with declaration.  Cast &thread_table[i].handle to PHANDLE
1357         in call to DuplicateHandle
1358         (thread_start): Declare as static.
1360 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
1362         * dyn_load.c: Define __private_extern__ to match Apple's system
1363         header.
1365 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
1367         * os_dep.c: Remove redundancy introduced in last merge.
1369 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
1371         Import GC 6.3alpha1.
1372         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
1373         * ChangeLog: Likewise.
1374         * Makefile.am: Likewise.
1375         * Makefile.direct: Likewise.
1376         * Makefile.dj: Likewise.
1377         * allchblk.c: Likewise.
1378         * alloc.c: Likewise.
1379         * backgraph.c: Likewise.
1380         * configure.host: Likewise.
1381         * configure.in: Likewise.
1382         * dbg_mlc.c: Likewise.
1383         * dyn_load.c: Likewise.
1384         * finalize.c: Likewise.
1385         * gc_cpp.cc: Likewise.
1386         * gc_dlopen.c: Likewise.
1387         * gcj_mlc.c: Likewise.
1388         * if_mach.c: Likewise.
1389         * mach_dep.c: Likewise.
1390         * malloc.c: Likewise.
1391         * mallocx.c: Likewise.
1392         * mark.c: Likewise.
1393         * mark_rts.c: Likewise.
1394         * misc.c: Likewise.
1395         * os_dep.c: Likewise.
1396         * ptr_chck.c: Likewise.
1397         * reclaim.c: Likewise.
1398         * solaris_pthreads.c: Likewise.
1399         * solaris_threads.c: Likewise.
1400         * sparc_mach_dep.S: Likewise.
1401         * threadlibs.c: Likewise.
1402         * typd_mlc.c: Likewise.
1403         * version.h: Likewise.
1404         * win32_threads.c: Likewise.
1405         * Mac_files/MacOS_Test_config.h: Likewise.
1406         * Mac_files/MacOS_config.h: Likewise.
1407         * cord/cordbscs.c: Likewise.
1408         * cord/cordprnt.c: Likewise.
1409         * cord/de_win.c: Likewise.
1410         * doc/README: Likewise.
1411         * doc/README.MacOSX: Likewise.
1412         * doc/README.changes: Likewise.
1413         * doc/README.environment: Likewise.
1414         * doc/README.ews4800: Likewise.
1415         * doc/README.linux: Likewise.
1416         * doc/README.macros: Likewise.
1417         * doc/README.win32: Likewise.
1418         * doc/debugging.html: Likewise.
1419         * doc/gcdescr.html: Likewise.
1420         * doc/tree.html: Likewise.
1421         * include/Makefile.in: Likewise.
1422         * include/gc.h: Likewise.
1423         * include/gc_cpp.h: Likewise.
1424         * include/gc_local_alloc.h: Likewise.
1425         * include/gc_mark.h: Likewise.
1426         * include/gc_pthread_redirects.h: Likewise.
1427         * include/gc_typed.h: Likewise.
1428         * include/new_gc_alloc.h: Likewise.
1429         * include/private/dbg_mlc.h: Likewise.
1430         * include/private/gc_hdrs.h: Likewise.
1431         * include/private/gc_locks.h: Likewise.
1432         * include/private/gc_pmark.h: Likewise.
1433         * include/private/gc_priv.h: Likewise.
1434         * include/private/gcconfig.h: Likewise.
1435         * include/private/solaris_threads.h: Likewise.
1436         * include/private/specific.h: Likewise.
1437         * tests/test.c: Likewise.
1438         * tests/test_cpp.cc: Likewise.
1440         * configure: Rebuild.
1441         * Makefile.in: Rebuild.
1443         * mips_sgi_mach_dep.s: Add.
1445         * alpha_mach_dep.s: Remove.
1446         * irix_threads.c: Remove.
1447         * linux_threads.c: Remove.
1448         * mips_sgi_mach_dep.S: Remove.
1449         * missing: Remove.
1450         * powerpc_macosx_mach_dep.s: Remove.
1451         * doc/Makefile.am: Remove.
1452         * doc/Makefile.in: Remove.
1454 2003-07-25  Roger Sayle  <roger@eyesopen.com>
1456         * configure.host: Only use +ESdbgasm when using the HPUX native
1457         compiler on PA-Risc.  It isn't recognized by GCC and is silently
1458         ignored by HP's compilers on ia64.
1460 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
1462         * configure.in: define GC_DLL under mingw if --enable-shared
1463         * configure: rebuilt
1464         * win32_threads.c: add #ifdef GC_DLL around DllMain
1466 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
1468         * include/private/gcconfig.h: Add support for arm-netbsdelf.
1470 2003-04-09  Tom Tromey  <tromey@redhat.com>
1472         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
1473         POWERPC.
1474         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
1476 2003-03-22  Richard Henderson  <rth@redhat.com>
1478         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
1479         (GC_test_and_set): Use __sync_lock_test_and_set.
1480         (GC_clear): Use volatile assignment.
1481         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
1482         (GC_memory_write_barrier): Use __sync_synchronize.
1484 2003-03-12  Andreas Schwab  <schwab@suse.de>
1486         * configure.in: Avoid trailing /. in toolexeclibdir.
1487         * configure: Rebuilt.
1489 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
1490         * include/private/gcconfig.h (GC_data_start): declare when needed.
1491         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
1492         declaration.
1493         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
1494         GC_register_dynlib_callback): Register main data for static
1495         executable if dl_iterate_phdr() didn't.
1496         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
1497         if we don't expect to register main static data.
1499 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
1500         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
1501         (GC_push_roots): explicitly mark free list headers, register
1502         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
1503         * alloc.c (GC_stopped_mark): Conditionally call
1504         GC_cond_register_dynamic_libraries().
1505         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
1506         * dyn_load.c (GC_register_main_static_data): define.
1507         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
1508         no longer skip main data.
1509         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
1510         (GC_init_inner): Make main data registration conditional.
1511         * include/private/gc_priv.h (GC_register_main_static_data): declare.
1512         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
1513         for LINUX.
1515 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1517         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
1518         config.status.
1519         * configure: Rebuilt.
1521 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
1523         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
1525 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1527         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1528         Remove USE_LIBDIR conditional.
1529         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1530         * Makefile.in, configure: Rebuilt.
1532 2002-12-31  Tom Tromey  <tromey@redhat.com>
1534         For PR libgcj/8933:
1535         * include/Makefile.in: Rebuilt.
1536         * include/Makefile.am (noinst_HEADERS): Renamed from
1537         include_HEADERS.
1539 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1541         * ltconfig (osf[345]): Append $major to soname_spec.
1542         Reflect this in library_names_spec.
1543         * ltmain.sh (osf): Prefix $major with . for use as extension.
1545 2002-10-02  Andreas Jaeger  <aj@suse.de>
1547         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
1549 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1551         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
1552         check for __arm__ or __thumb__.
1554 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1556         * include/private/gcconfig: Add machine type S390.  Add s390x support.
1557         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
1558         (GC_compare_and_exchange): Likewise.
1560 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
1562         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
1564 2002-08-23  Adam Megacz <adam@xwt.org>
1566         * win32_threads.cc: Removed extraneous ABORT()
1568 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1570         * Makefile.am (all-multi): Fix multilib parallel build.
1572 2002-07-18  Bo Thorsen  <bo@suse.de>
1574         * include/private/gcconfig.h: Add x86-64 definitions.
1575         * os_dep.c: Add x86-64 support.
1576         * configure.in: Likewise.
1577         * configure: Regenerate.
1579 2002-07-18  H.J. Lu <hjl@gnu.org>
1581         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
1583 2002-07-18  H.J. Lu  (hjl@gnu.org)
1585         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
1586         Linux/mips.
1588 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
1589             Jonathan Clark
1591         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
1593 2002-06-09  H.J. Lu  (hjl@gnu.org)
1595         * include/private/gc_locks.h (GC_test_and_set): Support
1596         Linux/mips.
1597         (GC_TEST_AND_SET_DEFINED): Likewise.
1599         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
1600         Linux/mips.
1601         (DATAEND): Likewise.
1602         (LINUX_STACKBOTTOM): Likewise.
1603         (STACKBOTTOM): Removed for Linux/mips.
1605 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
1607         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
1608         (GC_pthread_create): Fix typo.
1609         (GC_TRY_LOCK): Likewise.
1610         * include/private/gc_locks.h (GC_test_and_set): Only take one
1611         one argument.
1612         (LOCK): Adjust appropriately.
1613         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
1614         _SIGRTMIN is unavailable.
1616 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1618         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
1619         * aclocal.m4: Regenerate.
1620         * configure: Regenerate.
1622 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1624         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1625         script entry, and set LD to it when configuring multilibs.
1626         * configure: Rebuilt.
1628 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1630         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
1631         (noinst_LTLIBRARIES): Add libgcjgc.la.
1633         * Makefile.in: Rebuild.
1635 2002-04-22  David S. Miller  <davem@redhat.com>
1637         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
1638         64-bit SPARC Linux, the __libc_stack_end technique does
1639         not work in this case.
1641 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1643         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
1645 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
1647         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
1648         SPARC Linux.
1650 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
1652         * include/private/gcconfig.h (DATAEND): Update comment example
1653         to match reality.
1655 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
1657         * include/private/gcconfig.h (DATAEND): Clarify comment.
1659 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1661         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
1662         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
1663         declare.
1664         * allchblk.c (GC_allchblk_nth): Change text and support reduced
1665         frequency for blacklist warning message.
1666         * misc.c (GC_large_alloc_warn_interval,
1667         GC_large_alloc_warn_suppressed): define.
1668         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
1669         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
1670         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
1671         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
1673         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
1675 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
1677         * include/private/gcconfig.h: Add support for an unmapped
1678         memory hole between the end of the initialized data segment
1679         and the start of the BSS on FreeBSD/i386.
1681 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1683         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
1684         NetBSD/i386.
1686 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
1688         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
1689         (GC_local_gcj_malloc): Add assertion.
1690         (start_mark_threads): Fix abort message.
1691         * mark.c (GC_mark_from): Generalize assertion.
1692         * reclaim.c (GC_clear_fl_links): New function.
1693         (GC_start_reclaim): Must clear some freelist links.
1694         * include/private/specific.h, specific.c: Add assertions.
1695         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
1696         Rearrange tse fields.
1698 2002-03-27  Richard Henderson  <rth@redhat.com>
1700         * os_dep.c (GC_init_linux_data_start): Fix references to
1701         __data_start and _end.
1703 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
1705         * include/private/gcconfig.h: Change all likely references
1706         to linker script synthesized symbols to use this idiom:
1707         extern int etext[]; etext
1709 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
1711         * linux_threads.c (GC_get_nprocs): Close file descriptor.
1713 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1715         * include/private/gcconfig.h: Add unified test for FreeBSD.
1716         Support FreeBSD/alpha.
1717         * os_dep.c: Do not include <machine/trap.h> unless available.
1718         (GC_freebsd_stack_base): Fix types.
1720 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1722         * Makefile.am: Make a convenience library.
1723         * Makefile.in: Rebuilt.
1725 2002-03-15  Anthony Green  <green@redhat.com>
1727         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
1728         * configure.in: Disable use of getenv for win32 targets (some of
1729         which have broken implementations).
1730         * configure: Rebuilt.
1732 2002-03-12  Adam Megacz  <adam@xwt.org>
1734         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
1735         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
1736         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
1737         statically initialized it to TRUE if compiling with GCC.
1738         * win32_threads.c (thread_start): We no longer use SEH if
1739         compiling with GCC.
1740         * mark.c (GC_mark_some): We no longer use SEH if
1741         compiling with GCC.
1743 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1745         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
1746         support is enabled, for hash synchronization.
1748 2002-02-24  Adam Megacz  <adam@xwt.org>
1750         * Makefile.am: Added win32_threads.c to sources list.
1751         * win32_threads.c: Added two */'s which I had neglected.
1753 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1755         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
1756         * Makefile.in: Rebuilt.
1758 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1760         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
1762         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
1763         preprocessor file.
1764         * mips_sgi_mach_dep.S: Likewise.
1765         * Makefile.am: Update for above changes.
1766         * Makefile.in: Rebuilt.
1768 2002-02-12  Richard Henderson  <rth@redhat.com>
1770         * configure.in: Re-apply 2001-06-26 configure change.
1771         * configure: Rebuild.
1773 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1775         Imported GC 6.1 Alpha 3.
1777         * sparc_mach_dep.S: Delete incorrectly named file.
1779 2001-02-11  Adam Megacz <adam@xwt.org
1781         * configure.in: support for win32, saner
1782         cross-compile options
1784 2001-02-08  Anthony Green  <green@redhat.com>
1786         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
1787           board embedded targets.
1788         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
1789           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
1790           redundant uses of ECOS.
1791         * misc.c: Use NOSYS where ECOS is being used.
1792           Don't define GC_write twice for ECOS systems.
1793           (GC_write): New function for NOSYS targets.
1795 2002-02-06  Adam Megacz <adam@xwt.org>
1797         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
1798         now exposed on all Win32 platforms.
1799         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
1800         compiles on Win32; it invokes CreateThread() if GC is built
1801         as a DLL; otherwise it registers the thread.
1802         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
1803         libgcjgc was not built as a DLL.
1805 2002-02-01  Adam Megacz <adam@xwt.org>
1807         * boehm-gc on win32 now automatically detects if it is being built
1808         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
1810 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
1812         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
1813         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
1814         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
1815         DATASTART and DATAEND roots.
1816         * rs6000_mach_dep.s: Add function descriptor and traceback table.
1818 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
1820         * dyn_load.c: Define ElfW (if needed) for all targets,
1821         not just GNU/Linux.
1822         (GC_FirstDLOpenedLinkMap): Use it.
1823         (GC_register_dynamic_libraries_dl): Use it.
1824         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
1825         for sparcv9.
1827 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1829         PR other/3725
1830         * configure.in: Add AC_SUBST(target_alias).
1831         * configure: Regenerated.
1833 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
1835         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1836         case for GC_FREEBSD_THREADS.
1837         * configure.in (*-*-freebsd*): Clarify warning.
1838         * configure: Rebuilt.
1840 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
1841             Andreas Tobler <toa@pop.agri.ch>
1843         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1845 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1847         * linux_threads.c (GC_init_parallel): Do not declare as a static
1848         constructor.
1849         * include/gc.h (GC_init): Declare here. Add description.
1850         * include/private/gc_priv.h (GC_init): Remove declaration.
1852 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1854         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1855         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1856         GC_FREEBSD_THREADS, handle strange interaction between system
1857         pthread implementation and boehm-gc signal-handler architecture.
1858         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1859         set stack.
1860         * include/private/gcconfig.h (configuration keyed off FREEBSD):
1861         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
1862         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1864 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1866         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1867         * Makefile.in: Rebuilt.
1869 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1871         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1872         merged local changes.
1874 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1876         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1877         Solaris 2/Intel definition.
1879         * configure.in (i?86-*-solaris2.[89]*): Define
1880         SOLARIS25_PROC_VDB_BUG_FIXED.
1881         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1882         * configure: Regenerate.
1884         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1885         (DATAEND): Define using _end.
1887 2001-09-11  Per Bothner  <per@bothner.com>
1889         * include/Makefile.am:  New file.  It defines include_HEADERS.
1890         * Makefile.am (SUBDIRS):  New macro, set to include.
1891         * configure.in (AC_OUTPUT):  Add include/Makefile.
1893 2001-08-20  Tom Tromey  <tromey@redhat.com>
1895         * configure: Rebuilt.
1896         * configure.in: Always ask gcc for threads package.
1898 2001-08-17  Tom Tromey  <tromey@redhat.com>
1900         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1901         merged local changes.
1903 2001-08-02  David Billinghurst <David.Billinghurst>
1905         * configure: Rebuilt.
1906         * configure.in:  POSIX threads on cygwin does not link with
1907         -lpthreads.
1909 2001-07-03  Tom Tromey  <tromey@redhat.com>
1911         Fix for PR bootstrap/3281:
1912         * aclocal.m4, configure, Makefile.in: Rebuilt.
1913         * acinclude.m4: Set mkinstalldirs for in-tree build.
1915 2001-06-26  Richard Henderson  <rth@redhat.com>
1917         * alpha_mach_dep.s: Mark call-saved FP registers.
1918         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1919         * configure.in (alpha*): Re-enable alpha_mach_dep.s
1920         * configure: Rebuild.
1922 2001-06-12  Tom Tromey  <tromey@redhat.com>
1924         * aclocal.m4, configure: Rebuilt.
1925         * acinclude.m4: Find configure.host in srcdir.
1927 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1929         * configure.in (AC_EXEEXT): Work around in case it expands to
1930         nothing, as in autoconf 2.50.
1931         * acinclude.m4: Likewise.
1932         * aclocal.m4, configure: Rebuilt.
1934 2001-06-07  Tom Tromey  <tromey@redhat.com>
1936         For PR bootstrap/3075:
1937         * configure, aclocal.m4, Makefile.in: Rebuilt.
1938         * configure.in: Don't call AC_CONFIG_AUX_DIR or
1939         AC_CANONICAL_SYSTEM.
1940         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1941         AC_CANONICAL_SYSTEM here.
1942         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1943         boehm_gc_basedir.
1945 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1947         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1948         (libgcjgc_la_SOURCES): Remove typo.
1949         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1950         * Makefile.in: Rebuilt.
1952 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1954         Imported version version 6.0alpha7.
1956         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1957         README.amiga, README.debugging, README.dj, README.hp, README.linux,
1958         README.rs6000, README.sgi, README.solaris2, README.uts,
1959         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1960         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1961         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1962         hpux_irix_threads.c, makefile.depend, nursery.c,
1963         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1964         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1965         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1966         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1967         files.
1969 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
1971         * configure.host: Build with -fexceptions.
1972         * linux_threads.c: Remember which thread stopped world for
1974 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
1975             with final tuning by Bryce McKinlay
1977         * configure.in: Add support for --enable-threads=posix on FreeBSD.
1978         * configure: Rebuilt.
1980 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
1982         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1983         (GC_noop1): Change declaration to take one argument.
1985 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
1987         * configure.in: Obtain THREADS with `gcc -v'.
1988         * configure: Rebuilt.
1990 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
1992         * misc.c: Back out buggy changes to stack clearing code.
1993         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1994         spent clearing memory.
1996 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
1998         * finalize.c:
1999         - Accomodate finalization requests for static objects.
2000           (Will be required by hash synchronization.  May be needed
2001           in some configurations now.)
2003         * gc_priv.h:
2004         - Define MIN_WORDS.  All allocation requests are rounded
2005           up to at least this size.  Removes a subtle assumption that
2006           Java objects have a 2 word header.
2008         * gcconfig.h:
2009         - Adjust Linux/IA64 configuration for non-ancient kernels.
2010           (Necessary fix for IA64.)
2012         * linux_threads.c:
2013         - Fix syntax error in currently unused code.  Will be needed
2014           for Linux/PA-RISC.
2016         * malloc.c:
2017         - Handle MIN_WORDS.
2019         * misc.c:
2020         - Handle MIN_WORDS.
2021         - Change stack cleaning code to typically clear about one tenth
2022           the memory it used to in the threads configuration.  Occasionally
2023           still clear more.  (This is really a fix for a long-standing
2024           and fairly significant performance bug with threads.)
2026         * os_dep.c:
2027         - Fix the code for finding the beginning of the data segment under
2028           Linux.  I believe this is necessary for some IA64 Linux
2029           distributions.  It will also helo other platforms, though those
2030           may additionally require a gcconfig.h adjustment.  (This basically
2031           works around the absence of a data_start or __data_start
2032           definition in glibc.)
2034         * test.c:
2035         - Handle rounding due to MIN_WORDS.
2037 2001-03-22  Tom Tromey  <tromey@redhat.com>
2039         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
2041 2001-03-19  Tom Tromey  <tromey@redhat.com>
2043         * Makefile.in: Rebuilt.
2044         * Makefile.am (gctest_LDFLAGS): new macro.
2046 2001-03-16  Tom Tromey  <tromey@redhat.com>
2048         * Makefile.in: Rebuilt.
2049         * Makefile.am (TESTS_ENVIRONMENT): New macro.
2051 2001-01-23  Rod Stewart <stewart@lab43.org>
2053         * gcconfig.h: Check for `__arm__', not `arm'.
2055 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
2057         * configure.in: Rename THREADLIB to THREADLIBS.
2058         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
2059         ensures that we link the correct version of the linuxthreads semaphore
2060         functions.
2061         * Makefile.in: Rebuilt.
2062         * configure: Rebuilt.
2064         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
2065         list of signals which are not blocked during suspend in the NO_SIGNALS
2066         case.
2068 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
2070         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
2072 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
2074         * Makefile.dist: Renamed from Makefile.orig.
2076 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2078         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
2079         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
2080         set accordingly.
2081         * Makefile.in: Rebuilt.
2082         * configure: Likewise.
2084 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
2086         * gcconfig.h: Add new case for powerpc EABI.
2087         [PPC]: Handle embedded OS for powerpc simulator.
2089 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
2091         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
2092         cross-compile configuration only.
2093         * Makefile.am: Build gcj_mlc.c.
2094         * configure, Makefile.in: Rebuilt.
2096 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
2098         * acinclude.m4: Include libtool macros from the top level.
2099         * aclocal.m4, configure: Rebuilt.
2101 2000-09-04  Anthony Green  <green@redhat.com>
2103         Fix for PR libgcj/230:
2104         * mark.c (GC_mark_from_mark_stack): Remove call to
2105         GC_debug_object_start.
2106         * gc_priv.h (GC_debug_object_start): Remove prototype.
2108 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
2110         * gcconfig.h [OSF1] (_end): Declare as `int'.
2112 2000-08-02  Tom Tromey  <tromey@cygnus.com>
2114         * gc_priv.h (GC_generic_malloc_inner): Prototype.
2115         (GC_generic_malloc): Likewise.
2116         (GC_add_to_black_list_normal): Likewise.
2117         (GC_find_header): Likewise.
2118         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
2119         * gc_mark.h (GC_find_start): Prototype.
2120         (GC_signal_mark_stack_overflow): Likewise.
2122 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
2124         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
2125         * configure: Rebuilt.
2127         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
2129 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
2131         Imported version 5.1.
2132         * acinclude.m4: Push version to 5.1.
2134 2000-06-19  Andrew Haley  <aph@cygnus.com>
2136         * os_dep.c (read): Pass two dummy args to syscall().
2138 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
2140         Imported 5.0 release version.
2141         * acinclude.m4: Increment version to 5.0.
2143 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
2145         Imported version 5.0alpha7.
2146         * acinclude.m4: Update version to 5.0a7.
2148 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
2150         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
2151         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
2152         - sparc glibc does not provide it.
2153         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
2154         Make STACKBOTTOM depend on the wordsize.
2155         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
2156         (struct frame): Declare on sparc*-linux*.
2157         (GC_save_callers): Bias the frame pointers if needed (sparc64).
2158         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
2159         Implement on sparc64.
2160         (GC_clear_stack_inner): Implement on sparc64.
2161         * gc_priv.h (GC_test_and_set): Implement for sparc.
2162         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
2163         GC_save_regs_in_stack on sparc.
2165 2000-04-23  Tom Tromey  <tromey@cygnus.com>
2167         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
2169 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
2171         Imported version version 5.0alpha6.
2172         * acinclude.m4: Bump version to 5.0a6.
2173         * configure.in: Don't use alpha_mach_dep.s.
2174         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
2175         obsolete files.
2176         * Makefile.am, Makefile.in: irix_threads.c is now
2177         hpux_irix_threads.c.
2178         * Makefile.orig: Updated from gc distribution Makefile.
2180 2000-03-26  Anthony Green  <green@redhat.com>
2182         * misc.c (GC_enable): Always define GC_enable and GC_disable.
2184 2000-02-14  Tom Tromey  <tromey@cygnus.com>
2186         * gc.h (dlopen): Define as GC_dlopen on Linux.
2187         (GC_dlopen): Declare on Linux.
2188         * dyn_load.c (GC_dlopen): Define for Linux.
2190 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
2192         * gcconfig.h (DATASTART): Add missing extern declaration
2193         for data_start on powerpc.
2195 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
2197         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
2198         NO_SIGNALS case.
2200 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
2202         * gcconfig.h: Define DATASTART for Alpha Linux.
2204 1999-12-19  Anthony Green  <green@cygnus.com>
2206         * gcconfig.h: Use libgcj hack for Alpha Linux.
2207         Undefine MPROTEXT_VDB (from Jeff Sturm).
2208         * os_dep.c: Remove Alpha Linux hacks.
2209         * misc.c: Ditto.
2211 1999-12-13  Tom Tromey  <tromey@cygnus.com>
2213         * aclocal.m4, configure: Rebuilt.
2214         * acinclude.m4: Changed version to 5.0a4.
2215         * Makefile.in: Rebuilt.
2216         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
2218 1999-12-12  Anthony Green  <green@cygnus.com>
2220         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
2221         Linux.
2222         (DYNAMIC_LOADING): Define for PowerPC Linux.
2223         * os_dep.c: Remove some special cases for PowerPC Linux.
2224         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
2225         for PowerPC Linux.
2227 1999-11-04  Tom Tromey  <tromey@cygnus.com>
2229         * Makefile.in: Rebuilt.
2230         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
2232         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
2233         (GC_thr_init): Don't declare.
2235         * configure: Rebuilt.
2236         * configure.in: Removed qt threads case.
2237         * dyn_load.c: Don't mention QUICK_THREADS.
2238         * os_dep.c: Don't mention QUICK_THREADS.
2239         * misc.c: Don't mention QUICK_THREADS.
2240         * gcconfig.h: Don't mention QUICK_THREADS.
2241         * gc_priv.h: Removed QUICK_THREADS code.
2242         * quick_threads.c: Removed.
2244 1999-11-03  Tom Tromey  <tromey@cygnus.com>
2246         * gcconfig.h: Merged in local changes from old config.h.
2248 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
2250         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
2252 1999-11-02  Tom Tromey  <tromey@cygnus.com>
2254         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
2256         * configure: Rebuilt.
2257         * configure.in: Don't create boehm-config.h.
2258         * Makefile.in: Rebuilt.
2259         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
2260         config.h.
2261         ($(all_objs)): Depend on gcconfig.h.
2262         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
2263         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
2264         * config.h: Removed.
2266 1999-11-01  Tom Tromey  <tromey@cygnus.com>
2268         * Makefile.in: Rebuilt.
2269         * Makefile.am (gctest_LDADD): Added THREADLIB.
2270         (TESTS): New macro.
2271         * configure: Rebuilt.
2272         * configure.in (INCLUDES): New subst.
2274 1999-09-29  Steve Chamberlain  <sac@pobox.com>
2276         * config.h: Added picoJava target.
2277         * mach_dep.h (GC_push_regs):  New code for picoJava.
2279 1999-09-28  Tom Tromey  <tromey@cygnus.com>
2281         * aclocal.m4, configure: Rebuilt.
2282         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
2283         appropriate AC_PROG_ symbol.
2285 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2287         * gc_priv.h:  IRIX thread changes from
2288         include/private/gc_priv.h.
2290 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2292         * Makefile.in: Rebuilt.
2293         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
2294         builds.
2296         * configure: Rebuilt.
2297         * configure.in: Properly align --help output, fix capitalization
2298         and punctuation.
2299         * acinclude.m4: Likewise.
2301 1999-08-04  Tom Tromey  <tromey@cygnus.com>
2303         * configure.in: Added missing `;;'.  From Anthony Green.
2305 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2307         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
2309 1999-08-03  Tom Tromey  <tromey@cygnus.com>
2311         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
2312         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2314 1999-08-02  Tom Tromey  <tromey@cygnus.com>
2316         * aclocal.m4, configure: Rebuilt for new libtool.
2318 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
2320         * mips_sgi_mach_dep.s: Enable PIC option.
2322 1999-07-19  Tom Tromey  <tromey@cygnus.com>
2324         * config.h (MPROTECT_VDB): Don't define on Linux.
2326 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
2328         * Makefile.am (.s.lo): Avoid `#line' directives.
2329         * Makefile.in: Rebuilt.
2331 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
2333         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
2334         generate *-recursive for this Makefile, use *-am instead.
2335         * Makefile.in: Rebuilt.
2337 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
2339         * Makefile.am (.s.lo): Renamed from `.s.o'.
2340         * Makefile.in: Rebuilt.
2342 1999-06-21  Tom Tromey  <tromey@cygnus.com>
2344         Alpha patch from Jeff Sturm:
2345         * os_dep.c (GC_init_linuxalpha): New function.
2346         * misc.c: Initialize for alpha linux.
2347         * gc_priv.h (GC_test_and_set): Define for alpha.
2348         * config.h: Don't assume __data_start on alpha.
2350         * Makefile.in: Rebuilt.
2351         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
2352         -release.
2354         * Makefile.in: Rebuilt.
2355         * Makefile.am (toolexeclibdir): Define as libdir when
2356         appropriate.
2357         * configure: Rebuilt.
2358         * configure.in (USE_LIBDIR): New conditional.
2360         * configure: Rebuilt.
2361         * configure.in: Recognize all forms of alpha.
2363 1999-06-17  Anthony Green  <green@cygnus.com>
2365         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
2366         Carlo Dapor <carlo@vis.ethz.ch>).
2368 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
2370         * configure.in: Switch from irix threads to posix threads
2371         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
2372         for mips architecture.
2373         * configure: Regenerate.
2375 1999-04-30  Tom Tromey  <tromey@cygnus.com>
2377         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
2379 1999-04-26  Tom Tromey  <tromey@cygnus.com>
2381         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
2382         `weak'.
2384 1999-04-23  Tom Tromey  <tromey@cygnus.com>
2386         * Makefile.in, configure: Rebuilt.
2387         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
2388         (libgcjgc_la_SOURCES): Renamed.
2389         (libgcjgc_la_LIBADD): Likewise.
2390         (libgcjgc_la_DEPENDENCIES): Likewise.
2391         (EXTRA_libgcjgc_la_SOURCES): Likewise.
2392         (gctest_LDADD): Use libgcjgc.la.
2393         (all_objs): Mention libgcj_la_OBJECTS.
2394         (EXTRA_LTLIBRARIES): Renamed.
2395         (toollib_LTLIBRARIES): Likewise.
2396         (libgcjgc_la_LDFLAGS): New macro
2397         (toolexecdir): Renamed.
2398         (toolexeclibdir): Likewise.
2399         (toolexeclib_LTLIBRARIES): Likewise.
2400         (LTCOMPILE): Renamed; added libtool invocation.
2401         (LINK): Added libtool invocation.
2402         (.s.o): use LTCOMPILE.
2403         * configure.in: Call AM_PROG_LIBTOOL.
2404         (target_all): Set to libgcjgc.la.
2405         Mention `.lo' forms of object files.
2407 1999-04-21  Tom Tromey  <tromey@cygnus.com>
2409         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
2410         GC_stackbottom.
2412         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
2413         sigcontext.h.  From Matthias Klose <doko@itso.de>.
2415 1999-04-16  Tom Tromey  <tromey@cygnus.com>
2417         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
2418         David Pettersson <dapet@mai.liu.se>
2420 1999-04-14  Tom Tromey  <tromey@cygnus.com>
2422         * configure: Rebuilt.
2423         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
2424         incorrect patch of 199-04-09.
2426         * configure: Rebuilt.
2427         * configure.in: Added support for alpha.
2428         From David Pettersson <dapet@mai.liu.se>.
2430 1999-04-13  Tom Tromey  <tromey@cygnus.com>
2432         * Makefile.in: Rebuilt.
2433         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
2434         solaris-threads.h.
2436 1999-04-09  Tom Tromey  <tromey@cygnus.com>
2438         * configure: Rebuilt.
2439         * configure.in: Use sparc_mach_dep.s when building on Solaris.
2441 1999-02-23  Tom Tromey  <tromey@cygnus.com>
2443         * configure: Rebuilt.
2444         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
2445         SOLARIS_THREADS and _SOLARIS_PTHREADS.
2447 1999-02-18  Tom Tromey  <tromey@cygnus.com>
2449         * quick_threads.c (GC_push_all_stacks): Change order of arguments
2450         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
2451         for case where LO is NULL.
2453 1999-02-10  Tom Tromey  <tromey@cygnus.com>
2455         * aclocal.m4, configure, Makefile.in: Rebuilt.
2456         * acinclude.m4: Updated to be used with automake 1.4.
2457         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
2458         with automake 1.4.
2459         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
2460         (libgcjgc_a_SOURCES): Likewise.
2461         (libgcjgc_a_LIBADD): Likewise.
2462         (libgcjgc_a_DEPENDENCIES): Likewise.
2463         (EXTRA_libgcjgc_a_SOURCES): Likewise.
2464         (gctest_LDADD): Likewise.
2465         (all_objs): Likewise.
2467 1999-01-08  Tom Tromey  <tromey@cygnus.com>
2469         * configure: Rebuilt.
2470         * configure.in: Define LINUX_THREADS if using POSIX threads on
2471         Linux.
2473         * gc_priv.h (GC_test_and_set): Put return type into definition.
2475 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
2477         * Makefile.am: add support for eCos.  In particular, add C++
2478         support for compiling the file ecos.cc.
2479         * ecos.cc: new file.
2480         * acinclude.m4: add C++ support.
2481         * aclocal.m4: likewise
2482         * config.h: add eCos support.
2483         * configure: likewise
2484         * configure.in: likewise
2485         * misc.c (GC_write): add eCos support.
2486         * os_dep.c (tiny_sbrk): add eCos support.
2488 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
2490         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
2491         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
2493 1998-11-23  Tom Tromey  <tromey@cygnus.com>
2495         * configure.host (boehm_gc_cflags): Don't add `-O2'.
2497 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
2499         * Makefile.am, Makefile.in, configure.host: tx39 build option
2500         "-G 0" added.
2502 1998-11-17  Tom Tromey  <tromey@cygnus.com>
2504         * configure: Rebuilt.
2505         * configure.in: Switch on host, not target.
2507 1998-11-16  Tom Tromey  <tromey@cygnus.com>
2509         * gc_priv.h (GC_debug_object_start): Declare.
2510         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
2511         * gc.h (GC_debug_register_finalizer_no_order,
2512         GC_register_finalizer_no_order): Declare.
2513         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
2514         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
2515         (GC_debug_generic_malloc): Likewise.
2516         (GC_debug_object_start): new function.
2518 1998-11-11  Tom Tromey  <tromey@cygnus.com>
2520         * configure: Rebuilt.
2521         * configure.in: Recognize --enable-java-gc, not --enable-gc.
2523 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2525         * dyn_load.c: Handle QUICK_THREADS case.
2527 1998-10-21  Tom Tromey  <tromey@cygnus.com>
2529         * configure: Rebuilt.
2530         * configure.in: Put cpp defines here, not in config.h.  Recognize
2531         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
2532         define PACKAGE or VERSION.
2533         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
2534         Don't define.
2536         * os_dep.c (GC_default_push_other_roots): Define when
2537         QUICK_THREADS defined.
2538         * misc.c: Added QUICK_THREADS case.
2539         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
2540         * config.h (THREADS): Define if QUICK_THREADS defined.
2541         * Makefile.in: Rebuilt.
2542         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
2543         quick_threads.c.
2544         * quick_threads.c: New file.
2546 1998-10-20  Tom Tromey  <tromey@cygnus.com>
2548         * aclocal.m4, configure: Rebuilt.
2549         * acinclude.m4: Don't subst machine_dir or sys_dir.
2550         * configure.host: Removed unused code.
2552 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
2554         * configure: Rebuilt.
2555         * configure.in: Fix typo in previous patch.
2557 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
2559         * Makefile.in, aclocal.m4, configure: Rebuilt.
2560         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
2561         * configure.host: Created.
2563 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
2565         * Makefile.in: Rebuilt.
2566         * Makefile.am (lib_LIBRARIES): Use target_all.
2567         (EXTRA_LIBRARIES): New macro.
2568         * configure: Rebuilt.
2569         * configure.in: Recognize --enable-gc.
2571 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
2573         * Makefile.in: Rebuilt.
2574         * Makefile.am (COMPILE): Define.
2575         (LINK): Likewise.
2576         (.s.o): Use MY_CFLAGS.
2577         * configure: Rebuilt.
2578         * configure.in (MY_CFLAGS): Define and subst.
2580 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
2582         * configure: Rebuilt.
2583         * configure.in: Added --with-cross-host argument.  Use
2584         $with_cross_host to determine when cross-compiling.
2586         * config.h (SMALL_CONFIG): Don't define.
2587         * configure: Rebuilt.
2588         * configure.in: Define SMALL_CONFIG when cross-compiling.
2590 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
2592         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
2593         allchblk.c: Merged with 4.13a2 while preserving local changes.
2595         * Makefile.orig: Updated from Makefile in 4.13a2.
2597         * configure: Rebuilt.
2598         * configure.in: Updated version number to 4.13a2.  On Solaris,
2599         don't build with -O when using gcc.
2601         Merged in version 4.13alpha2:
2602         * config.h (USE_MMAP): Re-enable on Solaris.
2603         * solaris_pthreads.c: Removed RCS Id line.
2604         * alpha_mach_dep.s: Removed RCS Id line.
2606 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
2608         * config.h (USE_MMAP): Don't define for Solaris.
2610 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
2612         * Makefile.in: Rebuilt.
2613         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
2615         * Makefile.in: Rebuilt.
2616         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
2618 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
2620         * Makefile.in: Rebuilt.
2621         * Makefile.am ($(all_objs)): Depend on config.h.
2623         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
2624         DATASTART as &_etext.
2625         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
2626         * configure: Rebuilt.
2627         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
2628         tx39.
2630 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
2632         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
2633         (GC_maybe_gc): Likewise.
2634         * os_dep.c: If NO_SIGSET defined, then have empty
2635         GC_disable_signals and GC_enable_signals.
2636         * configure: Rebuilt.
2637         * configure.in: Added --with-target-subdir option.  If
2638         cross-compiling, define NO_SIGSET and NO_CLOCK.
2640 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
2642         * Makefile.in: Rebuilt.
2643         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
2644         (AS): Removed.
2645         * aclocal.m4, configure: Rebuilt.
2646         * acinclude.m4: New file.
2647         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
2649 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
2651         * configure: Rebuilt.
2652         * configure.in: Link boehm-config.h to config.h.
2653         * Makefile.in: Rebuilt.
2654         * Makefile.am (INCLUDES): Removed.
2655         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
2656         JAVA_FINALIZATION): Define
2658 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
2660         * Many files: Use GC_bool, not bool.
2661         * gc_priv.h: Define GC_bool, not bool.
2663         * misc.c (GC_dont_gc): Define as int.
2664         (GC_quiet): Likewise.
2665         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
2666         * alloc.c (GC_dont_expand): Define as int.
2667         * gc_priv.h: For gcc, define bool as char.
2669 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
2671         * Makefile.in: Rebuilt.
2672         * Makefile.am (check_PROGRAMS): New macro.
2673         (gctest_SOURCES): Likewise.
2674         (gctest_LDADD): Likewise.
2676 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
2678         * Makefile.in: Rebuilt.
2679         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
2680         * configure: Rebuilt.
2681         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
2683 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2685         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
2686         New files.
2687         * Makefile.orig: Renamed from Makefile.