Update ChangeLog and version files for release
[official-gcc.git] / boehm-gc / ChangeLog
blob71511de87e4dc2a6417c7d168fda0dd0a9d83008
1 2016-06-03  Release Manager
3         * GCC 5.4.0 released.
5 2015-12-04  Release Manager
7         * GCC 5.3.0 released.
9 2015-09-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11         Backport from mainline
12         2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14         * os_dep.c [GC_SOLARIS_THREADS] (GC_dirty_init): Use
15         /proc/<pid>/pagedata instead of PIOCOPENPD.
17 2015-07-16  Release Manager
19         * GCC 5.2.0 released.
21 2015-04-22  Release Manager
23         * GCC 5.1.0 released.
25 2014-12-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27         * testsuite/lib/boehm-gc.exp: Load target-utils.exp.
29 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31         PR bootstrap/63784
32         * configure: Regenerated.
34 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
36         PR target/63610
37         * configure: Regenerate.
39 2014-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
41         * include/gc.h [(sparc || __sparc) && sun] (GC_INIT): Remove
42         comment and definition.
44 2014-10-06  Marek Polacek  <polacek@redhat.com>
46         * testsuite/boehm-gc.c/gctest.c: Fix defaulting to int.
48 2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
50         Fix current cygwin-64 build problems.
51         * include/gc_config_macros.h (GC_PTHREADS): Use __CYGWIN__ instead
52         of __CYGWIN32__ here.
53         * win32_threads.c (GC_push_all_stacks): Push all X86_64 registers.
54         (GC_get_thread_stack_base): Get the stack base for X86_64.
56 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
58         PR other/43620
59         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
60         * include/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
61         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
62         * Makefile.in: Regenerated.
63         * include/Makefile.in: Regenerated.
64         * testsuite/Makefile.in: Regenerated.
66 2013-12-21  Andreas Tobler  <andreast@gcc.gnu.org>
68         * include/private/gcconfig.h: Add FreeBSD powerpc64 defines.
70 2013-09-20  Alan Modra  <amodra@gmail.com>
72         * configure: Regenerate.
74 2013-09-04  Matthias Klose  <doko@ubuntu.com>
76         * Makefile.am (libgcjgc_la_LIBADD): Add EXTRA_TEST_LIBS.
77         * Makefile.in: Regenerate.
79 2013-03-16  Yvan Roux <yvan.roux@linaro.org>
81         * include/private/gcconfig.h (AARCH64): New macro (defined only if
82         __aarch64__).
83         (CPP_WORDSZ): Define for AArch64.
84         (MACH_TYPE): Likewise.
85         (ALIGNMENT): Likewise.
86         (HBLKSIZE): Likewise.
87         (OS_TYPE): Likewise.
88         (LINUX_STACKBOTTOM): Likewise.
89         (USE_GENERIC_PUSH_REGS): Likewise.
90         (DYNAMIC_LOADING): Likewise.
91         (DATASTART): Likewise.
92         (DATAEND): Likewise.
93         (STACKBOTTOM): Likewise.
94         (NOSYS): Likewise.
95         (mach_type_known): Define for AArch64 and comment update.
97 2013-03-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
99         * os_dep.c [SOLARIS_STACKBOTTOM] (GC_solaris_stack_base): New
100         function.
101         [!BEOS && !AMIGA && !MSWIN32 && !MSWINCE && !OS2 && !NOSYS &&
102         !ECOS] (GC_get_stack_base): Use it.
103         * include/private/gcconfig.h [SPARC && SUNOS5]
104         (SOLARIS_STACKBOTTOM): Define.
105         (STACKBOTTOM, HEURISTIC2): Remove.
106         [I386 && SUNOS5]
107         (SOLARIS_STACKBOTTOM): Define.
108         (STACKBOTTOM): Remove.
110 2012-11-04  Samuel Thibault  <samuel.thibault@gnu.org>
112         * configure.ac: Add stanza for *-*-gnu* threads configuration.
113         * configure: Regenerate.
114         * include/gc_config.h.in: Likewise.
115         * dyn_load.c (_GNU_SOURCE): Define for __GNU__.
116         * include/gc_config_macros.h (_REENTRANT, GC_PTHREADS): Define for
117         GC_GNU_THREADS.
118         * include/private/gcconfig.h (DATASTART): Don't define for I386 &&
119         HURD.
120         (SIG_SUSPEND, SIG_THR_RESTART, SEARCH_FOR_DATA_START): Define for
121         I386 && HURD.
122         (UNIX_LIKE, REGISTER_LIBRARIES_EARLY): Define for HURD.
123         * os_dep.c (GC_init_linux_data_start): Handle for HURD.
124         * pthread_support.c (GC_thr_init): Add case for GC_GNU_THREADS.
125         * specific.c: Use for GC_GNU_THREADS.
126         * threadlibs.c: Add case for GC_GNU_THREADS.
128 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
130         * configure: Regenerated.
132 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
134         * configure: Regenerated.
136 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
138         Merge upstream changes
139         * include/private/gcconfig.h: (ALIGNMENT): Set to 4 for x32.
140         (CPP_WORDSZ): Set to 32 for x32.
142 2012-02-27  Jack Howarth  <howarth@bromo.med.uc.edu>
143             Patrick Marlier  <patrick.marlier@gmail.com>
145         PR boehm-gc/48299
146         * testsuite/boehm-gc.c/thread_leak_test.c: Merge upstream changes.
148 2012-02-23  Patrick Marlier  <patrick.marlier@gmail.com>
149             Jack Howarth  <howarth@bromo.med.uc.edu>
151         PR boehm-gc/52179
152         * include/gc_config.h.in: Undefine HAVE_PTHREAD_GET_STACKADDR_NP.
153         * include/private/gcconfig.h (DARWIN): Define STACKBOTTOM with
154         pthread_get_stackaddr_np when available.
155         * configure.ac (THREADS): Check availability of pthread_get_stackaddr_np.
156         * configure: Regenerate.
158 2012-02-10  Kai Tietz  <ktietz@redhat.com>
160         PR boehm-gc/48514
161         * include/gc_config_macros.h (GC_DLL): Define it for mingw-targets
162         only, if we are actual in boehm-gc's build and DLL_EXPORT
163         is defined.
165 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
167         * configure: Regenerate.
169 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
171         * configure.ac (THREADS): Remove posix95.
172         * configure: Regenerate.
174 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
176         PR target/39150
177         * configure.ac (i?86-*-solaris2.[89]): Also accept
178         x86_64-*-solaris2.1?.
179         * configure: Regenerate.
181 2011-06-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
183         PR libgcj/49451
184         * include/private/gcconfig.h [IRIX5 && _MIPS_SZPTR == 64]
185         (ELF_CLASS): Define.
186         * dyn_load.c [IRIX5]: Include <elf.h>.
187         Include <obj.h> for O32, <objlist.h> for N32, N64.
188         [SUNOS5DL && USE_PROC_FOR_LIBRARIES] (obj_offset): Define.
189         [SUNOS4 && USE_PROC_FOR_LIBRARIES] (obj_offset): Define.
190         [IRIX5 && !USE_PROC_FOR_LIBRARIES] (struct link_map): Define.
191         (__rld_obj_head): Declare.
192         (l_next, l_addr, obj_offset): Define.
193         (GC_FirstDLOpenedLinkMap): New function.
194         [SUNOS4 || SUNOS5DL] (GC_register_dynamic_libraries): Also use on
195         IRIX5.
196         Use obj_offset.
197         [IRIX5 || (USE_PROC_FOR_LIBRARIES && !LINUX]
198         (GC_register_dynamic_libraries): Don't use /proc version on IRIX5.
200 2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
202         * configure.ac (THREADS): Remove decosf1, irix, mach, os2.
203         * configure: Regenerate
205 2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
207         PR testsuite/48480
208         * testsuite/lib/boehm-gc.exp (boehm-gc-dg-prune): Allow for path
209         to ranlib.
211 2011-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
213         PR boehm-gc/11412
214         * configure.ac (THREADCFLAGS): New variable.
215         Use it instead of INCLUDES, AM_CPPFLAGS.
216         <*-*-kfreebsd*-gnu> (THREADDLLIBS): Rename to THREADLIBS.
217         Remove DG/UX support.
218         (AC_CONFIG_FILES): Add testsuite/Makefile.
219         * Makefile.am (AUTOMAKE_OPTIONS): Use foreign instead of cygnus.
220         (SUBDIRS): Add testsuite.
221         (libgcjgc_la_LIBADD): Remove $(UNWINDLIBS).
222         (AM_CXXFLAGS): Add $(THREADCFLAGS).
223         (AM_CFLAGS): Likewise.
224         Remove TESTS related variables.
225         * Makefile.in: Regenerate.
226         * configure: Regenerate.
227         * testsuite/Makefile.am: New file.
228         * testsuite/Makefile.in: New file.
229         * testsuite/lib/boehm-gc.exp: New file.
230         * testsuite/config/default.exp: New file.
231         * testsuite/boehm-gc.c/c.exp: New file.
232         * testsuite/boehm-gc.lib/lib.exp: New file.
233         * tests/test.c: Move ...
234         * testsuite/boehm-gc.c/gctest.c: ... here.
235         * tests/leak_test.c, tests/middle.c, tests/thread_leak_test.c,
236         tests/trace_test.c: Move ...
237         * testsuite/boehm-gc.c: ... here.
238         * testsuite/boehm-gc.c/trace_test.c: Skip everywhere.
239         * tests/staticrootslib.c, tests/staticrootstest.c: Move ...
240         * testsuite/boehm-gc.lib: ... here.
241         * testsuite/boehm-gc.lib/staticrootstest.c: Use dg-add-shlib
242         staticrootslib.c.
243         * tests/test_cpp.cc: Move ...
244         * testsuite/boehm-gc.c++: ... here.
246 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
248         * configure.ac (THREADS): Remove solaris.
249         * configure: Regenerate.
251 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
253         * configure: Regenerate.
255 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
257         * configure.ac: Don't use libdl on mips-sgi-irix6*.
258         * configure: Regenerate.
260 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
262         * configure.ac (*-*-solaris2*): Add -lrt to THREADLIBS.
263         * configure: Regenerate.
265 2010-12-10  Iain Sandoe  <iains@gcc.gnu.org>
267         * powerpc_darwin_mach_dep.s:  Update for m64.  Add eh frames.
268         Do not build or use the picsymbol stub for Darwin >= 9.
269         * tests/test.c (reverse_test):  Modify count for ppc64-darwin.
270         * pthread_support.c (GC_get_thread_stack_base): Correct a debug
271         statement.
273 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
274             Mike Stump  <mrs@gcc.gnu.org>
276         PR target/26427
277         PR target/33120
278         PR testsuite/35710
279         * dyn_load.c (GC_register_dynamic_libraries/DARWIN):  Add new writable
280         data section names.
281         (GC_dyld_name_for_hdr): Adjust layout.
282         (GC_dyld_image_add): Adjust layout, add new Darwin sections, adjust
283         debug to name the sections.
284         (GC_dyld_image_remove): Adjust layout, remove new Darwin sections,
285         adjust debug to name the sections.
286         (GC_register_dynamic_libraries): Adjust layout.
287         (GC_init_dyld): Likewise.
288         (GC_register_main_static_data): Likewise.
290 2010-10-29  Paolo Bonzini  <bonzini@gnu.org>
292         * configure: Regenerate.
294 2010-10-28  Paolo Bonzini  <bonzini@gnu.org>
296         * configure.ac: Rewrite DGUX check to use GC_CFLAGS, and -O0 check
297         to remove the need for MY_CFLAGS.
298         * Makefile.am: Do not use @...@ substitutions.  Use AM_CXXFLAGS,
299         AM_CFLAGS and AM_LDFLAGS instead of redefining LTCOMPILE and LINK.
300         Use "override" to disable -O2 when required.
301         * configure: Regenerate.
302         * Makefile.in: Regenerate.
303         * include/Makefile.in: Regenerate.
305 2010-10-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
307         * dyn_load.c: Fix typo.
308         * pthread_support.c (GC_get_thread_stack_base) [DEBUG_THREADS]:
309         Use GC_printf0.
311 2010-06-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
313         * configure.ac (*-*-solaris2.8*): Only usr alternate thread
314         library on Solaris 8.
315         (*-*-solaris2*): Use regular thread library otherwise.
316         * configure: Regenerate.
318 2010-05-13  Uros Bizjak  <ubizjak@gmail.com>
320         * tests/leak_test.c (main): Declare as int.  Return 0.
321         * tests/thread_leak_test.c (main): Ditto.
322         * tests/trace_test.c (main): Ditto.
324 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
326         PR target/42811
327         * tests/staticrootstest.c: New test source file.
328         * tests/staticrootslib.c: New test library source file.
329         * Makefile.am (test_ldadd): New variable.
330         (gctest_LDADD): Use it.
331         (TESTS): Add leaktest, middletest and staticrootstest.
332         (check_PROGRAMS): Likewise.
333         (leaktest_SOURCES): New libtool variable definition.
334         (leaktest_LDADD): Likewise.
335         (leaktest_LDFLAGS): Likewise.
336         (leaktest_LINK): Likewise.
337         (middletest_SOURCES): Likewise.
338         (middletest_LDADD): Likewise.
339         (middletest_LDFLAGS): Likewise.
340         (middletest_LINK): Likewise.
341         (staticrootstest_SOURCES): Likewise.
342         (staticrootstest_LDADD): Likewise.
343         (staticrootstest_LDFLAGS): Likewise.
344         (staticrootstest_LINK): Likewise.
345         (check_LTLIBRARIES): Likewise.
346         (libstaticrootslib_la_SOURCES): Likewise.
347         (libstaticrootslib_la_LIBADD): Likewise.
348         (libstaticrootslib_la_LDFLAGS): Likewise.
349         (libstaticrootslib_la_DEPENDENCIES): Likewise.
350         * Makefile.in: Regenerate.
352 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
354         * Makefile.in: Regenerate.
355         * aclocal.m4: Regenerate.
356         * include/Makefile.in: Regenerate.
358 2010-03-21  Dave Korn  <dave.korn.cygwin@gmail.com>
360         PR target/42811 (prerequisite)
361         * include/private/gc_priv.h (struct roots) [CYGWIN32]: Don't
362         declare r_next member on Cygwin as on other windows hosts.
363         (LOG_RT_SIZE) [CYGWIN32]: Don't define likewise.
364         (RT_SIZE) [CYGWIN32]: Likewise.
365         (struct _GC_arrays) [CYGWIN32]: Do declare _heap_bases[] member
366         likewise.
367         (GC_heap_bases) [CYGWIN32]: Do define likewise.
368         (struct _SYSTEM_INFO) [CYGWIN32]: Do forward-declare likewise.
369         (GC_sysinfo) [CYGWIN32]: Do declare extern likewise.
370         (GC_n_heap_bases) [CYGWIN32]: Likewise.
371         (GC_is_tmp_root) [CYGWIN32]: Do prototype likewise.
372         * include/private/gcconfig.h (GC_win32_get_mem) [CYGWIN32]: Likewise.
373         (GET_MEM) [CYGWIN32]: Do define likewise.
374         * boehm-gc/ptr_chck.c (GC_is_visible) [CYGWIN32]: Do handle dynamic
375         registration likewise.
376         * boehm-gc/os_dep.c (GC_setpagesize) [CYGWIN32]: Do define likewise.
377         (GC_no_win32_dlls) [CYGWIN32]: Define as constant false, unlike
378         other windows hosts.
379         (GC_sysinfo) [CYGWIN32]: Define as on other windows hosts.
380         (GC_n_heap_bases) [CYGWIN32]: Likewise.
381         (GLOBAL_ALLOC_TEST) [CYGWIN32]: Likewise.
382         (GC_win32_get_mem) [CYGWIN32]: Likewise, but wrapping GC_unix_get_mem
383         rather than GlobalAlloc/VirtualAlloc.
384         (GC_win32_free_heap) [CYGWIN32]: Likewise, but wrapping free instead
385         of GlobalFree (even though the function body is optimised away).
386         * boehm-gc/mark_rts.c (add_roots_to_index) [CYGWIN32]: Define as on
387         other windows hosts.
388         (GC_add_roots_inner) [CYGWIN32]: Avoid overlapping or adjacent
389         intervals likewise.
390         (GC_clear_roots) [CYGWIN32]: Clear GC_root_index[] likewise.
391         (GC_rebuild_root_index) [CYGWIN32]: Define as on other windows hosts.
392         (GC_remove_tmp_roots) [CYGWIN32]: Call it likewise.
393         (GC_remove_roots) [CYGWIN32]: Don't define, as on other windows hosts.
394         (GC_is_tmp_root) [CYGWIN32]: Define, as on other windows hosts.
395         (GC_cond_register_dynamic_libraries) [CYGWIN32]: Handle temporary
396         roots and dynamic registration likewise.
397         * boehm-gc/dyn_load.c (GC_has_static_roots) [CYGWIN32]: Define as on
398         other windows hosts.
399         (GC_register_has_static_roots_callback) [CYGWIN32]: Likewise.
400         (GC_cond_add_roots) [CYGWIN32]: Likewise.
401         (GC_register_main_static_data) [CYGWIN32]: Define to always return
402         false, as on MSWINCE
403         (HAVE_REGISTER_MAIN_STATIC_DATA) [CYGWIN32]: Define as on other
404         windows hosts.
405         (GC_warn_fb) [CYGWIN32]: Likewise.
406         (GC_disallow_ignore_fb) [CYGWIN32]: Likewise.
407         (GC_ignore_fb_mb) [CYGWIN32]: Likewise.
408         (GC_ignore_fb) [CYGWIN32]: Likewise.
409         (is_frame_buffer) [CYGWIN32]: Likewise.
410         (GC_dump_meminfo) [CYGWIN32]: Likewise.
411         (GC_wnt) [CYGWIN32]: Define to constant true.
412         (GC_register_dynamic_libraries) [CYGWIN32]: Define as on other
413         windows hosts.
415 2009-12-09  Matthias Klose  <doko@ubuntu.com> 
417         * include/private/gc_locks.h: For __ARM_EABI__ define
418         GC_test_and_set  GC_clear to use the atomic builtins.
420 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
422         * Makefile.in: Regenerate.
423         * configure: Regenerate.
424         * include/Makefile.in: Regenerate.
426 2009-11-30  Ben Elliston  <bje@au.ibm.com>
428         * mark_rts.c (GC_approx_sp): Use __builtin_frame_address when
429         compiling with GCC rather than taking the address of a local
430         variable.
432 2009-11-30  Ben Elliston  <bje@au.ibm.com>
434         * os_dep.c: Use the POSIX signal API in preference to the BSD API.
435         Generate a compilation error if neither the POSIX nor BSD APIs can
436         be detected.
438 2009-09-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
440         * Makefile.am (libgcjgc_la_LINK, gctest_LINK): New.
441         (gctest_LDADD): Depend on libgcjgc.la instead of ./libgcjgc.la,
442         so that library dependency resolution works with portable make.
443         * Makefile.in: Regenerate.
445 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
447         * configure: Rebuilt with modified libtool.m4.
449 2009-09-03  Loren J. Rittle  <ljrittle@acm.org>
451         * dyn_load.c (HAVE_DL_ITERATE_PHDR): Break definition from use.
452         Define for FreeBSD 7.0+.
454 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
456         * configure.ac (AC_PREREQ): Bump to 2.64.
458 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
460         * Makefile.am (install-html, install-pdf): Remove.
461         * Makefile.in: Regenerate.
463         * Makefile.in: Regenerate.
464         * aclocal.m4: Regenerate.
465         * configure: Regenerate.
466         * include/Makefile.in: Regenerate.
467         * include/gc_config.h.in: Regenerate.
469 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
471         * Makefile.am (LTCOMPILE, LTLINK): Add $(AM_LIBTOOLFLAGS)
472         and $(LIBTOOLFLAGS).
473         * Makefile.in: Regenerate.
475 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
477         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
479 2009-07-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
481         PR boehm-gc/40785
482         * include/private/gc_locks.h (GC_test_and_set): If GCC 4.4, use
483         the __sync_lock_test_and _set and __sync_lock_release builtins on
484         the powerpc.  If not GCC 4.4, fix up the constraints so that it
485         builds without error.
486         (GC_clear): Ditto.
488 2009-07-17  Kai Tietz  <kai.tietz@onevision.com>
490         * configure.ac: Add rule for mingw targets to add -DGC_BUILD=1 to
491         cflags.
492         * configure: Regenerated.
494 2009-05-17  Dave Korn  <dave.korn.cygwin@gmail.com>
496         * win32_threads.c (GC_get_thread_stack_base):  Implement for Cygwin.
498 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
500         * configure: Regenerate.
502 2009-02-09  Mark Mitchell  <mark@codesourcery.com>
504         * Makefile.am (LTLDFLAGS): New variable.
505         (LINK): Use it.
506         * Makefile.in: Regenerated.
508 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
510         * configure: Regenerate.
512 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
513             Steve Ellcey  <sje@cup.hp.com>
515         * configure: Regenerate for new libtool.
516         * Makefile.in: Ditto.
517         * include/Makefile.in: Ditto.
518         * aclocal.m4: Ditto.
520 2008-07-18  Matthias Klose  <doko@ubuntu.com> 
522         * configure.ac (AC_CONFIG_FILES): Add threads.mk. 
523         * threads.mk.in: New. 
524         * Makefile.in, configure: Regenerate. 
526 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
528         * Makefile.in: Regenerate.
529         * configure: Regenerate.
530         * include/Makefile.in: Regenerate.
531         * include/gc_config.h.in: Regenerate.
533 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
535         PR bootstrap/35457
536         * aclocal.m4: Regenerate.
537         * configure: Regenerate.
539 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
541         * aclocal.m4: Regenerate.
542         * configure: Likewise.
543         * Makefile.in: Likewise.
544         * include/Makefile.in: Likewise.
546 2007-02-19  Andreas Tobler  <a.tobler@schweiz.org>
548         * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro
549         GC_GETSECTBYNAME instead.
550         * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the
551         architecture (Darwin).
553 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
555         * include/private/gcconfig.h (HBLKSIZE): Define for MIPS.
557 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
559         * configure: Regenerate.
561 2007-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
563         PR boehm-gc/33442
564         * pthread_support.c (GC_PTR GC_get_thread_stack_base): If stack grows
565         up, return stack_addr instead of stack_addr - stack_size.
567 2007-08-14  David Daney  <ddaney@avtrex.com>
569         * include/private/gcconfig.h: Handle mips64-linux n64 ABI.
571 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
573         * aclocal.m4: Regenerated.
575 2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
577         PR boehm-gc/21940
578         PR boehm-gc/21942
579         * configure.ac (GC_SOLARIS_THREADS): Don't define on *-*-solaris*.
580         Use alternate thread library in /usr/lib/lwp.
581         * configure: Regenerate.
582         * dyn_load.c: Use GC_SOLARIS_PTHREADS.
583         * include/gc_config_macros.h (GC_SOLARIS_THREADS): Don't define.
584         * include/private/gcconfig.h: Handle 64-bit Solaris 2/x86.
585         (GC_SOLARIS_THREADS): Don't define.
586         * include/private/solaris_threads.h: Remove.
587         * pthread_support.c (GC_thr_init) [GC_SOLARIS_PTHREADS]: Determine
588         GC_nprocs via sysconf().
589         * Makefile.am (libgcjgc_la_SOURCES): Remove solaris_pthreads.c and
590         solaris_threads.c.
591         (gctest_LDADD): Use THREADLIBS instead of THREADDLLIBS.
592         * Makefile.in: Regenerate.       
593         * solaris_pthreads.c: Remove.
594         * solaris_threads.c: Remove.
596 2007-06-22  Jakub Jelinek  <jakub@redhat.com>
598         * pthread_support.c (GC_get_thread_stack_base): Handle
599         pthread_getattr_np failures.
601 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
603         * configure: Regenerate.
605 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
607         * Makefile.in: Regenerate.
608         * configure: Regenerate.
609         * aclocal.m4: Regenerate.
610         * include/Makefile.in: Regenerate.
612 2007-05-20  Andreas Tobler  <a.tobler@schweiz.org>
614         * configure.ac: Introduce extra_ldflags_libgc. Use it for Darwin.
615         * configure: Regenerate.
616         * Makefile.am (libgc_la_LDFLAGS): Use extra_ldflags_libgc.
617         * Makefile.in: Regenerate.
618         * include/Makefile.in: Regenerate.
619         * include/private/gcconfig.h: Enable MPROTECT_VDB for all Darwin
620         targets. Remove comments. Prepare ppc64 support for Darwin.
622 2007-04-23  Keith Seitz  <keiths@redhat.com>
624         * include/gc.h (GC_is_thread_suspended): Declare.
625         * pthread_stop_world.c (GC_is_thread_suspended): New function.
627 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
629         * configure.ac (NO_EXECUTE_PERMISSION): Set by default.
630         * configure: Rebuilt.
632 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
634         * include/gc.h (GC_REGISTER_FINALIZER_UNREACHABLE): New.
635         (GC_register_finalizer_unreachable): Declare.
636         (GC_debug_register_finalizer_unreachable): Declare.
637         * finalize.c (GC_unreachable_finalize_mark_proc): New.
638         (GC_register_finalizer_unreachable): New.
639         (GC_finalize): Handle it.
640         * dbg_mlc.c (GC_debug_register_finalizer_unreachable): New.
641         (GC_debug_register_finalizer_no_order): Fix whitespace.
643 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
645         * Makefile.am: Add dummy install-pdf target.
646         * Makefile.in: Regenerate
648 2007-02-05  Roman Zippel <zippel@linux-m68k.org>
650         * boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so
651         it works with Linux 2.6, reactivate MPROTECT_VDB
652         * boehm-gc/pthread_stop_world.c: save all register
653         on signal entry
655 2007-01-24  Andreas Tobler  <a.tobler@schweiz.org>
657         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
658         added defines to include/private/gc_priv.h
659         (catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
660         * darwin_stop_world.c: Removed the above defines.
661         * include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
662         and os_dep.c to here. Fixed THREAD definition fixes for ppc64.
664 2007-01-17  David Daney  <ddaney@avtrex.com>
666         * configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
667         cross-compiling.
668         * configure: Regenerated.
669         * include/gc_config.h.in: Regenerated.
671 2007-01-17  Mike Stump  <mrs@apple.com>
673         * os_dep.c: Fix i686-apple-darwin9 builds.
675 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
677         * aclocal.m4: Regenerate to use multi.m4.
678         * configure: Regenerate.
679         * Makefile.in: Regenerate.
681 2007-01-17  Andreas Tobler  <a.tobler@schweiz.org>
683         * include/gc_config.h.in: Regenerate.
685 2007-01-16  Petr Salinger  <Petr.Salinger@seznam.cz>
687         * include/private/gcconfig.h: Handle amd64/x86-64 cpu under
688          GNU/kFreeBSD.
689         * os_dep.c: Likewise.
691 2007-01-15  Andreas Tobler  <a.tobler@schweiz.org>
693         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
694         reference.
695         (catch_exception_raise): Fix typo in the I386 exc_state.
697 2007-01-11  Andreas Tobler  <a.tobler@schweiz.org>
699         * configure.ac: Replaced HAS_I386_THREAD_STATE_* with
700         HAS_X86_THREAD_STATE32_* and HAS_X86_THREAD_STATE64_* respectively.
701         * configure: Regenerated.
702         * include/private/gcconfig.h (DARWIN): Added X86_64 define for Darwin.
703         Added base definitions for the X86_64 Darwin port.
704         * include/private/gc_priv.h: Added definitions for Darwin MACH thread
705         operations. Moved existing THREAD_STATE info from darwin_stop_world.c.
706         * darwin_stop_world.c: Removed THREAD_STATE info. Added
707         HAS_X86_THREAD_STATE64___RAX. And replaced HAS_I386_THREAD_STATE___EAX
708         with HAS_X86_THREAD_STATE32___EAX.
709         (GC_push_all_stacks): Use GC_MACH_THREAD_STATE_COUNT. Add code for
710         X86_64 Darwin.
711         * dyn_load.c (GC_dyld_name_for_hdr): Use GC_MACH_HEADER.
712         (GC_dyld_image_add): Use GC_MACH_HEADER and GC_MACH_SECTION.
713         Distinguish between getsectbynamefromheader_64 and
714         getsectbynamefromheader.
715         (GC_dyld_image_remove): Likewise.
716         * os_dep.c (GC_dirty_init): Use GC_MACH_THREAD_STATE.
717         (catch_exception_raise): Introduce exception information for I386 and
718         X86_64 Darwin. Add X86_64 for exc_state.faultvaddr.
720 2006-12-08  Mike Stump  <mrs@apple.com>
722         * configure.ac: Fix x86 darwin builds.
723         * darwin_stop_world.c: Likewise.
724         * include/private/gcconfig.h: Likewise.
725         * connfigure: Regenerate.
726         
727 2006-09-26  Jack Howarth  <howarth@bromo.med.uc.edu>
729         PR target/29180
730         * darwin_stop_world.c: Make stack_start unsigned long.
732 2006-09-21  Sandro Tolaini  <tolaini@libero.it>
734         * os_dep.c: Port to Darwin/i386
735         * darwin_stop_world.c: Likewise
736         * include/private/gcconfig.h: Likewise
737         
738 2006-06-07  Petr Salinger  <Petr.Salinger@seznam.cz>
740         * configure.ac: add support for GNU/kFreeBSD, accepted by upstream
741         for gc 6.8.
742         * dyn_load.c: Likewise.
743         * include/gc.h: Likewise.
744         * private/gcconfig.h: Likewise.
745         * configure: Regenerate.
746         * include/gc_config.h.in: Regenerate.
748 2006-09-14  Tom Tromey  <tromey@redhat.com>
750         PR boehm-gc/29068.
751         * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
752         Solaris.
754 2006-08-21  Bryce McKinlay  <mckinlay@redhat.com>
755         
756         PR libgcj/13212:
757         * configure.ac: Check for pthread_getattr_np(). Remove
758         GC_PTHREAD_SYM_VERSION detection.
759         * include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
760         GC_get_thread_stack_base): New declarations.
761         * pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
762         GC_get_thread_stack_base): New functions.
763         (GC_delete_thread): Don't try to free the first_thread.
764         * misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
765         (pthread_create_, constr): Removed.
766         (pthread_create): Don't rename.
767         * include/gc_ext_config.h.in: Rebuilt.
768         * include/gc_pthread_redirects.h (pthread_create): Define 
769         unconditionally.
770         * include/gc_config.h.in: Rebuilt.
771         * configure: Rebuilt.
773 2006-06-21  Keith Seitz  <keiths@redhat.com>
775         * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
776         routine if signal is received and thread is flagged SUSPENDED.
777         (suspend_self): New function.
778         (GC_suspend_thread): New function.
779         (GC_resume_thread): New function.
780         * include/gc.h (GC_suspend_thread): Declare.
781         (GC_resumet_thread): Declare.
782         * include/private/pthread_support.h (SUSPENDED): New GC_thread
783         flag.
785 2006-06-20  Ranjit Mathew  <rmathew@gcc.gnu.org>
786         
787         Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
788         * os_dep.c (GC_wnt): Define.
789         (GC_init_win32): Set GC_wnt.
790         * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
791         sections also on Windows 9x/ME.
793 2006-06-02  Geoffrey Keating  <geoffk@apple.com>
795         * configure.ac: Define HAS_PPC_THREAD_STATE_R0,
796         HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
797         HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
798         HAS_I386_THREAD_STATE___EAX.
799         * configure: Regenerate.
800         * include/gc_config.h.in: Regenerate.
801         * darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
802         macro names to determine value.
803         (THREAD_STATE): New.
804         (THREAD_FLD): New.
805         (GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
807 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
809         * Makefile.am: Add install-html target. 
810         * Makefile.in: Regenerate.
811         * aclocal.m4: Regenerate.
812         * include/Makefile.in: Regenerate.
814 2006-03-07  Andrew Haley  <aph@redhat.com>
816         * dyn_load.c (GC_has_static_roots): Declare.
817         (GC_register_dynlib_callback): Call GC_has_static_roots.
819 2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
821         * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
822         GC_start_world): Call vm_deallocate to free act_list. Fix from
823         Bruce Mitchener.
825 2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
826         John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
828         * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
829         Warn about POSIX threads not being supported for *-*-hpux10*.
830         * configure: Regenerate.
832 2006-02-09  Tom Tromey  <tromey@redhat.com>
834         * pthread_support.c: Conditionally include dlfcn.h.
836 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
837             Anthony Green  <green@redhat.com>
838             Tom Tromey  <tromey@redhat.com>
840         * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
841         * include/gc_config.h.in: Rebuilt.
842         * include/gc_pthread_redirects.h (pthread_create): Conditionally
843         define.
844         * pthread_support.c (pthread_create_): New global.
845         (constr): New function.
846         (pthread_create): Conditionally renamed.
847         * configure: Rebuilt.
848         * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
850 2006-02-04  Alan Modra  <amodra@bigpond.net.au>
852         * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
853         use broken 64-bit version.
855 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
857         * darwin_stop_world.c: Change inline asm instruction to ld as ldz
858         is wrong.
860         * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
861         * Makefile.in: Regenerate.
863 2006-01-25  Bryce McKinlay  <mckinlay@redhat.com>
865         * include/private/gcconfig.h: Revert to GC 6.6 version, removing
866         all local changes.
868 2006-01-24  Bryce McKinlay  <mckinlay@redhat.com>
870         Import Boehm GC version 6.6.
872 2006-01-24  David Ayers  <d.ayers@inode.at>
874         PR libobjc/13946
875         * include/gc.h: Fix prototype declarations for bootstrap.
877 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
879         * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
881 2005-09-15  Kazu Hirata  <kazu@codesourcery.com>
883         * include/private/gc_locks.h (GC_test_and_set): Change the
884         constraint of the first operand to '0'.
886 2005-09-06  Tom Tromey  <tromey@redhat.com>
888         PR libgcj/23662:
889         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
890         HEURISTIC1 on ARM.
892 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
894         * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
896 2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>
898         * os_dep.c: Add FreeBSD/PowerPC bits.
899         (GC_SysVGetDataStart): Likewise.
900         * include/private/gcconfig.h: Likewise.
902 2005-05-25  Andrew Haley  <aph@redhat.com>
904         * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
905         powerpc64-linux.
907 2005-05-09  Mike Stump  <mrs@apple.com>
909         * configure: Regenerate.
911 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
913         * os_dep.c, include/private/gc_locks.h: Import CRIS port by
914         Simon Posnjak from gc6.4.
915         * include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
917 2005-04-17  David S. Miller  <davem@davemloft.net>
919         * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
920         * os_dep.c (GC_linux_stack_base): Check for bug present in some
921         Sparc glibc variants where __libc_stack_end is erroneously set
922         to "1".  Fallback to procfs code in that case.
924 2005-04-12  Mike Stump  <mrs@apple.com>
926         * configure: Regenerate.
928 2005-04-12  Richard Henderson  <rth@redhat.com>
930         * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
932 2005-03-23  Mike Stump  <mrs@apple.com>
934         * darwin_stop_world.c: Update for -m64 multilib.
935         * include/private/gcconfig.h: Likewise.
936         * powerpc_darwin_mach_dep.s: Likewise.
938 2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>
940         * Makefile.in, include/Makefile.in: Regenerate.
942 2005-02-26  Richard Earnshaw  <rearnsha@arm.com>
944         * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
945         ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
947 2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
949         PR libgcj/19823
950         * configure.host: Set gc_use_mmap on *-linux*.
951         * configure.ac: Define USE_MMAP if gc_use_mmap is set.
952         * include/private/gc_priv.h: Include gc_config.h.
953         * configure, include/gc_config.h.in: Rebuilt.
955 2005-02-07  Hans Boehm  <Hans.Boehm@hp.com>
957         * allchblk.c (GC_allochblk_nth): Dont overlook available space if
958           GC disabled, correctly convert GC_finalizer_mem_freed to byte,
959           total_size to words.
960         * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
961           MEM_IMAGE regions.
962         * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
963           and indent appropriately.
964         * mark_rts.c (GC_approx_sp): Access stack.
965         * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
966           callee-saves registers when appropriate.
967           (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
969 2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
971         * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h 
972         and include/gc_ext_config.h.
973         * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
974         * include/gc.h: Undef PACKAGE_* before including gc_config.h.
976 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
978         * configure: Regenerate.
980 2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>
982         PR libgcj/18699
983         Revert patches of 2004-11-26 and 2004-11-27.
985 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
987         * configure: Regenerate for libtool change.
989 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
991         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
993 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
995         Fix "PACKAGE_NAME redefined" errors.
996         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
997         and include/gc_config.h.
998         * configure: Regenerated.
999         * include/gc_config.h.in: No longer auto-generated. Define only the
1000         macros needed by libjava.
1001         * include/config.h.in: Generated by autoheader.
1002         * include/gc.h: Include config.h, not gc_config.h.
1004 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
1006         * configure: Regenerate for libtool reversion.
1008 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1010         * configure: Regenerate for libtool change.
1012 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1014         * configure.ac (machdep): Use sparc_mach_dep.lo on
1015         sparc64-sun-solaris2.* too.
1016         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
1017         * configure: Regenerate.
1019 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1021         PR target/18444
1022         * configure.ac (threading): Accept 'posix95'.
1023         * configure: Regenerate.
1025 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
1027         * Makefile.am: Define ACLOCAL_AMFLAGS.
1028         * configure.ac: Remove redundant sinclude.
1029         * acinclude.m4: Delete file.
1030         * aclocal.m4: Regenerate.
1031         * Makefile.in, include/Makefile.in: Regenerate.
1032         * configure: Regenerate.
1034 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
1036         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
1037         Add prototype.
1039 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1041         * include/private/gcconfig.h: Add m32r-linux target.
1043 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
1045         * configure.ac: Update all AC_DEFINEs to newer style.
1046         * configure: Regenerate.
1047         * include/gc_config.h.in: Regenerate.
1049 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
1051         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
1052         GC_print_back_graph_stats): split GC_traverse_back_graph.
1053         * backgraph.c: Dynamically grow in_progress_space.
1054         * finalize.c (GC_notify_or_invoke_finalizers): also call
1055         GC_print_back_graph_stats.
1056         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
1057         GC_print_back_height): Move delarations to header file.
1058         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
1059         * configure: Regenerate.
1060         
1061 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
1063         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
1064         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
1066 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
1068         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
1069         Reported by Danny Smith.
1071 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
1073         * misc.c (GC_init): Replace lhs cast with rhs cast.
1075 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
1077         * specific.c: Check GC_LINUX_THREADS before including 
1078         private/specific.h. From Richard Earnshaw.
1080 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
1082         * aclocal.m4: Remove obsolete construct for old automake.
1083         * acinclude.m4: Regenerate with aclocal 1.9.1.
1084         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
1085         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
1086         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
1087         Remove now-redundant subst of target_noncanonical.  Remove
1088         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
1089         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
1090         Use slightly more modern form of AC_INIT.
1091         * configure: Rebuild with autoconf 2.59.
1092         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
1094 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
1096         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
1097         since they're not known at this time.
1098         * solaris_pthreads.c: Likewise.
1100 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
1102         PR target/14931
1103         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
1105 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
1107         * configure.ac (gc_cflags): Add -Iinclude.
1108         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
1109         Don't write DEFS to boehm-cflags file.
1110         * configure: Rebuilt.
1111         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
1112         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
1113         * include/gc_config_macros.h: Remove backward-compatibility 
1114         redefinitions of GC_ names.
1115         * include/gc.h: Include <gc_config.h>.
1117 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
1119         Import Boehm GC version 6.3.
1121 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
1123         * include/Makefile.in: Regenerate
1125 2004-07-06  Andrew Pinski  <apinski@apple.com>
1127         * os-dep.c (GC_task_self): Declare as static
1128         and remove the second declaration.
1130 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
1132         * Makefile.am: Add rule for .S files to fix bootstrap on
1133         solaris and alpha.
1134         * Makefile.in: Regenerate.
1136 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
1138         * boehm-gc/configure.ac: New name of configure.in.
1139         Remove useless multilib stuff.  Change uses of
1140         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
1141         * boehm-gc/configure.in: New name of configure.in.
1142         * boehm-gc/Makefile.am: Update for automake 1.8.5.
1143         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
1144         * boehm-gc/aclocal.m4: Regenerate.
1145         * boehm-gc/configure: Regenerate.
1146         * boehm-gc/Makefile.in: Regenerate.
1148 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
1150         * .cvsignore: New file.
1152 2004-04-25  Andreas Jaeger  <aj@suse.de>
1154         * mark.c (GC_mark_from): Use pointer as prefetch argument.
1156 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
1158         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
1159         for gcc >= 3.0.
1160         (PREFETCH_FOR_WRITE): Likewise.
1162 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
1164         * configure.ac: Bump AC_PREREQ to 2.59.
1165         * configure: Regenerate.
1166         * config.in: Regenerate.
1168 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1170         * ltconfig, ltmain.sh: Remove unused files.
1171         * configure.in: Remove bogus extra early invocation of
1172         AC_CONFIG_AUX_DIR.
1173         * configure: Regenerate.
1174         * mkinstalldirs, install-sh, config.sub, config.guess:
1175         Remove (now) unused files.
1176         * Makefile.in: Regenerate (losing references to vanished
1177         files).
1179         * configure.in: Add CCAS, CCASFLAGS for future automakes.
1180         * configure, Makefile.in, include/Makefile.in: Regenerate.
1182         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
1183         * Makefile.in: Regenerate.
1185         * configure.in: Remove bogus duplicate invocation of
1186         AM_MAINTAINER_MODE.  Remove obsolete comment.
1187         * configure: Regenerate.
1189         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
1190         to configure.in.
1191         * aclocal.m4: Regenerate.
1192         * configure.in: Receive contents of GC_CONFIGURE macro.
1193         * configure: Regenerate.
1195         * configure.in: Remove more obsolete, bogus code.
1196         * configure: Regenerate.
1198         * acinclude.m4: Remove obsolete and bogus constructs.
1199         * aclocal.m4: Regenerate.
1200         * configure: Regnerate.
1202 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1204         * acinclude.m4: De-precious CC and CXX so that the right flags
1205         are passed down to multilibs.
1206         * aclocal.m4: Regenerate.
1207         * configure: Regenerate.
1209 2004-02-22  Zack Weinberg <zack@codesourcery.com>
1210             Nathanael Nerode <neroden@twcny.rr.com>
1211             Alexandre Oliva <aoliva@redhat.com>
1213         * config.sub, config.guess: Replace with forwarding scripts
1214         which invoke the master copies in the top level.
1216 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1218         * acinclude.m4: Remove old no-executables workaround;
1219         add new no-executables workaround.
1220         * aclocal.m4: Regenerate.
1221         * configure.in: Change prereqs to autoconf 2.57.
1222         * configure: Regenerate with autoconf 2.57.
1224         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
1225         * configure: Regenerate.
1226         * Makefile.am: Use target_noncanonical variable from configure.
1227         * Makefile.in: Regenerate.
1228         * include/Makefile.in: Regenerate.
1230 2004-02-20  Andrew Cagney  <cagney@redhat.com>
1232         * config.guess: Update from version 2002-01-10 to 2004-02-16.
1233         * config.sub: Update from version 2002-01-02 to 2004-02-16.
1235 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1237         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
1238         * aclocal.m4: Rebuild.
1239         * configure: Regenerate.
1241         * acinclude.m4: Move certain code to configure.in.
1242         * configure.in: Receive code from acinclude.m4.
1243         * aclocal.m4: Rebuild.
1244         * configure: Regenerate.
1246         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
1248 2004-01-20  Andrew Haley  <aph@redhat.com>
1250         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
1252         * configure.in: Comment change.
1254 2004-01-16  Andrew Haley  <aph@redhat.com>
1256         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
1257         add for ia64; remove for MIPS.
1258         * configure: Regnerated.
1260 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
1262         * configure.in: Add in AC_PREREQ(2.13)
1264 2004-01-07  Dave Jones <davej@redhat.com>
1266         * malloc.c (GC_generic_malloc): Correct initialization typo.
1267         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
1269 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1271         * include/private/gcconfig.h: Re-install change of 2003-04-16.
1273 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1275         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
1276         _MIPS_SIM_ABI32.
1278 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
1280         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
1281         unsure comment.
1283 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
1285         * configure: Rebuild.
1287 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
1289         * configure.in: Remove NO_GETENV definition for win32.
1290         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
1291         * misc.c (GC_init_inner): Call GC_thr_init for win32.
1292           (GC_set_warn_proc): Add assertion.
1293         * win32_threads.c: Import 6.3alpha2 version.
1294         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
1296 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1298         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
1299         2.3/SPARC, there are no micro versions.
1300         Treat Solaris 10 and up alike.
1301         * configure: Regenerate.
1303 2003-09-22  Anthony Green  <green@redhat.com>
1305         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
1306         "NOSYS" targets.
1308 2003-09-20    <green@redhat.com>
1310         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
1311         check for __arm__ or __thumb__.
1313 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
1315         * configure: Regenerate.
1317 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1318             Roger Sayle <roger@eyesopen.com>
1320         * configure.in: Set INCLUDES to absolute path.
1321         Save $INCLUDES in boehm-cflags, too.
1322         Set INCLUDES so it's available to config.status.
1323         * configure: Regenerate.
1325 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
1327         * include/gc.h (GC_CreateThread): Declare with WINAPI
1328         attribute.
1329         * win32_threads.c (GC_CreateThread): Make definitions consistent
1330         with declaration.  Cast &thread_table[i].handle to PHANDLE
1331         in call to DuplicateHandle
1332         (thread_start): Declare as static.
1334 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
1336         * dyn_load.c: Define __private_extern__ to match Apple's system
1337         header.
1339 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
1341         * os_dep.c: Remove redundancy introduced in last merge.
1343 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
1345         Import GC 6.3alpha1.
1346         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
1347         * ChangeLog: Likewise.
1348         * Makefile.am: Likewise.
1349         * Makefile.direct: Likewise.
1350         * Makefile.dj: Likewise.
1351         * allchblk.c: Likewise.
1352         * alloc.c: Likewise.
1353         * backgraph.c: Likewise.
1354         * configure.host: Likewise.
1355         * configure.in: Likewise.
1356         * dbg_mlc.c: Likewise.
1357         * dyn_load.c: Likewise.
1358         * finalize.c: Likewise.
1359         * gc_cpp.cc: Likewise.
1360         * gc_dlopen.c: Likewise.
1361         * gcj_mlc.c: Likewise.
1362         * if_mach.c: Likewise.
1363         * mach_dep.c: Likewise.
1364         * malloc.c: Likewise.
1365         * mallocx.c: Likewise.
1366         * mark.c: Likewise.
1367         * mark_rts.c: Likewise.
1368         * misc.c: Likewise.
1369         * os_dep.c: Likewise.
1370         * ptr_chck.c: Likewise.
1371         * reclaim.c: Likewise.
1372         * solaris_pthreads.c: Likewise.
1373         * solaris_threads.c: Likewise.
1374         * sparc_mach_dep.S: Likewise.
1375         * threadlibs.c: Likewise.
1376         * typd_mlc.c: Likewise.
1377         * version.h: Likewise.
1378         * win32_threads.c: Likewise.
1379         * Mac_files/MacOS_Test_config.h: Likewise.
1380         * Mac_files/MacOS_config.h: Likewise.
1381         * cord/cordbscs.c: Likewise.
1382         * cord/cordprnt.c: Likewise.
1383         * cord/de_win.c: Likewise.
1384         * doc/README: Likewise.
1385         * doc/README.MacOSX: Likewise.
1386         * doc/README.changes: Likewise.
1387         * doc/README.environment: Likewise.
1388         * doc/README.ews4800: Likewise.
1389         * doc/README.linux: Likewise.
1390         * doc/README.macros: Likewise.
1391         * doc/README.win32: Likewise.
1392         * doc/debugging.html: Likewise.
1393         * doc/gcdescr.html: Likewise.
1394         * doc/tree.html: Likewise.
1395         * include/Makefile.in: Likewise.
1396         * include/gc.h: Likewise.
1397         * include/gc_cpp.h: Likewise.
1398         * include/gc_local_alloc.h: Likewise.
1399         * include/gc_mark.h: Likewise.
1400         * include/gc_pthread_redirects.h: Likewise.
1401         * include/gc_typed.h: Likewise.
1402         * include/new_gc_alloc.h: Likewise.
1403         * include/private/dbg_mlc.h: Likewise.
1404         * include/private/gc_hdrs.h: Likewise.
1405         * include/private/gc_locks.h: Likewise.
1406         * include/private/gc_pmark.h: Likewise.
1407         * include/private/gc_priv.h: Likewise.
1408         * include/private/gcconfig.h: Likewise.
1409         * include/private/solaris_threads.h: Likewise.
1410         * include/private/specific.h: Likewise.
1411         * tests/test.c: Likewise.
1412         * tests/test_cpp.cc: Likewise.
1414         * configure: Rebuild.
1415         * Makefile.in: Rebuild.
1417         * mips_sgi_mach_dep.s: Add.
1419         * alpha_mach_dep.s: Remove.
1420         * irix_threads.c: Remove.
1421         * linux_threads.c: Remove.
1422         * mips_sgi_mach_dep.S: Remove.
1423         * missing: Remove.
1424         * powerpc_macosx_mach_dep.s: Remove.
1425         * doc/Makefile.am: Remove.
1426         * doc/Makefile.in: Remove.
1428 2003-07-25  Roger Sayle  <roger@eyesopen.com>
1430         * configure.host: Only use +ESdbgasm when using the HPUX native
1431         compiler on PA-Risc.  It isn't recognized by GCC and is silently
1432         ignored by HP's compilers on ia64.
1434 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
1436         * configure.in: define GC_DLL under mingw if --enable-shared
1437         * configure: rebuilt
1438         * win32_threads.c: add #ifdef GC_DLL around DllMain
1440 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
1442         * include/private/gcconfig.h: Add support for arm-netbsdelf.
1444 2003-04-09  Tom Tromey  <tromey@redhat.com>
1446         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
1447         POWERPC.
1448         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
1450 2003-03-22  Richard Henderson  <rth@redhat.com>
1452         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
1453         (GC_test_and_set): Use __sync_lock_test_and_set.
1454         (GC_clear): Use volatile assignment.
1455         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
1456         (GC_memory_write_barrier): Use __sync_synchronize.
1458 2003-03-12  Andreas Schwab  <schwab@suse.de>
1460         * configure.in: Avoid trailing /. in toolexeclibdir.
1461         * configure: Rebuilt.
1463 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
1464         * include/private/gcconfig.h (GC_data_start): declare when needed.
1465         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
1466         declaration.
1467         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
1468         GC_register_dynlib_callback): Register main data for static
1469         executable if dl_iterate_phdr() didn't.
1470         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
1471         if we don't expect to register main static data.
1473 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
1474         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
1475         (GC_push_roots): explicitly mark free list headers, register
1476         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
1477         * alloc.c (GC_stopped_mark): Conditionally call
1478         GC_cond_register_dynamic_libraries().
1479         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
1480         * dyn_load.c (GC_register_main_static_data): define.
1481         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
1482         no longer skip main data.
1483         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
1484         (GC_init_inner): Make main data registration conditional.
1485         * include/private/gc_priv.h (GC_register_main_static_data): declare.
1486         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
1487         for LINUX.
1489 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1491         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
1492         config.status.
1493         * configure: Rebuilt.
1495 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
1497         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
1499 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1501         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1502         Remove USE_LIBDIR conditional.
1503         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1504         * Makefile.in, configure: Rebuilt.
1506 2002-12-31  Tom Tromey  <tromey@redhat.com>
1508         For PR libgcj/8933:
1509         * include/Makefile.in: Rebuilt.
1510         * include/Makefile.am (noinst_HEADERS): Renamed from
1511         include_HEADERS.
1513 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1515         * ltconfig (osf[345]): Append $major to soname_spec.
1516         Reflect this in library_names_spec.
1517         * ltmain.sh (osf): Prefix $major with . for use as extension.
1519 2002-10-02  Andreas Jaeger  <aj@suse.de>
1521         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
1523 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1525         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
1526         check for __arm__ or __thumb__.
1528 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1530         * include/private/gcconfig: Add machine type S390.  Add s390x support.
1531         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
1532         (GC_compare_and_exchange): Likewise.
1534 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
1536         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
1538 2002-08-23  Adam Megacz <adam@xwt.org>
1540         * win32_threads.cc: Removed extraneous ABORT()
1542 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1544         * Makefile.am (all-multi): Fix multilib parallel build.
1546 2002-07-18  Bo Thorsen  <bo@suse.de>
1548         * include/private/gcconfig.h: Add x86-64 definitions.
1549         * os_dep.c: Add x86-64 support.
1550         * configure.in: Likewise.
1551         * configure: Regenerate.
1553 2002-07-18  H.J. Lu <hjl@gnu.org>
1555         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
1557 2002-07-18  H.J. Lu  (hjl@gnu.org)
1559         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
1560         Linux/mips.
1562 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
1563             Jonathan Clark
1565         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
1567 2002-06-09  H.J. Lu  (hjl@gnu.org)
1569         * include/private/gc_locks.h (GC_test_and_set): Support
1570         Linux/mips.
1571         (GC_TEST_AND_SET_DEFINED): Likewise.
1573         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
1574         Linux/mips.
1575         (DATAEND): Likewise.
1576         (LINUX_STACKBOTTOM): Likewise.
1577         (STACKBOTTOM): Removed for Linux/mips.
1579 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
1581         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
1582         (GC_pthread_create): Fix typo.
1583         (GC_TRY_LOCK): Likewise.
1584         * include/private/gc_locks.h (GC_test_and_set): Only take one
1585         one argument.
1586         (LOCK): Adjust appropriately.
1587         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
1588         _SIGRTMIN is unavailable.
1590 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1592         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
1593         * aclocal.m4: Regenerate.
1594         * configure: Regenerate.
1596 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1598         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1599         script entry, and set LD to it when configuring multilibs.
1600         * configure: Rebuilt.
1602 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1604         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
1605         (noinst_LTLIBRARIES): Add libgcjgc.la.
1607         * Makefile.in: Rebuild.
1609 2002-04-22  David S. Miller  <davem@redhat.com>
1611         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
1612         64-bit SPARC Linux, the __libc_stack_end technique does
1613         not work in this case.
1615 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1617         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
1619 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
1621         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
1622         SPARC Linux.
1624 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
1626         * include/private/gcconfig.h (DATAEND): Update comment example
1627         to match reality.
1629 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
1631         * include/private/gcconfig.h (DATAEND): Clarify comment.
1633 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1635         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
1636         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
1637         declare.
1638         * allchblk.c (GC_allchblk_nth): Change text and support reduced
1639         frequency for blacklist warning message.
1640         * misc.c (GC_large_alloc_warn_interval,
1641         GC_large_alloc_warn_suppressed): define.
1642         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
1643         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
1644         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
1645         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
1647         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
1649 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
1651         * include/private/gcconfig.h: Add support for an unmapped
1652         memory hole between the end of the initialized data segment
1653         and the start of the BSS on FreeBSD/i386.
1655 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1657         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
1658         NetBSD/i386.
1660 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
1662         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
1663         (GC_local_gcj_malloc): Add assertion.
1664         (start_mark_threads): Fix abort message.
1665         * mark.c (GC_mark_from): Generalize assertion.
1666         * reclaim.c (GC_clear_fl_links): New function.
1667         (GC_start_reclaim): Must clear some freelist links.
1668         * include/private/specific.h, specific.c: Add assertions.
1669         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
1670         Rearrange tse fields.
1672 2002-03-27  Richard Henderson  <rth@redhat.com>
1674         * os_dep.c (GC_init_linux_data_start): Fix references to
1675         __data_start and _end.
1677 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
1679         * include/private/gcconfig.h: Change all likely references
1680         to linker script synthesized symbols to use this idiom:
1681         extern int etext[]; etext
1683 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
1685         * linux_threads.c (GC_get_nprocs): Close file descriptor.
1687 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1689         * include/private/gcconfig.h: Add unified test for FreeBSD.
1690         Support FreeBSD/alpha.
1691         * os_dep.c: Do not include <machine/trap.h> unless available.
1692         (GC_freebsd_stack_base): Fix types.
1694 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1696         * Makefile.am: Make a convenience library.
1697         * Makefile.in: Rebuilt.
1699 2002-03-15  Anthony Green  <green@redhat.com>
1701         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
1702         * configure.in: Disable use of getenv for win32 targets (some of
1703         which have broken implementations).
1704         * configure: Rebuilt.
1706 2002-03-12  Adam Megacz  <adam@xwt.org>
1708         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
1709         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
1710         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
1711         statically initialized it to TRUE if compiling with GCC.
1712         * win32_threads.c (thread_start): We no longer use SEH if
1713         compiling with GCC.
1714         * mark.c (GC_mark_some): We no longer use SEH if
1715         compiling with GCC.
1717 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1719         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
1720         support is enabled, for hash synchronization.
1722 2002-02-24  Adam Megacz  <adam@xwt.org>
1724         * Makefile.am: Added win32_threads.c to sources list.
1725         * win32_threads.c: Added two */'s which I had neglected.
1727 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1729         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
1730         * Makefile.in: Rebuilt.
1732 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1734         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
1736         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
1737         preprocessor file.
1738         * mips_sgi_mach_dep.S: Likewise.
1739         * Makefile.am: Update for above changes.
1740         * Makefile.in: Rebuilt.
1742 2002-02-12  Richard Henderson  <rth@redhat.com>
1744         * configure.in: Re-apply 2001-06-26 configure change.
1745         * configure: Rebuild.
1747 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1749         Imported GC 6.1 Alpha 3.
1751         * sparc_mach_dep.S: Delete incorrectly named file.
1753 2001-02-11  Adam Megacz <adam@xwt.org
1755         * configure.in: support for win32, saner
1756         cross-compile options
1758 2001-02-08  Anthony Green  <green@redhat.com>
1760         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
1761           board embedded targets.
1762         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
1763           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
1764           redundant uses of ECOS.
1765         * misc.c: Use NOSYS where ECOS is being used.
1766           Don't define GC_write twice for ECOS systems.
1767           (GC_write): New function for NOSYS targets.
1769 2002-02-06  Adam Megacz <adam@xwt.org>
1771         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
1772         now exposed on all Win32 platforms.
1773         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
1774         compiles on Win32; it invokes CreateThread() if GC is built
1775         as a DLL; otherwise it registers the thread.
1776         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
1777         libgcjgc was not built as a DLL.
1779 2002-02-01  Adam Megacz <adam@xwt.org>
1781         * boehm-gc on win32 now automatically detects if it is being built
1782         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
1784 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
1786         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
1787         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
1788         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
1789         DATASTART and DATAEND roots.
1790         * rs6000_mach_dep.s: Add function descriptor and traceback table.
1792 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
1794         * dyn_load.c: Define ElfW (if needed) for all targets,
1795         not just GNU/Linux.
1796         (GC_FirstDLOpenedLinkMap): Use it.
1797         (GC_register_dynamic_libraries_dl): Use it.
1798         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
1799         for sparcv9.
1801 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1803         PR other/3725
1804         * configure.in: Add AC_SUBST(target_alias).
1805         * configure: Regenerated.
1807 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
1809         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1810         case for GC_FREEBSD_THREADS.
1811         * configure.in (*-*-freebsd*): Clarify warning.
1812         * configure: Rebuilt.
1814 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
1815             Andreas Tobler <toa@pop.agri.ch>
1817         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1819 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1821         * linux_threads.c (GC_init_parallel): Do not declare as a static
1822         constructor.
1823         * include/gc.h (GC_init): Declare here. Add description.
1824         * include/private/gc_priv.h (GC_init): Remove declaration.
1826 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1828         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1829         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1830         GC_FREEBSD_THREADS, handle strange interaction between system
1831         pthread implementation and boehm-gc signal-handler architecture.
1832         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1833         set stack.
1834         * include/private/gcconfig.h (configuration keyed off FREEBSD):
1835         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
1836         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1838 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1840         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1841         * Makefile.in: Rebuilt.
1843 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1845         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1846         merged local changes.
1848 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1850         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1851         Solaris 2/Intel definition.
1853         * configure.in (i?86-*-solaris2.[89]*): Define
1854         SOLARIS25_PROC_VDB_BUG_FIXED.
1855         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1856         * configure: Regenerate.
1858         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1859         (DATAEND): Define using _end.
1861 2001-09-11  Per Bothner  <per@bothner.com>
1863         * include/Makefile.am:  New file.  It defines include_HEADERS.
1864         * Makefile.am (SUBDIRS):  New macro, set to include.
1865         * configure.in (AC_OUTPUT):  Add include/Makefile.
1867 2001-08-20  Tom Tromey  <tromey@redhat.com>
1869         * configure: Rebuilt.
1870         * configure.in: Always ask gcc for threads package.
1872 2001-08-17  Tom Tromey  <tromey@redhat.com>
1874         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1875         merged local changes.
1877 2001-08-02  David Billinghurst <David.Billinghurst>
1879         * configure: Rebuilt.
1880         * configure.in:  POSIX threads on cygwin does not link with
1881         -lpthreads.
1883 2001-07-03  Tom Tromey  <tromey@redhat.com>
1885         Fix for PR bootstrap/3281:
1886         * aclocal.m4, configure, Makefile.in: Rebuilt.
1887         * acinclude.m4: Set mkinstalldirs for in-tree build.
1889 2001-06-26  Richard Henderson  <rth@redhat.com>
1891         * alpha_mach_dep.s: Mark call-saved FP registers.
1892         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1893         * configure.in (alpha*): Re-enable alpha_mach_dep.s
1894         * configure: Rebuild.
1896 2001-06-12  Tom Tromey  <tromey@redhat.com>
1898         * aclocal.m4, configure: Rebuilt.
1899         * acinclude.m4: Find configure.host in srcdir.
1901 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1903         * configure.in (AC_EXEEXT): Work around in case it expands to
1904         nothing, as in autoconf 2.50.
1905         * acinclude.m4: Likewise.
1906         * aclocal.m4, configure: Rebuilt.
1908 2001-06-07  Tom Tromey  <tromey@redhat.com>
1910         For PR bootstrap/3075:
1911         * configure, aclocal.m4, Makefile.in: Rebuilt.
1912         * configure.in: Don't call AC_CONFIG_AUX_DIR or
1913         AC_CANONICAL_SYSTEM.
1914         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1915         AC_CANONICAL_SYSTEM here.
1916         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1917         boehm_gc_basedir.
1919 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1921         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1922         (libgcjgc_la_SOURCES): Remove typo.
1923         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1924         * Makefile.in: Rebuilt.
1926 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1928         Imported version version 6.0alpha7.
1930         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1931         README.amiga, README.debugging, README.dj, README.hp, README.linux,
1932         README.rs6000, README.sgi, README.solaris2, README.uts,
1933         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1934         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1935         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1936         hpux_irix_threads.c, makefile.depend, nursery.c,
1937         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1938         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1939         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1940         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1941         files.
1943 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
1945         * configure.host: Build with -fexceptions.
1946         * linux_threads.c: Remember which thread stopped world for
1948 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
1949             with final tuning by Bryce McKinlay
1951         * configure.in: Add support for --enable-threads=posix on FreeBSD.
1952         * configure: Rebuilt.
1954 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
1956         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1957         (GC_noop1): Change declaration to take one argument.
1959 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
1961         * configure.in: Obtain THREADS with `gcc -v'.
1962         * configure: Rebuilt.
1964 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
1966         * misc.c: Back out buggy changes to stack clearing code.
1967         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1968         spent clearing memory.
1970 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
1972         * finalize.c:
1973         - Accomodate finalization requests for static objects.
1974           (Will be required by hash synchronization.  May be needed
1975           in some configurations now.)
1977         * gc_priv.h:
1978         - Define MIN_WORDS.  All allocation requests are rounded
1979           up to at least this size.  Removes a subtle assumption that
1980           Java objects have a 2 word header.
1982         * gcconfig.h:
1983         - Adjust Linux/IA64 configuration for non-ancient kernels.
1984           (Necessary fix for IA64.)
1986         * linux_threads.c:
1987         - Fix syntax error in currently unused code.  Will be needed
1988           for Linux/PA-RISC.
1990         * malloc.c:
1991         - Handle MIN_WORDS.
1993         * misc.c:
1994         - Handle MIN_WORDS.
1995         - Change stack cleaning code to typically clear about one tenth
1996           the memory it used to in the threads configuration.  Occasionally
1997           still clear more.  (This is really a fix for a long-standing
1998           and fairly significant performance bug with threads.)
2000         * os_dep.c:
2001         - Fix the code for finding the beginning of the data segment under
2002           Linux.  I believe this is necessary for some IA64 Linux
2003           distributions.  It will also helo other platforms, though those
2004           may additionally require a gcconfig.h adjustment.  (This basically
2005           works around the absence of a data_start or __data_start
2006           definition in glibc.)
2008         * test.c:
2009         - Handle rounding due to MIN_WORDS.
2011 2001-03-22  Tom Tromey  <tromey@redhat.com>
2013         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
2015 2001-03-19  Tom Tromey  <tromey@redhat.com>
2017         * Makefile.in: Rebuilt.
2018         * Makefile.am (gctest_LDFLAGS): new macro.
2020 2001-03-16  Tom Tromey  <tromey@redhat.com>
2022         * Makefile.in: Rebuilt.
2023         * Makefile.am (TESTS_ENVIRONMENT): New macro.
2025 2001-01-23  Rod Stewart <stewart@lab43.org>
2027         * gcconfig.h: Check for `__arm__', not `arm'.
2029 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
2031         * configure.in: Rename THREADLIB to THREADLIBS.
2032         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
2033         ensures that we link the correct version of the linuxthreads semaphore
2034         functions.
2035         * Makefile.in: Rebuilt.
2036         * configure: Rebuilt.
2038         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
2039         list of signals which are not blocked during suspend in the NO_SIGNALS
2040         case.
2042 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
2044         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
2046 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
2048         * Makefile.dist: Renamed from Makefile.orig.
2050 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2052         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
2053         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
2054         set accordingly.
2055         * Makefile.in: Rebuilt.
2056         * configure: Likewise.
2058 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
2060         * gcconfig.h: Add new case for powerpc EABI.
2061         [PPC]: Handle embedded OS for powerpc simulator.
2063 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
2065         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
2066         cross-compile configuration only.
2067         * Makefile.am: Build gcj_mlc.c.
2068         * configure, Makefile.in: Rebuilt.
2070 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
2072         * acinclude.m4: Include libtool macros from the top level.
2073         * aclocal.m4, configure: Rebuilt.
2075 2000-09-04  Anthony Green  <green@redhat.com>
2077         Fix for PR libgcj/230:
2078         * mark.c (GC_mark_from_mark_stack): Remove call to
2079         GC_debug_object_start.
2080         * gc_priv.h (GC_debug_object_start): Remove prototype.
2082 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
2084         * gcconfig.h [OSF1] (_end): Declare as `int'.
2086 2000-08-02  Tom Tromey  <tromey@cygnus.com>
2088         * gc_priv.h (GC_generic_malloc_inner): Prototype.
2089         (GC_generic_malloc): Likewise.
2090         (GC_add_to_black_list_normal): Likewise.
2091         (GC_find_header): Likewise.
2092         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
2093         * gc_mark.h (GC_find_start): Prototype.
2094         (GC_signal_mark_stack_overflow): Likewise.
2096 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
2098         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
2099         * configure: Rebuilt.
2101         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
2103 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
2105         Imported version 5.1.
2106         * acinclude.m4: Push version to 5.1.
2108 2000-06-19  Andrew Haley  <aph@cygnus.com>
2110         * os_dep.c (read): Pass two dummy args to syscall().
2112 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
2114         Imported 5.0 release version.
2115         * acinclude.m4: Increment version to 5.0.
2117 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
2119         Imported version 5.0alpha7.
2120         * acinclude.m4: Update version to 5.0a7.
2122 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
2124         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
2125         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
2126         - sparc glibc does not provide it.
2127         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
2128         Make STACKBOTTOM depend on the wordsize.
2129         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
2130         (struct frame): Declare on sparc*-linux*.
2131         (GC_save_callers): Bias the frame pointers if needed (sparc64).
2132         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
2133         Implement on sparc64.
2134         (GC_clear_stack_inner): Implement on sparc64.
2135         * gc_priv.h (GC_test_and_set): Implement for sparc.
2136         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
2137         GC_save_regs_in_stack on sparc.
2139 2000-04-23  Tom Tromey  <tromey@cygnus.com>
2141         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
2143 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
2145         Imported version version 5.0alpha6.
2146         * acinclude.m4: Bump version to 5.0a6.
2147         * configure.in: Don't use alpha_mach_dep.s.
2148         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
2149         obsolete files.
2150         * Makefile.am, Makefile.in: irix_threads.c is now
2151         hpux_irix_threads.c.
2152         * Makefile.orig: Updated from gc distribution Makefile.
2154 2000-03-26  Anthony Green  <green@redhat.com>
2156         * misc.c (GC_enable): Always define GC_enable and GC_disable.
2158 2000-02-14  Tom Tromey  <tromey@cygnus.com>
2160         * gc.h (dlopen): Define as GC_dlopen on Linux.
2161         (GC_dlopen): Declare on Linux.
2162         * dyn_load.c (GC_dlopen): Define for Linux.
2164 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
2166         * gcconfig.h (DATASTART): Add missing extern declaration
2167         for data_start on powerpc.
2169 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
2171         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
2172         NO_SIGNALS case.
2174 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
2176         * gcconfig.h: Define DATASTART for Alpha Linux.
2178 1999-12-19  Anthony Green  <green@cygnus.com>
2180         * gcconfig.h: Use libgcj hack for Alpha Linux.
2181         Undefine MPROTEXT_VDB (from Jeff Sturm).
2182         * os_dep.c: Remove Alpha Linux hacks.
2183         * misc.c: Ditto.
2185 1999-12-13  Tom Tromey  <tromey@cygnus.com>
2187         * aclocal.m4, configure: Rebuilt.
2188         * acinclude.m4: Changed version to 5.0a4.
2189         * Makefile.in: Rebuilt.
2190         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
2192 1999-12-12  Anthony Green  <green@cygnus.com>
2194         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
2195         Linux.
2196         (DYNAMIC_LOADING): Define for PowerPC Linux.
2197         * os_dep.c: Remove some special cases for PowerPC Linux.
2198         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
2199         for PowerPC Linux.
2201 1999-11-04  Tom Tromey  <tromey@cygnus.com>
2203         * Makefile.in: Rebuilt.
2204         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
2206         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
2207         (GC_thr_init): Don't declare.
2209         * configure: Rebuilt.
2210         * configure.in: Removed qt threads case.
2211         * dyn_load.c: Don't mention QUICK_THREADS.
2212         * os_dep.c: Don't mention QUICK_THREADS.
2213         * misc.c: Don't mention QUICK_THREADS.
2214         * gcconfig.h: Don't mention QUICK_THREADS.
2215         * gc_priv.h: Removed QUICK_THREADS code.
2216         * quick_threads.c: Removed.
2218 1999-11-03  Tom Tromey  <tromey@cygnus.com>
2220         * gcconfig.h: Merged in local changes from old config.h.
2222 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
2224         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
2226 1999-11-02  Tom Tromey  <tromey@cygnus.com>
2228         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
2230         * configure: Rebuilt.
2231         * configure.in: Don't create boehm-config.h.
2232         * Makefile.in: Rebuilt.
2233         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
2234         config.h.
2235         ($(all_objs)): Depend on gcconfig.h.
2236         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
2237         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
2238         * config.h: Removed.
2240 1999-11-01  Tom Tromey  <tromey@cygnus.com>
2242         * Makefile.in: Rebuilt.
2243         * Makefile.am (gctest_LDADD): Added THREADLIB.
2244         (TESTS): New macro.
2245         * configure: Rebuilt.
2246         * configure.in (INCLUDES): New subst.
2248 1999-09-29  Steve Chamberlain  <sac@pobox.com>
2250         * config.h: Added picoJava target.
2251         * mach_dep.h (GC_push_regs):  New code for picoJava.
2253 1999-09-28  Tom Tromey  <tromey@cygnus.com>
2255         * aclocal.m4, configure: Rebuilt.
2256         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
2257         appropriate AC_PROG_ symbol.
2259 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2261         * gc_priv.h:  IRIX thread changes from
2262         include/private/gc_priv.h.
2264 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2266         * Makefile.in: Rebuilt.
2267         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
2268         builds.
2270         * configure: Rebuilt.
2271         * configure.in: Properly align --help output, fix capitalization
2272         and punctuation.
2273         * acinclude.m4: Likewise.
2275 1999-08-04  Tom Tromey  <tromey@cygnus.com>
2277         * configure.in: Added missing `;;'.  From Anthony Green.
2279 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2281         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
2283 1999-08-03  Tom Tromey  <tromey@cygnus.com>
2285         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
2286         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2288 1999-08-02  Tom Tromey  <tromey@cygnus.com>
2290         * aclocal.m4, configure: Rebuilt for new libtool.
2292 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
2294         * mips_sgi_mach_dep.s: Enable PIC option.
2296 1999-07-19  Tom Tromey  <tromey@cygnus.com>
2298         * config.h (MPROTECT_VDB): Don't define on Linux.
2300 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
2302         * Makefile.am (.s.lo): Avoid `#line' directives.
2303         * Makefile.in: Rebuilt.
2305 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
2307         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
2308         generate *-recursive for this Makefile, use *-am instead.
2309         * Makefile.in: Rebuilt.
2311 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
2313         * Makefile.am (.s.lo): Renamed from `.s.o'.
2314         * Makefile.in: Rebuilt.
2316 1999-06-21  Tom Tromey  <tromey@cygnus.com>
2318         Alpha patch from Jeff Sturm:
2319         * os_dep.c (GC_init_linuxalpha): New function.
2320         * misc.c: Initialize for alpha linux.
2321         * gc_priv.h (GC_test_and_set): Define for alpha.
2322         * config.h: Don't assume __data_start on alpha.
2324         * Makefile.in: Rebuilt.
2325         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
2326         -release.
2328         * Makefile.in: Rebuilt.
2329         * Makefile.am (toolexeclibdir): Define as libdir when
2330         appropriate.
2331         * configure: Rebuilt.
2332         * configure.in (USE_LIBDIR): New conditional.
2334         * configure: Rebuilt.
2335         * configure.in: Recognize all forms of alpha.
2337 1999-06-17  Anthony Green  <green@cygnus.com>
2339         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
2340         Carlo Dapor <carlo@vis.ethz.ch>).
2342 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
2344         * configure.in: Switch from irix threads to posix threads
2345         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
2346         for mips architecture.
2347         * configure: Regenerate.
2349 1999-04-30  Tom Tromey  <tromey@cygnus.com>
2351         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
2353 1999-04-26  Tom Tromey  <tromey@cygnus.com>
2355         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
2356         `weak'.
2358 1999-04-23  Tom Tromey  <tromey@cygnus.com>
2360         * Makefile.in, configure: Rebuilt.
2361         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
2362         (libgcjgc_la_SOURCES): Renamed.
2363         (libgcjgc_la_LIBADD): Likewise.
2364         (libgcjgc_la_DEPENDENCIES): Likewise.
2365         (EXTRA_libgcjgc_la_SOURCES): Likewise.
2366         (gctest_LDADD): Use libgcjgc.la.
2367         (all_objs): Mention libgcj_la_OBJECTS.
2368         (EXTRA_LTLIBRARIES): Renamed.
2369         (toollib_LTLIBRARIES): Likewise.
2370         (libgcjgc_la_LDFLAGS): New macro
2371         (toolexecdir): Renamed.
2372         (toolexeclibdir): Likewise.
2373         (toolexeclib_LTLIBRARIES): Likewise.
2374         (LTCOMPILE): Renamed; added libtool invocation.
2375         (LINK): Added libtool invocation.
2376         (.s.o): use LTCOMPILE.
2377         * configure.in: Call AM_PROG_LIBTOOL.
2378         (target_all): Set to libgcjgc.la.
2379         Mention `.lo' forms of object files.
2381 1999-04-21  Tom Tromey  <tromey@cygnus.com>
2383         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
2384         GC_stackbottom.
2386         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
2387         sigcontext.h.  From Matthias Klose <doko@itso.de>.
2389 1999-04-16  Tom Tromey  <tromey@cygnus.com>
2391         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
2392         David Pettersson <dapet@mai.liu.se>
2394 1999-04-14  Tom Tromey  <tromey@cygnus.com>
2396         * configure: Rebuilt.
2397         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
2398         incorrect patch of 199-04-09.
2400         * configure: Rebuilt.
2401         * configure.in: Added support for alpha.
2402         From David Pettersson <dapet@mai.liu.se>.
2404 1999-04-13  Tom Tromey  <tromey@cygnus.com>
2406         * Makefile.in: Rebuilt.
2407         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
2408         solaris-threads.h.
2410 1999-04-09  Tom Tromey  <tromey@cygnus.com>
2412         * configure: Rebuilt.
2413         * configure.in: Use sparc_mach_dep.s when building on Solaris.
2415 1999-02-23  Tom Tromey  <tromey@cygnus.com>
2417         * configure: Rebuilt.
2418         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
2419         SOLARIS_THREADS and _SOLARIS_PTHREADS.
2421 1999-02-18  Tom Tromey  <tromey@cygnus.com>
2423         * quick_threads.c (GC_push_all_stacks): Change order of arguments
2424         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
2425         for case where LO is NULL.
2427 1999-02-10  Tom Tromey  <tromey@cygnus.com>
2429         * aclocal.m4, configure, Makefile.in: Rebuilt.
2430         * acinclude.m4: Updated to be used with automake 1.4.
2431         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
2432         with automake 1.4.
2433         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
2434         (libgcjgc_a_SOURCES): Likewise.
2435         (libgcjgc_a_LIBADD): Likewise.
2436         (libgcjgc_a_DEPENDENCIES): Likewise.
2437         (EXTRA_libgcjgc_a_SOURCES): Likewise.
2438         (gctest_LDADD): Likewise.
2439         (all_objs): Likewise.
2441 1999-01-08  Tom Tromey  <tromey@cygnus.com>
2443         * configure: Rebuilt.
2444         * configure.in: Define LINUX_THREADS if using POSIX threads on
2445         Linux.
2447         * gc_priv.h (GC_test_and_set): Put return type into definition.
2449 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
2451         * Makefile.am: add support for eCos.  In particular, add C++
2452         support for compiling the file ecos.cc.
2453         * ecos.cc: new file.
2454         * acinclude.m4: add C++ support.
2455         * aclocal.m4: likewise
2456         * config.h: add eCos support.
2457         * configure: likewise
2458         * configure.in: likewise
2459         * misc.c (GC_write): add eCos support.
2460         * os_dep.c (tiny_sbrk): add eCos support.
2462 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
2464         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
2465         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
2467 1998-11-23  Tom Tromey  <tromey@cygnus.com>
2469         * configure.host (boehm_gc_cflags): Don't add `-O2'.
2471 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
2473         * Makefile.am, Makefile.in, configure.host: tx39 build option
2474         "-G 0" added.
2476 1998-11-17  Tom Tromey  <tromey@cygnus.com>
2478         * configure: Rebuilt.
2479         * configure.in: Switch on host, not target.
2481 1998-11-16  Tom Tromey  <tromey@cygnus.com>
2483         * gc_priv.h (GC_debug_object_start): Declare.
2484         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
2485         * gc.h (GC_debug_register_finalizer_no_order,
2486         GC_register_finalizer_no_order): Declare.
2487         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
2488         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
2489         (GC_debug_generic_malloc): Likewise.
2490         (GC_debug_object_start): new function.
2492 1998-11-11  Tom Tromey  <tromey@cygnus.com>
2494         * configure: Rebuilt.
2495         * configure.in: Recognize --enable-java-gc, not --enable-gc.
2497 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2499         * dyn_load.c: Handle QUICK_THREADS case.
2501 1998-10-21  Tom Tromey  <tromey@cygnus.com>
2503         * configure: Rebuilt.
2504         * configure.in: Put cpp defines here, not in config.h.  Recognize
2505         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
2506         define PACKAGE or VERSION.
2507         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
2508         Don't define.
2510         * os_dep.c (GC_default_push_other_roots): Define when
2511         QUICK_THREADS defined.
2512         * misc.c: Added QUICK_THREADS case.
2513         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
2514         * config.h (THREADS): Define if QUICK_THREADS defined.
2515         * Makefile.in: Rebuilt.
2516         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
2517         quick_threads.c.
2518         * quick_threads.c: New file.
2520 1998-10-20  Tom Tromey  <tromey@cygnus.com>
2522         * aclocal.m4, configure: Rebuilt.
2523         * acinclude.m4: Don't subst machine_dir or sys_dir.
2524         * configure.host: Removed unused code.
2526 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
2528         * configure: Rebuilt.
2529         * configure.in: Fix typo in previous patch.
2531 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
2533         * Makefile.in, aclocal.m4, configure: Rebuilt.
2534         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
2535         * configure.host: Created.
2537 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
2539         * Makefile.in: Rebuilt.
2540         * Makefile.am (lib_LIBRARIES): Use target_all.
2541         (EXTRA_LIBRARIES): New macro.
2542         * configure: Rebuilt.
2543         * configure.in: Recognize --enable-gc.
2545 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
2547         * Makefile.in: Rebuilt.
2548         * Makefile.am (COMPILE): Define.
2549         (LINK): Likewise.
2550         (.s.o): Use MY_CFLAGS.
2551         * configure: Rebuilt.
2552         * configure.in (MY_CFLAGS): Define and subst.
2554 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
2556         * configure: Rebuilt.
2557         * configure.in: Added --with-cross-host argument.  Use
2558         $with_cross_host to determine when cross-compiling.
2560         * config.h (SMALL_CONFIG): Don't define.
2561         * configure: Rebuilt.
2562         * configure.in: Define SMALL_CONFIG when cross-compiling.
2564 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
2566         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
2567         allchblk.c: Merged with 4.13a2 while preserving local changes.
2569         * Makefile.orig: Updated from Makefile in 4.13a2.
2571         * configure: Rebuilt.
2572         * configure.in: Updated version number to 4.13a2.  On Solaris,
2573         don't build with -O when using gcc.
2575         Merged in version 4.13alpha2:
2576         * config.h (USE_MMAP): Re-enable on Solaris.
2577         * solaris_pthreads.c: Removed RCS Id line.
2578         * alpha_mach_dep.s: Removed RCS Id line.
2580 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
2582         * config.h (USE_MMAP): Don't define for Solaris.
2584 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
2586         * Makefile.in: Rebuilt.
2587         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
2589         * Makefile.in: Rebuilt.
2590         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
2592 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
2594         * Makefile.in: Rebuilt.
2595         * Makefile.am ($(all_objs)): Depend on config.h.
2597         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
2598         DATASTART as &_etext.
2599         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
2600         * configure: Rebuilt.
2601         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
2602         tx39.
2604 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
2606         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
2607         (GC_maybe_gc): Likewise.
2608         * os_dep.c: If NO_SIGSET defined, then have empty
2609         GC_disable_signals and GC_enable_signals.
2610         * configure: Rebuilt.
2611         * configure.in: Added --with-target-subdir option.  If
2612         cross-compiling, define NO_SIGSET and NO_CLOCK.
2614 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
2616         * Makefile.in: Rebuilt.
2617         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
2618         (AS): Removed.
2619         * aclocal.m4, configure: Rebuilt.
2620         * acinclude.m4: New file.
2621         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
2623 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
2625         * configure: Rebuilt.
2626         * configure.in: Link boehm-config.h to config.h.
2627         * Makefile.in: Rebuilt.
2628         * Makefile.am (INCLUDES): Removed.
2629         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
2630         JAVA_FINALIZATION): Define
2632 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
2634         * Many files: Use GC_bool, not bool.
2635         * gc_priv.h: Define GC_bool, not bool.
2637         * misc.c (GC_dont_gc): Define as int.
2638         (GC_quiet): Likewise.
2639         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
2640         * alloc.c (GC_dont_expand): Define as int.
2641         * gc_priv.h: For gcc, define bool as char.
2643 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
2645         * Makefile.in: Rebuilt.
2646         * Makefile.am (check_PROGRAMS): New macro.
2647         (gctest_SOURCES): Likewise.
2648         (gctest_LDADD): Likewise.
2650 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
2652         * Makefile.in: Rebuilt.
2653         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
2654         * configure: Rebuilt.
2655         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
2657 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2659         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
2660         New files.
2661         * Makefile.orig: Renamed from Makefile.