Mark ChangeLog
[official-gcc.git] / boehm-gc / ChangeLog
blob2803edcd5ee7ba8854b0971e4d53da8612f99214
1 2014-05-22  Release Manager
3         * GCC 4.8.3 released.
5 2014-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7         Backport from mainline
8         2013-11-15  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
10         * configure: Regenerate.
12 2013-12-29  Andreas Tobler  <andreast@gcc.gnu.org>
14         Merge from trunk:
15         * include/private/gcconfig.h: Add FreeBSD powerpc64 defines.
17 2013-10-16  Release Manager
19         * GCC 4.8.2 released.
21 2013-09-04  Matthias Klose  <doko@ubuntu.com>
23         * Makefile.am (libgcjgc_la_LIBADD): Add EXTRA_TEST_LIBS.
24         * Makefile.in: Regenerate.
26 2013-05-31  Release Manager
28         * GCC 4.8.1 released.
30 2013-03-22  Jakub Jelinek  <jakub@redhat.com>
32         PR other/43620
33         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
34         * include/Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
35         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add no-dist.
36         * Makefile.in: Regenerated.
37         * include/Makefile.in: Regenerated.
38         * testsuite/Makefile.in: Regenerated.
40 2013-03-22  Release Manager
42         * GCC 4.8.0 released.
44 2013-03-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
46         * os_dep.c [SOLARIS_STACKBOTTOM] (GC_solaris_stack_base): New
47         function.
48         [!BEOS && !AMIGA && !MSWIN32 && !MSWINCE && !OS2 && !NOSYS &&
49         !ECOS] (GC_get_stack_base): Use it.
50         * include/private/gcconfig.h [SPARC && SUNOS5]
51         (SOLARIS_STACKBOTTOM): Define.
52         (STACKBOTTOM, HEURISTIC2): Remove.
53         [I386 && SUNOS5]
54         (SOLARIS_STACKBOTTOM): Define.
55         (STACKBOTTOM): Remove.
57 2012-11-04  Samuel Thibault  <samuel.thibault@gnu.org>
59         * configure.ac: Add stanza for *-*-gnu* threads configuration.
60         * configure: Regenerate.
61         * include/gc_config.h.in: Likewise.
62         * dyn_load.c (_GNU_SOURCE): Define for __GNU__.
63         * include/gc_config_macros.h (_REENTRANT, GC_PTHREADS): Define for
64         GC_GNU_THREADS.
65         * include/private/gcconfig.h (DATASTART): Don't define for I386 &&
66         HURD.
67         (SIG_SUSPEND, SIG_THR_RESTART, SEARCH_FOR_DATA_START): Define for
68         I386 && HURD.
69         (UNIX_LIKE, REGISTER_LIBRARIES_EARLY): Define for HURD.
70         * os_dep.c (GC_init_linux_data_start): Handle for HURD.
71         * pthread_support.c (GC_thr_init): Add case for GC_GNU_THREADS.
72         * specific.c: Use for GC_GNU_THREADS.
73         * threadlibs.c: Add case for GC_GNU_THREADS.
75 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
77         * configure: Regenerated.
79 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
81         * configure: Regenerated.
83 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
85         Merge upstream changes
86         * include/private/gcconfig.h: (ALIGNMENT): Set to 4 for x32.
87         (CPP_WORDSZ): Set to 32 for x32.
89 2012-02-27  Jack Howarth  <howarth@bromo.med.uc.edu>
90             Patrick Marlier  <patrick.marlier@gmail.com>
92         PR boehm-gc/48299
93         * testsuite/boehm-gc.c/thread_leak_test.c: Merge upstream changes.
95 2012-02-23  Patrick Marlier  <patrick.marlier@gmail.com>
96             Jack Howarth  <howarth@bromo.med.uc.edu>
98         PR boehm-gc/52179
99         * include/gc_config.h.in: Undefine HAVE_PTHREAD_GET_STACKADDR_NP.
100         * include/private/gcconfig.h (DARWIN): Define STACKBOTTOM with
101         pthread_get_stackaddr_np when available.
102         * configure.ac (THREADS): Check availability of pthread_get_stackaddr_np.
103         * configure: Regenerate.
105 2012-02-10  Kai Tietz  <ktietz@redhat.com>
107         PR boehm-gc/48514
108         * include/gc_config_macros.h (GC_DLL): Define it for mingw-targets
109         only, if we are actual in boehm-gc's build and DLL_EXPORT
110         is defined.
112 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
114         * configure: Regenerate.
116 2011-08-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
118         * configure.ac (THREADS): Remove posix95.
119         * configure: Regenerate.
121 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
123         PR target/39150
124         * configure.ac (i?86-*-solaris2.[89]): Also accept
125         x86_64-*-solaris2.1?.
126         * configure: Regenerate.
128 2011-06-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
130         PR libgcj/49451
131         * include/private/gcconfig.h [IRIX5 && _MIPS_SZPTR == 64]
132         (ELF_CLASS): Define.
133         * dyn_load.c [IRIX5]: Include <elf.h>.
134         Include <obj.h> for O32, <objlist.h> for N32, N64.
135         [SUNOS5DL && USE_PROC_FOR_LIBRARIES] (obj_offset): Define.
136         [SUNOS4 && USE_PROC_FOR_LIBRARIES] (obj_offset): Define.
137         [IRIX5 && !USE_PROC_FOR_LIBRARIES] (struct link_map): Define.
138         (__rld_obj_head): Declare.
139         (l_next, l_addr, obj_offset): Define.
140         (GC_FirstDLOpenedLinkMap): New function.
141         [SUNOS4 || SUNOS5DL] (GC_register_dynamic_libraries): Also use on
142         IRIX5.
143         Use obj_offset.
144         [IRIX5 || (USE_PROC_FOR_LIBRARIES && !LINUX]
145         (GC_register_dynamic_libraries): Don't use /proc version on IRIX5.
147 2011-04-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
149         * configure.ac (THREADS): Remove decosf1, irix, mach, os2.
150         * configure: Regenerate
152 2011-04-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
154         PR testsuite/48480
155         * testsuite/lib/boehm-gc.exp (boehm-gc-dg-prune): Allow for path
156         to ranlib.
158 2011-03-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
160         PR boehm-gc/11412
161         * configure.ac (THREADCFLAGS): New variable.
162         Use it instead of INCLUDES, AM_CPPFLAGS.
163         <*-*-kfreebsd*-gnu> (THREADDLLIBS): Rename to THREADLIBS.
164         Remove DG/UX support.
165         (AC_CONFIG_FILES): Add testsuite/Makefile.
166         * Makefile.am (AUTOMAKE_OPTIONS): Use foreign instead of cygnus.
167         (SUBDIRS): Add testsuite.
168         (libgcjgc_la_LIBADD): Remove $(UNWINDLIBS).
169         (AM_CXXFLAGS): Add $(THREADCFLAGS).
170         (AM_CFLAGS): Likewise.
171         Remove TESTS related variables.
172         * Makefile.in: Regenerate.
173         * configure: Regenerate.
174         * testsuite/Makefile.am: New file.
175         * testsuite/Makefile.in: New file.
176         * testsuite/lib/boehm-gc.exp: New file.
177         * testsuite/config/default.exp: New file.
178         * testsuite/boehm-gc.c/c.exp: New file.
179         * testsuite/boehm-gc.lib/lib.exp: New file.
180         * tests/test.c: Move ...
181         * testsuite/boehm-gc.c/gctest.c: ... here.
182         * tests/leak_test.c, tests/middle.c, tests/thread_leak_test.c,
183         tests/trace_test.c: Move ...
184         * testsuite/boehm-gc.c: ... here.
185         * testsuite/boehm-gc.c/trace_test.c: Skip everywhere.
186         * tests/staticrootslib.c, tests/staticrootstest.c: Move ...
187         * testsuite/boehm-gc.lib: ... here.
188         * testsuite/boehm-gc.lib/staticrootstest.c: Use dg-add-shlib
189         staticrootslib.c.
190         * tests/test_cpp.cc: Move ...
191         * testsuite/boehm-gc.c++: ... here.
193 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
195         * configure.ac (THREADS): Remove solaris.
196         * configure: Regenerate.
198 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
200         * configure: Regenerate.
202 2011-02-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
204         * configure.ac: Don't use libdl on mips-sgi-irix6*.
205         * configure: Regenerate.
207 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
209         * configure.ac (*-*-solaris2*): Add -lrt to THREADLIBS.
210         * configure: Regenerate.
212 2010-12-10  Iain Sandoe  <iains@gcc.gnu.org>
214         * powerpc_darwin_mach_dep.s:  Update for m64.  Add eh frames.
215         Do not build or use the picsymbol stub for Darwin >= 9.
216         * tests/test.c (reverse_test):  Modify count for ppc64-darwin.
217         * pthread_support.c (GC_get_thread_stack_base): Correct a debug
218         statement.
220 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
221             Mike Stump  <mrs@gcc.gnu.org>
223         PR target/26427
224         PR target/33120
225         PR testsuite/35710
226         * dyn_load.c (GC_register_dynamic_libraries/DARWIN):  Add new writable
227         data section names.
228         (GC_dyld_name_for_hdr): Adjust layout.
229         (GC_dyld_image_add): Adjust layout, add new Darwin sections, adjust
230         debug to name the sections.
231         (GC_dyld_image_remove): Adjust layout, remove new Darwin sections,
232         adjust debug to name the sections.
233         (GC_register_dynamic_libraries): Adjust layout.
234         (GC_init_dyld): Likewise.
235         (GC_register_main_static_data): Likewise.
237 2010-10-29  Paolo Bonzini  <bonzini@gnu.org>
239         * configure: Regenerate.
241 2010-10-28  Paolo Bonzini  <bonzini@gnu.org>
243         * configure.ac: Rewrite DGUX check to use GC_CFLAGS, and -O0 check
244         to remove the need for MY_CFLAGS.
245         * Makefile.am: Do not use @...@ substitutions.  Use AM_CXXFLAGS,
246         AM_CFLAGS and AM_LDFLAGS instead of redefining LTCOMPILE and LINK.
247         Use "override" to disable -O2 when required.
248         * configure: Regenerate.
249         * Makefile.in: Regenerate.
250         * include/Makefile.in: Regenerate.
252 2010-10-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
254         * dyn_load.c: Fix typo.
255         * pthread_support.c (GC_get_thread_stack_base) [DEBUG_THREADS]:
256         Use GC_printf0.
258 2010-06-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
260         * configure.ac (*-*-solaris2.8*): Only usr alternate thread
261         library on Solaris 8.
262         (*-*-solaris2*): Use regular thread library otherwise.
263         * configure: Regenerate.
265 2010-05-13  Uros Bizjak  <ubizjak@gmail.com>
267         * tests/leak_test.c (main): Declare as int.  Return 0.
268         * tests/thread_leak_test.c (main): Ditto.
269         * tests/trace_test.c (main): Ditto.
271 2010-05-06  Dave Korn  <dave.korn.cygwin@gmail.com>
273         PR target/42811
274         * tests/staticrootstest.c: New test source file.
275         * tests/staticrootslib.c: New test library source file.
276         * Makefile.am (test_ldadd): New variable.
277         (gctest_LDADD): Use it.
278         (TESTS): Add leaktest, middletest and staticrootstest.
279         (check_PROGRAMS): Likewise.
280         (leaktest_SOURCES): New libtool variable definition.
281         (leaktest_LDADD): Likewise.
282         (leaktest_LDFLAGS): Likewise.
283         (leaktest_LINK): Likewise.
284         (middletest_SOURCES): Likewise.
285         (middletest_LDADD): Likewise.
286         (middletest_LDFLAGS): Likewise.
287         (middletest_LINK): Likewise.
288         (staticrootstest_SOURCES): Likewise.
289         (staticrootstest_LDADD): Likewise.
290         (staticrootstest_LDFLAGS): Likewise.
291         (staticrootstest_LINK): Likewise.
292         (check_LTLIBRARIES): Likewise.
293         (libstaticrootslib_la_SOURCES): Likewise.
294         (libstaticrootslib_la_LIBADD): Likewise.
295         (libstaticrootslib_la_LDFLAGS): Likewise.
296         (libstaticrootslib_la_DEPENDENCIES): Likewise.
297         * Makefile.in: Regenerate.
299 2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
301         * Makefile.in: Regenerate.
302         * aclocal.m4: Regenerate.
303         * include/Makefile.in: Regenerate.
305 2010-03-21  Dave Korn  <dave.korn.cygwin@gmail.com>
307         PR target/42811 (prerequisite)
308         * include/private/gc_priv.h (struct roots) [CYGWIN32]: Don't
309         declare r_next member on Cygwin as on other windows hosts.
310         (LOG_RT_SIZE) [CYGWIN32]: Don't define likewise.
311         (RT_SIZE) [CYGWIN32]: Likewise.
312         (struct _GC_arrays) [CYGWIN32]: Do declare _heap_bases[] member
313         likewise.
314         (GC_heap_bases) [CYGWIN32]: Do define likewise.
315         (struct _SYSTEM_INFO) [CYGWIN32]: Do forward-declare likewise.
316         (GC_sysinfo) [CYGWIN32]: Do declare extern likewise.
317         (GC_n_heap_bases) [CYGWIN32]: Likewise.
318         (GC_is_tmp_root) [CYGWIN32]: Do prototype likewise.
319         * include/private/gcconfig.h (GC_win32_get_mem) [CYGWIN32]: Likewise.
320         (GET_MEM) [CYGWIN32]: Do define likewise.
321         * boehm-gc/ptr_chck.c (GC_is_visible) [CYGWIN32]: Do handle dynamic
322         registration likewise.
323         * boehm-gc/os_dep.c (GC_setpagesize) [CYGWIN32]: Do define likewise.
324         (GC_no_win32_dlls) [CYGWIN32]: Define as constant false, unlike
325         other windows hosts.
326         (GC_sysinfo) [CYGWIN32]: Define as on other windows hosts.
327         (GC_n_heap_bases) [CYGWIN32]: Likewise.
328         (GLOBAL_ALLOC_TEST) [CYGWIN32]: Likewise.
329         (GC_win32_get_mem) [CYGWIN32]: Likewise, but wrapping GC_unix_get_mem
330         rather than GlobalAlloc/VirtualAlloc.
331         (GC_win32_free_heap) [CYGWIN32]: Likewise, but wrapping free instead
332         of GlobalFree (even though the function body is optimised away).
333         * boehm-gc/mark_rts.c (add_roots_to_index) [CYGWIN32]: Define as on
334         other windows hosts.
335         (GC_add_roots_inner) [CYGWIN32]: Avoid overlapping or adjacent
336         intervals likewise.
337         (GC_clear_roots) [CYGWIN32]: Clear GC_root_index[] likewise.
338         (GC_rebuild_root_index) [CYGWIN32]: Define as on other windows hosts.
339         (GC_remove_tmp_roots) [CYGWIN32]: Call it likewise.
340         (GC_remove_roots) [CYGWIN32]: Don't define, as on other windows hosts.
341         (GC_is_tmp_root) [CYGWIN32]: Define, as on other windows hosts.
342         (GC_cond_register_dynamic_libraries) [CYGWIN32]: Handle temporary
343         roots and dynamic registration likewise.
344         * boehm-gc/dyn_load.c (GC_has_static_roots) [CYGWIN32]: Define as on
345         other windows hosts.
346         (GC_register_has_static_roots_callback) [CYGWIN32]: Likewise.
347         (GC_cond_add_roots) [CYGWIN32]: Likewise.
348         (GC_register_main_static_data) [CYGWIN32]: Define to always return
349         false, as on MSWINCE
350         (HAVE_REGISTER_MAIN_STATIC_DATA) [CYGWIN32]: Define as on other
351         windows hosts.
352         (GC_warn_fb) [CYGWIN32]: Likewise.
353         (GC_disallow_ignore_fb) [CYGWIN32]: Likewise.
354         (GC_ignore_fb_mb) [CYGWIN32]: Likewise.
355         (GC_ignore_fb) [CYGWIN32]: Likewise.
356         (is_frame_buffer) [CYGWIN32]: Likewise.
357         (GC_dump_meminfo) [CYGWIN32]: Likewise.
358         (GC_wnt) [CYGWIN32]: Define to constant true.
359         (GC_register_dynamic_libraries) [CYGWIN32]: Define as on other
360         windows hosts.
362 2009-12-09  Matthias Klose  <doko@ubuntu.com> 
364         * include/private/gc_locks.h: For __ARM_EABI__ define
365         GC_test_and_set  GC_clear to use the atomic builtins.
367 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
369         * Makefile.in: Regenerate.
370         * configure: Regenerate.
371         * include/Makefile.in: Regenerate.
373 2009-11-30  Ben Elliston  <bje@au.ibm.com>
375         * mark_rts.c (GC_approx_sp): Use __builtin_frame_address when
376         compiling with GCC rather than taking the address of a local
377         variable.
379 2009-11-30  Ben Elliston  <bje@au.ibm.com>
381         * os_dep.c: Use the POSIX signal API in preference to the BSD API.
382         Generate a compilation error if neither the POSIX nor BSD APIs can
383         be detected.
385 2009-09-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
387         * Makefile.am (libgcjgc_la_LINK, gctest_LINK): New.
388         (gctest_LDADD): Depend on libgcjgc.la instead of ./libgcjgc.la,
389         so that library dependency resolution works with portable make.
390         * Makefile.in: Regenerate.
392 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
394         * configure: Rebuilt with modified libtool.m4.
396 2009-09-03  Loren J. Rittle  <ljrittle@acm.org>
398         * dyn_load.c (HAVE_DL_ITERATE_PHDR): Break definition from use.
399         Define for FreeBSD 7.0+.
401 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
403         * configure.ac (AC_PREREQ): Bump to 2.64.
405 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
407         * Makefile.am (install-html, install-pdf): Remove.
408         * Makefile.in: Regenerate.
410         * Makefile.in: Regenerate.
411         * aclocal.m4: Regenerate.
412         * configure: Regenerate.
413         * include/Makefile.in: Regenerate.
414         * include/gc_config.h.in: Regenerate.
416 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
418         * Makefile.am (LTCOMPILE, LTLINK): Add $(AM_LIBTOOLFLAGS)
419         and $(LIBTOOLFLAGS).
420         * Makefile.in: Regenerate.
422 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
424         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
426 2009-07-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
428         PR boehm-gc/40785
429         * include/private/gc_locks.h (GC_test_and_set): If GCC 4.4, use
430         the __sync_lock_test_and _set and __sync_lock_release builtins on
431         the powerpc.  If not GCC 4.4, fix up the constraints so that it
432         builds without error.
433         (GC_clear): Ditto.
435 2009-07-17  Kai Tietz  <kai.tietz@onevision.com>
437         * configure.ac: Add rule for mingw targets to add -DGC_BUILD=1 to
438         cflags.
439         * configure: Regenerated.
441 2009-05-17  Dave Korn  <dave.korn.cygwin@gmail.com>
443         * win32_threads.c (GC_get_thread_stack_base):  Implement for Cygwin.
445 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
447         * configure: Regenerate.
449 2009-02-09  Mark Mitchell  <mark@codesourcery.com>
451         * Makefile.am (LTLDFLAGS): New variable.
452         (LINK): Use it.
453         * Makefile.in: Regenerated.
455 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
457         * configure: Regenerate.
459 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
460             Steve Ellcey  <sje@cup.hp.com>
462         * configure: Regenerate for new libtool.
463         * Makefile.in: Ditto.
464         * include/Makefile.in: Ditto.
465         * aclocal.m4: Ditto.
467 2008-07-18  Matthias Klose  <doko@ubuntu.com> 
469         * configure.ac (AC_CONFIG_FILES): Add threads.mk. 
470         * threads.mk.in: New. 
471         * Makefile.in, configure: Regenerate. 
473 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
475         * Makefile.in: Regenerate.
476         * configure: Regenerate.
477         * include/Makefile.in: Regenerate.
478         * include/gc_config.h.in: Regenerate.
480 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
482         PR bootstrap/35457
483         * aclocal.m4: Regenerate.
484         * configure: Regenerate.
486 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
488         * aclocal.m4: Regenerate.
489         * configure: Likewise.
490         * Makefile.in: Likewise.
491         * include/Makefile.in: Likewise.
493 2007-02-19  Andreas Tobler  <a.tobler@schweiz.org>
495         * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro
496         GC_GETSECTBYNAME instead.
497         * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the
498         architecture (Darwin).
500 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
502         * include/private/gcconfig.h (HBLKSIZE): Define for MIPS.
504 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
506         * configure: Regenerate.
508 2007-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
510         PR boehm-gc/33442
511         * pthread_support.c (GC_PTR GC_get_thread_stack_base): If stack grows
512         up, return stack_addr instead of stack_addr - stack_size.
514 2007-08-14  David Daney  <ddaney@avtrex.com>
516         * include/private/gcconfig.h: Handle mips64-linux n64 ABI.
518 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
520         * aclocal.m4: Regenerated.
522 2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
524         PR boehm-gc/21940
525         PR boehm-gc/21942
526         * configure.ac (GC_SOLARIS_THREADS): Don't define on *-*-solaris*.
527         Use alternate thread library in /usr/lib/lwp.
528         * configure: Regenerate.
529         * dyn_load.c: Use GC_SOLARIS_PTHREADS.
530         * include/gc_config_macros.h (GC_SOLARIS_THREADS): Don't define.
531         * include/private/gcconfig.h: Handle 64-bit Solaris 2/x86.
532         (GC_SOLARIS_THREADS): Don't define.
533         * include/private/solaris_threads.h: Remove.
534         * pthread_support.c (GC_thr_init) [GC_SOLARIS_PTHREADS]: Determine
535         GC_nprocs via sysconf().
536         * Makefile.am (libgcjgc_la_SOURCES): Remove solaris_pthreads.c and
537         solaris_threads.c.
538         (gctest_LDADD): Use THREADLIBS instead of THREADDLLIBS.
539         * Makefile.in: Regenerate.       
540         * solaris_pthreads.c: Remove.
541         * solaris_threads.c: Remove.
543 2007-06-22  Jakub Jelinek  <jakub@redhat.com>
545         * pthread_support.c (GC_get_thread_stack_base): Handle
546         pthread_getattr_np failures.
548 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
550         * configure: Regenerate.
552 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
554         * Makefile.in: Regenerate.
555         * configure: Regenerate.
556         * aclocal.m4: Regenerate.
557         * include/Makefile.in: Regenerate.
559 2007-05-20  Andreas Tobler  <a.tobler@schweiz.org>
561         * configure.ac: Introduce extra_ldflags_libgc. Use it for Darwin.
562         * configure: Regenerate.
563         * Makefile.am (libgc_la_LDFLAGS): Use extra_ldflags_libgc.
564         * Makefile.in: Regenerate.
565         * include/Makefile.in: Regenerate.
566         * include/private/gcconfig.h: Enable MPROTECT_VDB for all Darwin
567         targets. Remove comments. Prepare ppc64 support for Darwin.
569 2007-04-23  Keith Seitz  <keiths@redhat.com>
571         * include/gc.h (GC_is_thread_suspended): Declare.
572         * pthread_stop_world.c (GC_is_thread_suspended): New function.
574 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
576         * configure.ac (NO_EXECUTE_PERMISSION): Set by default.
577         * configure: Rebuilt.
579 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
581         * include/gc.h (GC_REGISTER_FINALIZER_UNREACHABLE): New.
582         (GC_register_finalizer_unreachable): Declare.
583         (GC_debug_register_finalizer_unreachable): Declare.
584         * finalize.c (GC_unreachable_finalize_mark_proc): New.
585         (GC_register_finalizer_unreachable): New.
586         (GC_finalize): Handle it.
587         * dbg_mlc.c (GC_debug_register_finalizer_unreachable): New.
588         (GC_debug_register_finalizer_no_order): Fix whitespace.
590 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
592         * Makefile.am: Add dummy install-pdf target.
593         * Makefile.in: Regenerate
595 2007-02-05  Roman Zippel <zippel@linux-m68k.org>
597         * boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so
598         it works with Linux 2.6, reactivate MPROTECT_VDB
599         * boehm-gc/pthread_stop_world.c: save all register
600         on signal entry
602 2007-01-24  Andreas Tobler  <a.tobler@schweiz.org>
604         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
605         added defines to include/private/gc_priv.h
606         (catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
607         * darwin_stop_world.c: Removed the above defines.
608         * include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
609         and os_dep.c to here. Fixed THREAD definition fixes for ppc64.
611 2007-01-17  David Daney  <ddaney@avtrex.com>
613         * configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
614         cross-compiling.
615         * configure: Regenerated.
616         * include/gc_config.h.in: Regenerated.
618 2007-01-17  Mike Stump  <mrs@apple.com>
620         * os_dep.c: Fix i686-apple-darwin9 builds.
622 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
624         * aclocal.m4: Regenerate to use multi.m4.
625         * configure: Regenerate.
626         * Makefile.in: Regenerate.
628 2007-01-17  Andreas Tobler  <a.tobler@schweiz.org>
630         * include/gc_config.h.in: Regenerate.
632 2007-01-16  Petr Salinger  <Petr.Salinger@seznam.cz>
634         * include/private/gcconfig.h: Handle amd64/x86-64 cpu under
635          GNU/kFreeBSD.
636         * os_dep.c: Likewise.
638 2007-01-15  Andreas Tobler  <a.tobler@schweiz.org>
640         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
641         reference.
642         (catch_exception_raise): Fix typo in the I386 exc_state.
644 2007-01-11  Andreas Tobler  <a.tobler@schweiz.org>
646         * configure.ac: Replaced HAS_I386_THREAD_STATE_* with
647         HAS_X86_THREAD_STATE32_* and HAS_X86_THREAD_STATE64_* respectively.
648         * configure: Regenerated.
649         * include/private/gcconfig.h (DARWIN): Added X86_64 define for Darwin.
650         Added base definitions for the X86_64 Darwin port.
651         * include/private/gc_priv.h: Added definitions for Darwin MACH thread
652         operations. Moved existing THREAD_STATE info from darwin_stop_world.c.
653         * darwin_stop_world.c: Removed THREAD_STATE info. Added
654         HAS_X86_THREAD_STATE64___RAX. And replaced HAS_I386_THREAD_STATE___EAX
655         with HAS_X86_THREAD_STATE32___EAX.
656         (GC_push_all_stacks): Use GC_MACH_THREAD_STATE_COUNT. Add code for
657         X86_64 Darwin.
658         * dyn_load.c (GC_dyld_name_for_hdr): Use GC_MACH_HEADER.
659         (GC_dyld_image_add): Use GC_MACH_HEADER and GC_MACH_SECTION.
660         Distinguish between getsectbynamefromheader_64 and
661         getsectbynamefromheader.
662         (GC_dyld_image_remove): Likewise.
663         * os_dep.c (GC_dirty_init): Use GC_MACH_THREAD_STATE.
664         (catch_exception_raise): Introduce exception information for I386 and
665         X86_64 Darwin. Add X86_64 for exc_state.faultvaddr.
667 2006-12-08  Mike Stump  <mrs@apple.com>
669         * configure.ac: Fix x86 darwin builds.
670         * darwin_stop_world.c: Likewise.
671         * include/private/gcconfig.h: Likewise.
672         * connfigure: Regenerate.
673         
674 2006-09-26  Jack Howarth  <howarth@bromo.med.uc.edu>
676         PR target/29180
677         * darwin_stop_world.c: Make stack_start unsigned long.
679 2006-09-21  Sandro Tolaini  <tolaini@libero.it>
681         * os_dep.c: Port to Darwin/i386
682         * darwin_stop_world.c: Likewise
683         * include/private/gcconfig.h: Likewise
684         
685 2006-06-07  Petr Salinger  <Petr.Salinger@seznam.cz>
687         * configure.ac: add support for GNU/kFreeBSD, accepted by upstream
688         for gc 6.8.
689         * dyn_load.c: Likewise.
690         * include/gc.h: Likewise.
691         * private/gcconfig.h: Likewise.
692         * configure: Regenerate.
693         * include/gc_config.h.in: Regenerate.
695 2006-09-14  Tom Tromey  <tromey@redhat.com>
697         PR boehm-gc/29068.
698         * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
699         Solaris.
701 2006-08-21  Bryce McKinlay  <mckinlay@redhat.com>
702         
703         PR libgcj/13212:
704         * configure.ac: Check for pthread_getattr_np(). Remove
705         GC_PTHREAD_SYM_VERSION detection.
706         * include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
707         GC_get_thread_stack_base): New declarations.
708         * pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
709         GC_get_thread_stack_base): New functions.
710         (GC_delete_thread): Don't try to free the first_thread.
711         * misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
712         (pthread_create_, constr): Removed.
713         (pthread_create): Don't rename.
714         * include/gc_ext_config.h.in: Rebuilt.
715         * include/gc_pthread_redirects.h (pthread_create): Define 
716         unconditionally.
717         * include/gc_config.h.in: Rebuilt.
718         * configure: Rebuilt.
720 2006-06-21  Keith Seitz  <keiths@redhat.com>
722         * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
723         routine if signal is received and thread is flagged SUSPENDED.
724         (suspend_self): New function.
725         (GC_suspend_thread): New function.
726         (GC_resume_thread): New function.
727         * include/gc.h (GC_suspend_thread): Declare.
728         (GC_resumet_thread): Declare.
729         * include/private/pthread_support.h (SUSPENDED): New GC_thread
730         flag.
732 2006-06-20  Ranjit Mathew  <rmathew@gcc.gnu.org>
733         
734         Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
735         * os_dep.c (GC_wnt): Define.
736         (GC_init_win32): Set GC_wnt.
737         * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
738         sections also on Windows 9x/ME.
740 2006-06-02  Geoffrey Keating  <geoffk@apple.com>
742         * configure.ac: Define HAS_PPC_THREAD_STATE_R0,
743         HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
744         HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
745         HAS_I386_THREAD_STATE___EAX.
746         * configure: Regenerate.
747         * include/gc_config.h.in: Regenerate.
748         * darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
749         macro names to determine value.
750         (THREAD_STATE): New.
751         (THREAD_FLD): New.
752         (GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
754 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
756         * Makefile.am: Add install-html target. 
757         * Makefile.in: Regenerate.
758         * aclocal.m4: Regenerate.
759         * include/Makefile.in: Regenerate.
761 2006-03-07  Andrew Haley  <aph@redhat.com>
763         * dyn_load.c (GC_has_static_roots): Declare.
764         (GC_register_dynlib_callback): Call GC_has_static_roots.
766 2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
768         * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
769         GC_start_world): Call vm_deallocate to free act_list. Fix from
770         Bruce Mitchener.
772 2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
773         John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
775         * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
776         Warn about POSIX threads not being supported for *-*-hpux10*.
777         * configure: Regenerate.
779 2006-02-09  Tom Tromey  <tromey@redhat.com>
781         * pthread_support.c: Conditionally include dlfcn.h.
783 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
784             Anthony Green  <green@redhat.com>
785             Tom Tromey  <tromey@redhat.com>
787         * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
788         * include/gc_config.h.in: Rebuilt.
789         * include/gc_pthread_redirects.h (pthread_create): Conditionally
790         define.
791         * pthread_support.c (pthread_create_): New global.
792         (constr): New function.
793         (pthread_create): Conditionally renamed.
794         * configure: Rebuilt.
795         * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
797 2006-02-04  Alan Modra  <amodra@bigpond.net.au>
799         * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
800         use broken 64-bit version.
802 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
804         * darwin_stop_world.c: Change inline asm instruction to ld as ldz
805         is wrong.
807         * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
808         * Makefile.in: Regenerate.
810 2006-01-25  Bryce McKinlay  <mckinlay@redhat.com>
812         * include/private/gcconfig.h: Revert to GC 6.6 version, removing
813         all local changes.
815 2006-01-24  Bryce McKinlay  <mckinlay@redhat.com>
817         Import Boehm GC version 6.6.
819 2006-01-24  David Ayers  <d.ayers@inode.at>
821         PR libobjc/13946
822         * include/gc.h: Fix prototype declarations for bootstrap.
824 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
826         * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
828 2005-09-15  Kazu Hirata  <kazu@codesourcery.com>
830         * include/private/gc_locks.h (GC_test_and_set): Change the
831         constraint of the first operand to '0'.
833 2005-09-06  Tom Tromey  <tromey@redhat.com>
835         PR libgcj/23662:
836         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
837         HEURISTIC1 on ARM.
839 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
841         * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
843 2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>
845         * os_dep.c: Add FreeBSD/PowerPC bits.
846         (GC_SysVGetDataStart): Likewise.
847         * include/private/gcconfig.h: Likewise.
849 2005-05-25  Andrew Haley  <aph@redhat.com>
851         * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
852         powerpc64-linux.
854 2005-05-09  Mike Stump  <mrs@apple.com>
856         * configure: Regenerate.
858 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
860         * os_dep.c, include/private/gc_locks.h: Import CRIS port by
861         Simon Posnjak from gc6.4.
862         * include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
864 2005-04-17  David S. Miller  <davem@davemloft.net>
866         * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
867         * os_dep.c (GC_linux_stack_base): Check for bug present in some
868         Sparc glibc variants where __libc_stack_end is erroneously set
869         to "1".  Fallback to procfs code in that case.
871 2005-04-12  Mike Stump  <mrs@apple.com>
873         * configure: Regenerate.
875 2005-04-12  Richard Henderson  <rth@redhat.com>
877         * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
879 2005-03-23  Mike Stump  <mrs@apple.com>
881         * darwin_stop_world.c: Update for -m64 multilib.
882         * include/private/gcconfig.h: Likewise.
883         * powerpc_darwin_mach_dep.s: Likewise.
885 2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>
887         * Makefile.in, include/Makefile.in: Regenerate.
889 2005-02-26  Richard Earnshaw  <rearnsha@arm.com>
891         * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
892         ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
894 2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
896         PR libgcj/19823
897         * configure.host: Set gc_use_mmap on *-linux*.
898         * configure.ac: Define USE_MMAP if gc_use_mmap is set.
899         * include/private/gc_priv.h: Include gc_config.h.
900         * configure, include/gc_config.h.in: Rebuilt.
902 2005-02-07  Hans Boehm  <Hans.Boehm@hp.com>
904         * allchblk.c (GC_allochblk_nth): Dont overlook available space if
905           GC disabled, correctly convert GC_finalizer_mem_freed to byte,
906           total_size to words.
907         * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
908           MEM_IMAGE regions.
909         * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
910           and indent appropriately.
911         * mark_rts.c (GC_approx_sp): Access stack.
912         * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
913           callee-saves registers when appropriate.
914           (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
916 2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
918         * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h 
919         and include/gc_ext_config.h.
920         * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
921         * include/gc.h: Undef PACKAGE_* before including gc_config.h.
923 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
925         * configure: Regenerate.
927 2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>
929         PR libgcj/18699
930         Revert patches of 2004-11-26 and 2004-11-27.
932 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
934         * configure: Regenerate for libtool change.
936 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
938         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
940 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
942         Fix "PACKAGE_NAME redefined" errors.
943         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
944         and include/gc_config.h.
945         * configure: Regenerated.
946         * include/gc_config.h.in: No longer auto-generated. Define only the
947         macros needed by libjava.
948         * include/config.h.in: Generated by autoheader.
949         * include/gc.h: Include config.h, not gc_config.h.
951 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
953         * configure: Regenerate for libtool reversion.
955 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
957         * configure: Regenerate for libtool change.
959 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
961         * configure.ac (machdep): Use sparc_mach_dep.lo on
962         sparc64-sun-solaris2.* too.
963         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
964         * configure: Regenerate.
966 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
968         PR target/18444
969         * configure.ac (threading): Accept 'posix95'.
970         * configure: Regenerate.
972 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
974         * Makefile.am: Define ACLOCAL_AMFLAGS.
975         * configure.ac: Remove redundant sinclude.
976         * acinclude.m4: Delete file.
977         * aclocal.m4: Regenerate.
978         * Makefile.in, include/Makefile.in: Regenerate.
979         * configure: Regenerate.
981 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
983         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
984         Add prototype.
986 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
988         * include/private/gcconfig.h: Add m32r-linux target.
990 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
992         * configure.ac: Update all AC_DEFINEs to newer style.
993         * configure: Regenerate.
994         * include/gc_config.h.in: Regenerate.
996 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
998         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
999         GC_print_back_graph_stats): split GC_traverse_back_graph.
1000         * backgraph.c: Dynamically grow in_progress_space.
1001         * finalize.c (GC_notify_or_invoke_finalizers): also call
1002         GC_print_back_graph_stats.
1003         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
1004         GC_print_back_height): Move delarations to header file.
1005         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
1006         * configure: Regenerate.
1007         
1008 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
1010         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
1011         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
1013 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
1015         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
1016         Reported by Danny Smith.
1018 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
1020         * misc.c (GC_init): Replace lhs cast with rhs cast.
1022 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
1024         * specific.c: Check GC_LINUX_THREADS before including 
1025         private/specific.h. From Richard Earnshaw.
1027 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
1029         * aclocal.m4: Remove obsolete construct for old automake.
1030         * acinclude.m4: Regenerate with aclocal 1.9.1.
1031         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
1032         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
1033         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
1034         Remove now-redundant subst of target_noncanonical.  Remove
1035         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
1036         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
1037         Use slightly more modern form of AC_INIT.
1038         * configure: Rebuild with autoconf 2.59.
1039         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
1041 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
1043         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
1044         since they're not known at this time.
1045         * solaris_pthreads.c: Likewise.
1047 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
1049         PR target/14931
1050         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
1052 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
1054         * configure.ac (gc_cflags): Add -Iinclude.
1055         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
1056         Don't write DEFS to boehm-cflags file.
1057         * configure: Rebuilt.
1058         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
1059         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
1060         * include/gc_config_macros.h: Remove backward-compatibility 
1061         redefinitions of GC_ names.
1062         * include/gc.h: Include <gc_config.h>.
1064 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
1066         Import Boehm GC version 6.3.
1068 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
1070         * include/Makefile.in: Regenerate
1072 2004-07-06  Andrew Pinski  <apinski@apple.com>
1074         * os-dep.c (GC_task_self): Declare as static
1075         and remove the second declaration.
1077 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
1079         * Makefile.am: Add rule for .S files to fix bootstrap on
1080         solaris and alpha.
1081         * Makefile.in: Regenerate.
1083 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
1085         * boehm-gc/configure.ac: New name of configure.in.
1086         Remove useless multilib stuff.  Change uses of
1087         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
1088         * boehm-gc/configure.in: New name of configure.in.
1089         * boehm-gc/Makefile.am: Update for automake 1.8.5.
1090         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
1091         * boehm-gc/aclocal.m4: Regenerate.
1092         * boehm-gc/configure: Regenerate.
1093         * boehm-gc/Makefile.in: Regenerate.
1095 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
1097         * .cvsignore: New file.
1099 2004-04-25  Andreas Jaeger  <aj@suse.de>
1101         * mark.c (GC_mark_from): Use pointer as prefetch argument.
1103 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
1105         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
1106         for gcc >= 3.0.
1107         (PREFETCH_FOR_WRITE): Likewise.
1109 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
1111         * configure.ac: Bump AC_PREREQ to 2.59.
1112         * configure: Regenerate.
1113         * config.in: Regenerate.
1115 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1117         * ltconfig, ltmain.sh: Remove unused files.
1118         * configure.in: Remove bogus extra early invocation of
1119         AC_CONFIG_AUX_DIR.
1120         * configure: Regenerate.
1121         * mkinstalldirs, install-sh, config.sub, config.guess:
1122         Remove (now) unused files.
1123         * Makefile.in: Regenerate (losing references to vanished
1124         files).
1126         * configure.in: Add CCAS, CCASFLAGS for future automakes.
1127         * configure, Makefile.in, include/Makefile.in: Regenerate.
1129         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
1130         * Makefile.in: Regenerate.
1132         * configure.in: Remove bogus duplicate invocation of
1133         AM_MAINTAINER_MODE.  Remove obsolete comment.
1134         * configure: Regenerate.
1136         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
1137         to configure.in.
1138         * aclocal.m4: Regenerate.
1139         * configure.in: Receive contents of GC_CONFIGURE macro.
1140         * configure: Regenerate.
1142         * configure.in: Remove more obsolete, bogus code.
1143         * configure: Regenerate.
1145         * acinclude.m4: Remove obsolete and bogus constructs.
1146         * aclocal.m4: Regenerate.
1147         * configure: Regnerate.
1149 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1151         * acinclude.m4: De-precious CC and CXX so that the right flags
1152         are passed down to multilibs.
1153         * aclocal.m4: Regenerate.
1154         * configure: Regenerate.
1156 2004-02-22  Zack Weinberg <zack@codesourcery.com>
1157             Nathanael Nerode <neroden@twcny.rr.com>
1158             Alexandre Oliva <aoliva@redhat.com>
1160         * config.sub, config.guess: Replace with forwarding scripts
1161         which invoke the master copies in the top level.
1163 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1165         * acinclude.m4: Remove old no-executables workaround;
1166         add new no-executables workaround.
1167         * aclocal.m4: Regenerate.
1168         * configure.in: Change prereqs to autoconf 2.57.
1169         * configure: Regenerate with autoconf 2.57.
1171         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
1172         * configure: Regenerate.
1173         * Makefile.am: Use target_noncanonical variable from configure.
1174         * Makefile.in: Regenerate.
1175         * include/Makefile.in: Regenerate.
1177 2004-02-20  Andrew Cagney  <cagney@redhat.com>
1179         * config.guess: Update from version 2002-01-10 to 2004-02-16.
1180         * config.sub: Update from version 2002-01-02 to 2004-02-16.
1182 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1184         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
1185         * aclocal.m4: Rebuild.
1186         * configure: Regenerate.
1188         * acinclude.m4: Move certain code to configure.in.
1189         * configure.in: Receive code from acinclude.m4.
1190         * aclocal.m4: Rebuild.
1191         * configure: Regenerate.
1193         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
1195 2004-01-20  Andrew Haley  <aph@redhat.com>
1197         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
1199         * configure.in: Comment change.
1201 2004-01-16  Andrew Haley  <aph@redhat.com>
1203         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
1204         add for ia64; remove for MIPS.
1205         * configure: Regnerated.
1207 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
1209         * configure.in: Add in AC_PREREQ(2.13)
1211 2004-01-07  Dave Jones <davej@redhat.com>
1213         * malloc.c (GC_generic_malloc): Correct initialization typo.
1214         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
1216 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1218         * include/private/gcconfig.h: Re-install change of 2003-04-16.
1220 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1222         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
1223         _MIPS_SIM_ABI32.
1225 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
1227         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
1228         unsure comment.
1230 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
1232         * configure: Rebuild.
1234 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
1236         * configure.in: Remove NO_GETENV definition for win32.
1237         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
1238         * misc.c (GC_init_inner): Call GC_thr_init for win32.
1239           (GC_set_warn_proc): Add assertion.
1240         * win32_threads.c: Import 6.3alpha2 version.
1241         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
1243 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1245         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
1246         2.3/SPARC, there are no micro versions.
1247         Treat Solaris 10 and up alike.
1248         * configure: Regenerate.
1250 2003-09-22  Anthony Green  <green@redhat.com>
1252         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
1253         "NOSYS" targets.
1255 2003-09-20    <green@redhat.com>
1257         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
1258         check for __arm__ or __thumb__.
1260 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
1262         * configure: Regenerate.
1264 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1265             Roger Sayle <roger@eyesopen.com>
1267         * configure.in: Set INCLUDES to absolute path.
1268         Save $INCLUDES in boehm-cflags, too.
1269         Set INCLUDES so it's available to config.status.
1270         * configure: Regenerate.
1272 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
1274         * include/gc.h (GC_CreateThread): Declare with WINAPI
1275         attribute.
1276         * win32_threads.c (GC_CreateThread): Make definitions consistent
1277         with declaration.  Cast &thread_table[i].handle to PHANDLE
1278         in call to DuplicateHandle
1279         (thread_start): Declare as static.
1281 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
1283         * dyn_load.c: Define __private_extern__ to match Apple's system
1284         header.
1286 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
1288         * os_dep.c: Remove redundancy introduced in last merge.
1290 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
1292         Import GC 6.3alpha1.
1293         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
1294         * ChangeLog: Likewise.
1295         * Makefile.am: Likewise.
1296         * Makefile.direct: Likewise.
1297         * Makefile.dj: Likewise.
1298         * allchblk.c: Likewise.
1299         * alloc.c: Likewise.
1300         * backgraph.c: Likewise.
1301         * configure.host: Likewise.
1302         * configure.in: Likewise.
1303         * dbg_mlc.c: Likewise.
1304         * dyn_load.c: Likewise.
1305         * finalize.c: Likewise.
1306         * gc_cpp.cc: Likewise.
1307         * gc_dlopen.c: Likewise.
1308         * gcj_mlc.c: Likewise.
1309         * if_mach.c: Likewise.
1310         * mach_dep.c: Likewise.
1311         * malloc.c: Likewise.
1312         * mallocx.c: Likewise.
1313         * mark.c: Likewise.
1314         * mark_rts.c: Likewise.
1315         * misc.c: Likewise.
1316         * os_dep.c: Likewise.
1317         * ptr_chck.c: Likewise.
1318         * reclaim.c: Likewise.
1319         * solaris_pthreads.c: Likewise.
1320         * solaris_threads.c: Likewise.
1321         * sparc_mach_dep.S: Likewise.
1322         * threadlibs.c: Likewise.
1323         * typd_mlc.c: Likewise.
1324         * version.h: Likewise.
1325         * win32_threads.c: Likewise.
1326         * Mac_files/MacOS_Test_config.h: Likewise.
1327         * Mac_files/MacOS_config.h: Likewise.
1328         * cord/cordbscs.c: Likewise.
1329         * cord/cordprnt.c: Likewise.
1330         * cord/de_win.c: Likewise.
1331         * doc/README: Likewise.
1332         * doc/README.MacOSX: Likewise.
1333         * doc/README.changes: Likewise.
1334         * doc/README.environment: Likewise.
1335         * doc/README.ews4800: Likewise.
1336         * doc/README.linux: Likewise.
1337         * doc/README.macros: Likewise.
1338         * doc/README.win32: Likewise.
1339         * doc/debugging.html: Likewise.
1340         * doc/gcdescr.html: Likewise.
1341         * doc/tree.html: Likewise.
1342         * include/Makefile.in: Likewise.
1343         * include/gc.h: Likewise.
1344         * include/gc_cpp.h: Likewise.
1345         * include/gc_local_alloc.h: Likewise.
1346         * include/gc_mark.h: Likewise.
1347         * include/gc_pthread_redirects.h: Likewise.
1348         * include/gc_typed.h: Likewise.
1349         * include/new_gc_alloc.h: Likewise.
1350         * include/private/dbg_mlc.h: Likewise.
1351         * include/private/gc_hdrs.h: Likewise.
1352         * include/private/gc_locks.h: Likewise.
1353         * include/private/gc_pmark.h: Likewise.
1354         * include/private/gc_priv.h: Likewise.
1355         * include/private/gcconfig.h: Likewise.
1356         * include/private/solaris_threads.h: Likewise.
1357         * include/private/specific.h: Likewise.
1358         * tests/test.c: Likewise.
1359         * tests/test_cpp.cc: Likewise.
1361         * configure: Rebuild.
1362         * Makefile.in: Rebuild.
1364         * mips_sgi_mach_dep.s: Add.
1366         * alpha_mach_dep.s: Remove.
1367         * irix_threads.c: Remove.
1368         * linux_threads.c: Remove.
1369         * mips_sgi_mach_dep.S: Remove.
1370         * missing: Remove.
1371         * powerpc_macosx_mach_dep.s: Remove.
1372         * doc/Makefile.am: Remove.
1373         * doc/Makefile.in: Remove.
1375 2003-07-25  Roger Sayle  <roger@eyesopen.com>
1377         * configure.host: Only use +ESdbgasm when using the HPUX native
1378         compiler on PA-Risc.  It isn't recognized by GCC and is silently
1379         ignored by HP's compilers on ia64.
1381 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
1383         * configure.in: define GC_DLL under mingw if --enable-shared
1384         * configure: rebuilt
1385         * win32_threads.c: add #ifdef GC_DLL around DllMain
1387 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
1389         * include/private/gcconfig.h: Add support for arm-netbsdelf.
1391 2003-04-09  Tom Tromey  <tromey@redhat.com>
1393         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
1394         POWERPC.
1395         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
1397 2003-03-22  Richard Henderson  <rth@redhat.com>
1399         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
1400         (GC_test_and_set): Use __sync_lock_test_and_set.
1401         (GC_clear): Use volatile assignment.
1402         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
1403         (GC_memory_write_barrier): Use __sync_synchronize.
1405 2003-03-12  Andreas Schwab  <schwab@suse.de>
1407         * configure.in: Avoid trailing /. in toolexeclibdir.
1408         * configure: Rebuilt.
1410 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
1411         * include/private/gcconfig.h (GC_data_start): declare when needed.
1412         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
1413         declaration.
1414         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
1415         GC_register_dynlib_callback): Register main data for static
1416         executable if dl_iterate_phdr() didn't.
1417         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
1418         if we don't expect to register main static data.
1420 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
1421         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
1422         (GC_push_roots): explicitly mark free list headers, register
1423         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
1424         * alloc.c (GC_stopped_mark): Conditionally call
1425         GC_cond_register_dynamic_libraries().
1426         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
1427         * dyn_load.c (GC_register_main_static_data): define.
1428         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
1429         no longer skip main data.
1430         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
1431         (GC_init_inner): Make main data registration conditional.
1432         * include/private/gc_priv.h (GC_register_main_static_data): declare.
1433         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
1434         for LINUX.
1436 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1438         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
1439         config.status.
1440         * configure: Rebuilt.
1442 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
1444         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
1446 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1448         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1449         Remove USE_LIBDIR conditional.
1450         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1451         * Makefile.in, configure: Rebuilt.
1453 2002-12-31  Tom Tromey  <tromey@redhat.com>
1455         For PR libgcj/8933:
1456         * include/Makefile.in: Rebuilt.
1457         * include/Makefile.am (noinst_HEADERS): Renamed from
1458         include_HEADERS.
1460 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1462         * ltconfig (osf[345]): Append $major to soname_spec.
1463         Reflect this in library_names_spec.
1464         * ltmain.sh (osf): Prefix $major with . for use as extension.
1466 2002-10-02  Andreas Jaeger  <aj@suse.de>
1468         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
1470 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1472         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
1473         check for __arm__ or __thumb__.
1475 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
1477         * include/private/gcconfig: Add machine type S390.  Add s390x support.
1478         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
1479         (GC_compare_and_exchange): Likewise.
1481 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
1483         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
1485 2002-08-23  Adam Megacz <adam@xwt.org>
1487         * win32_threads.cc: Removed extraneous ABORT()
1489 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1491         * Makefile.am (all-multi): Fix multilib parallel build.
1493 2002-07-18  Bo Thorsen  <bo@suse.de>
1495         * include/private/gcconfig.h: Add x86-64 definitions.
1496         * os_dep.c: Add x86-64 support.
1497         * configure.in: Likewise.
1498         * configure: Regenerate.
1500 2002-07-18  H.J. Lu <hjl@gnu.org>
1502         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
1504 2002-07-18  H.J. Lu  (hjl@gnu.org)
1506         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
1507         Linux/mips.
1509 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
1510             Jonathan Clark
1512         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
1514 2002-06-09  H.J. Lu  (hjl@gnu.org)
1516         * include/private/gc_locks.h (GC_test_and_set): Support
1517         Linux/mips.
1518         (GC_TEST_AND_SET_DEFINED): Likewise.
1520         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
1521         Linux/mips.
1522         (DATAEND): Likewise.
1523         (LINUX_STACKBOTTOM): Likewise.
1524         (STACKBOTTOM): Removed for Linux/mips.
1526 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
1528         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
1529         (GC_pthread_create): Fix typo.
1530         (GC_TRY_LOCK): Likewise.
1531         * include/private/gc_locks.h (GC_test_and_set): Only take one
1532         one argument.
1533         (LOCK): Adjust appropriately.
1534         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
1535         _SIGRTMIN is unavailable.
1537 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1539         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
1540         * aclocal.m4: Regenerate.
1541         * configure: Regenerate.
1543 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1545         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1546         script entry, and set LD to it when configuring multilibs.
1547         * configure: Rebuilt.
1549 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1551         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
1552         (noinst_LTLIBRARIES): Add libgcjgc.la.
1554         * Makefile.in: Rebuild.
1556 2002-04-22  David S. Miller  <davem@redhat.com>
1558         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
1559         64-bit SPARC Linux, the __libc_stack_end technique does
1560         not work in this case.
1562 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1564         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
1566 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
1568         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
1569         SPARC Linux.
1571 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
1573         * include/private/gcconfig.h (DATAEND): Update comment example
1574         to match reality.
1576 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
1578         * include/private/gcconfig.h (DATAEND): Clarify comment.
1580 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1582         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
1583         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
1584         declare.
1585         * allchblk.c (GC_allchblk_nth): Change text and support reduced
1586         frequency for blacklist warning message.
1587         * misc.c (GC_large_alloc_warn_interval,
1588         GC_large_alloc_warn_suppressed): define.
1589         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
1590         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
1591         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
1592         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
1594         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
1596 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
1598         * include/private/gcconfig.h: Add support for an unmapped
1599         memory hole between the end of the initialized data segment
1600         and the start of the BSS on FreeBSD/i386.
1602 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1604         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
1605         NetBSD/i386.
1607 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
1609         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
1610         (GC_local_gcj_malloc): Add assertion.
1611         (start_mark_threads): Fix abort message.
1612         * mark.c (GC_mark_from): Generalize assertion.
1613         * reclaim.c (GC_clear_fl_links): New function.
1614         (GC_start_reclaim): Must clear some freelist links.
1615         * include/private/specific.h, specific.c: Add assertions.
1616         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
1617         Rearrange tse fields.
1619 2002-03-27  Richard Henderson  <rth@redhat.com>
1621         * os_dep.c (GC_init_linux_data_start): Fix references to
1622         __data_start and _end.
1624 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
1626         * include/private/gcconfig.h: Change all likely references
1627         to linker script synthesized symbols to use this idiom:
1628         extern int etext[]; etext
1630 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
1632         * linux_threads.c (GC_get_nprocs): Close file descriptor.
1634 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1636         * include/private/gcconfig.h: Add unified test for FreeBSD.
1637         Support FreeBSD/alpha.
1638         * os_dep.c: Do not include <machine/trap.h> unless available.
1639         (GC_freebsd_stack_base): Fix types.
1641 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1643         * Makefile.am: Make a convenience library.
1644         * Makefile.in: Rebuilt.
1646 2002-03-15  Anthony Green  <green@redhat.com>
1648         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
1649         * configure.in: Disable use of getenv for win32 targets (some of
1650         which have broken implementations).
1651         * configure: Rebuilt.
1653 2002-03-12  Adam Megacz  <adam@xwt.org>
1655         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
1656         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
1657         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
1658         statically initialized it to TRUE if compiling with GCC.
1659         * win32_threads.c (thread_start): We no longer use SEH if
1660         compiling with GCC.
1661         * mark.c (GC_mark_some): We no longer use SEH if
1662         compiling with GCC.
1664 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1666         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
1667         support is enabled, for hash synchronization.
1669 2002-02-24  Adam Megacz  <adam@xwt.org>
1671         * Makefile.am: Added win32_threads.c to sources list.
1672         * win32_threads.c: Added two */'s which I had neglected.
1674 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1676         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
1677         * Makefile.in: Rebuilt.
1679 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1681         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
1683         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
1684         preprocessor file.
1685         * mips_sgi_mach_dep.S: Likewise.
1686         * Makefile.am: Update for above changes.
1687         * Makefile.in: Rebuilt.
1689 2002-02-12  Richard Henderson  <rth@redhat.com>
1691         * configure.in: Re-apply 2001-06-26 configure change.
1692         * configure: Rebuild.
1694 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1696         Imported GC 6.1 Alpha 3.
1698         * sparc_mach_dep.S: Delete incorrectly named file.
1700 2001-02-11  Adam Megacz <adam@xwt.org
1702         * configure.in: support for win32, saner
1703         cross-compile options
1705 2001-02-08  Anthony Green  <green@redhat.com>
1707         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
1708           board embedded targets.
1709         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
1710           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
1711           redundant uses of ECOS.
1712         * misc.c: Use NOSYS where ECOS is being used.
1713           Don't define GC_write twice for ECOS systems.
1714           (GC_write): New function for NOSYS targets.
1716 2002-02-06  Adam Megacz <adam@xwt.org>
1718         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
1719         now exposed on all Win32 platforms.
1720         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
1721         compiles on Win32; it invokes CreateThread() if GC is built
1722         as a DLL; otherwise it registers the thread.
1723         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
1724         libgcjgc was not built as a DLL.
1726 2002-02-01  Adam Megacz <adam@xwt.org>
1728         * boehm-gc on win32 now automatically detects if it is being built
1729         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
1731 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
1733         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
1734         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
1735         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
1736         DATASTART and DATAEND roots.
1737         * rs6000_mach_dep.s: Add function descriptor and traceback table.
1739 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
1741         * dyn_load.c: Define ElfW (if needed) for all targets,
1742         not just GNU/Linux.
1743         (GC_FirstDLOpenedLinkMap): Use it.
1744         (GC_register_dynamic_libraries_dl): Use it.
1745         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
1746         for sparcv9.
1748 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1750         PR other/3725
1751         * configure.in: Add AC_SUBST(target_alias).
1752         * configure: Regenerated.
1754 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
1756         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1757         case for GC_FREEBSD_THREADS.
1758         * configure.in (*-*-freebsd*): Clarify warning.
1759         * configure: Rebuilt.
1761 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
1762             Andreas Tobler <toa@pop.agri.ch>
1764         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1766 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1768         * linux_threads.c (GC_init_parallel): Do not declare as a static
1769         constructor.
1770         * include/gc.h (GC_init): Declare here. Add description.
1771         * include/private/gc_priv.h (GC_init): Remove declaration.
1773 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1775         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1776         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1777         GC_FREEBSD_THREADS, handle strange interaction between system
1778         pthread implementation and boehm-gc signal-handler architecture.
1779         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1780         set stack.
1781         * include/private/gcconfig.h (configuration keyed off FREEBSD):
1782         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
1783         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1785 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1787         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1788         * Makefile.in: Rebuilt.
1790 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1792         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1793         merged local changes.
1795 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1797         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1798         Solaris 2/Intel definition.
1800         * configure.in (i?86-*-solaris2.[89]*): Define
1801         SOLARIS25_PROC_VDB_BUG_FIXED.
1802         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1803         * configure: Regenerate.
1805         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1806         (DATAEND): Define using _end.
1808 2001-09-11  Per Bothner  <per@bothner.com>
1810         * include/Makefile.am:  New file.  It defines include_HEADERS.
1811         * Makefile.am (SUBDIRS):  New macro, set to include.
1812         * configure.in (AC_OUTPUT):  Add include/Makefile.
1814 2001-08-20  Tom Tromey  <tromey@redhat.com>
1816         * configure: Rebuilt.
1817         * configure.in: Always ask gcc for threads package.
1819 2001-08-17  Tom Tromey  <tromey@redhat.com>
1821         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1822         merged local changes.
1824 2001-08-02  David Billinghurst <David.Billinghurst>
1826         * configure: Rebuilt.
1827         * configure.in:  POSIX threads on cygwin does not link with
1828         -lpthreads.
1830 2001-07-03  Tom Tromey  <tromey@redhat.com>
1832         Fix for PR bootstrap/3281:
1833         * aclocal.m4, configure, Makefile.in: Rebuilt.
1834         * acinclude.m4: Set mkinstalldirs for in-tree build.
1836 2001-06-26  Richard Henderson  <rth@redhat.com>
1838         * alpha_mach_dep.s: Mark call-saved FP registers.
1839         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1840         * configure.in (alpha*): Re-enable alpha_mach_dep.s
1841         * configure: Rebuild.
1843 2001-06-12  Tom Tromey  <tromey@redhat.com>
1845         * aclocal.m4, configure: Rebuilt.
1846         * acinclude.m4: Find configure.host in srcdir.
1848 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1850         * configure.in (AC_EXEEXT): Work around in case it expands to
1851         nothing, as in autoconf 2.50.
1852         * acinclude.m4: Likewise.
1853         * aclocal.m4, configure: Rebuilt.
1855 2001-06-07  Tom Tromey  <tromey@redhat.com>
1857         For PR bootstrap/3075:
1858         * configure, aclocal.m4, Makefile.in: Rebuilt.
1859         * configure.in: Don't call AC_CONFIG_AUX_DIR or
1860         AC_CANONICAL_SYSTEM.
1861         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1862         AC_CANONICAL_SYSTEM here.
1863         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1864         boehm_gc_basedir.
1866 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1868         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1869         (libgcjgc_la_SOURCES): Remove typo.
1870         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1871         * Makefile.in: Rebuilt.
1873 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1875         Imported version version 6.0alpha7.
1877         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1878         README.amiga, README.debugging, README.dj, README.hp, README.linux,
1879         README.rs6000, README.sgi, README.solaris2, README.uts,
1880         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1881         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1882         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1883         hpux_irix_threads.c, makefile.depend, nursery.c,
1884         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1885         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1886         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1887         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1888         files.
1890 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
1892         * configure.host: Build with -fexceptions.
1893         * linux_threads.c: Remember which thread stopped world for
1895 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
1896             with final tuning by Bryce McKinlay
1898         * configure.in: Add support for --enable-threads=posix on FreeBSD.
1899         * configure: Rebuilt.
1901 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
1903         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1904         (GC_noop1): Change declaration to take one argument.
1906 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
1908         * configure.in: Obtain THREADS with `gcc -v'.
1909         * configure: Rebuilt.
1911 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
1913         * misc.c: Back out buggy changes to stack clearing code.
1914         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1915         spent clearing memory.
1917 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
1919         * finalize.c:
1920         - Accomodate finalization requests for static objects.
1921           (Will be required by hash synchronization.  May be needed
1922           in some configurations now.)
1924         * gc_priv.h:
1925         - Define MIN_WORDS.  All allocation requests are rounded
1926           up to at least this size.  Removes a subtle assumption that
1927           Java objects have a 2 word header.
1929         * gcconfig.h:
1930         - Adjust Linux/IA64 configuration for non-ancient kernels.
1931           (Necessary fix for IA64.)
1933         * linux_threads.c:
1934         - Fix syntax error in currently unused code.  Will be needed
1935           for Linux/PA-RISC.
1937         * malloc.c:
1938         - Handle MIN_WORDS.
1940         * misc.c:
1941         - Handle MIN_WORDS.
1942         - Change stack cleaning code to typically clear about one tenth
1943           the memory it used to in the threads configuration.  Occasionally
1944           still clear more.  (This is really a fix for a long-standing
1945           and fairly significant performance bug with threads.)
1947         * os_dep.c:
1948         - Fix the code for finding the beginning of the data segment under
1949           Linux.  I believe this is necessary for some IA64 Linux
1950           distributions.  It will also helo other platforms, though those
1951           may additionally require a gcconfig.h adjustment.  (This basically
1952           works around the absence of a data_start or __data_start
1953           definition in glibc.)
1955         * test.c:
1956         - Handle rounding due to MIN_WORDS.
1958 2001-03-22  Tom Tromey  <tromey@redhat.com>
1960         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1962 2001-03-19  Tom Tromey  <tromey@redhat.com>
1964         * Makefile.in: Rebuilt.
1965         * Makefile.am (gctest_LDFLAGS): new macro.
1967 2001-03-16  Tom Tromey  <tromey@redhat.com>
1969         * Makefile.in: Rebuilt.
1970         * Makefile.am (TESTS_ENVIRONMENT): New macro.
1972 2001-01-23  Rod Stewart <stewart@lab43.org>
1974         * gcconfig.h: Check for `__arm__', not `arm'.
1976 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
1978         * configure.in: Rename THREADLIB to THREADLIBS.
1979         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1980         ensures that we link the correct version of the linuxthreads semaphore
1981         functions.
1982         * Makefile.in: Rebuilt.
1983         * configure: Rebuilt.
1985         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1986         list of signals which are not blocked during suspend in the NO_SIGNALS
1987         case.
1989 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
1991         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1993 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
1995         * Makefile.dist: Renamed from Makefile.orig.
1997 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1999         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
2000         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
2001         set accordingly.
2002         * Makefile.in: Rebuilt.
2003         * configure: Likewise.
2005 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
2007         * gcconfig.h: Add new case for powerpc EABI.
2008         [PPC]: Handle embedded OS for powerpc simulator.
2010 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
2012         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
2013         cross-compile configuration only.
2014         * Makefile.am: Build gcj_mlc.c.
2015         * configure, Makefile.in: Rebuilt.
2017 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
2019         * acinclude.m4: Include libtool macros from the top level.
2020         * aclocal.m4, configure: Rebuilt.
2022 2000-09-04  Anthony Green  <green@redhat.com>
2024         Fix for PR libgcj/230:
2025         * mark.c (GC_mark_from_mark_stack): Remove call to
2026         GC_debug_object_start.
2027         * gc_priv.h (GC_debug_object_start): Remove prototype.
2029 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
2031         * gcconfig.h [OSF1] (_end): Declare as `int'.
2033 2000-08-02  Tom Tromey  <tromey@cygnus.com>
2035         * gc_priv.h (GC_generic_malloc_inner): Prototype.
2036         (GC_generic_malloc): Likewise.
2037         (GC_add_to_black_list_normal): Likewise.
2038         (GC_find_header): Likewise.
2039         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
2040         * gc_mark.h (GC_find_start): Prototype.
2041         (GC_signal_mark_stack_overflow): Likewise.
2043 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
2045         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
2046         * configure: Rebuilt.
2048         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
2050 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
2052         Imported version 5.1.
2053         * acinclude.m4: Push version to 5.1.
2055 2000-06-19  Andrew Haley  <aph@cygnus.com>
2057         * os_dep.c (read): Pass two dummy args to syscall().
2059 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
2061         Imported 5.0 release version.
2062         * acinclude.m4: Increment version to 5.0.
2064 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
2066         Imported version 5.0alpha7.
2067         * acinclude.m4: Update version to 5.0a7.
2069 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
2071         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
2072         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
2073         - sparc glibc does not provide it.
2074         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
2075         Make STACKBOTTOM depend on the wordsize.
2076         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
2077         (struct frame): Declare on sparc*-linux*.
2078         (GC_save_callers): Bias the frame pointers if needed (sparc64).
2079         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
2080         Implement on sparc64.
2081         (GC_clear_stack_inner): Implement on sparc64.
2082         * gc_priv.h (GC_test_and_set): Implement for sparc.
2083         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
2084         GC_save_regs_in_stack on sparc.
2086 2000-04-23  Tom Tromey  <tromey@cygnus.com>
2088         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
2090 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
2092         Imported version version 5.0alpha6.
2093         * acinclude.m4: Bump version to 5.0a6.
2094         * configure.in: Don't use alpha_mach_dep.s.
2095         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
2096         obsolete files.
2097         * Makefile.am, Makefile.in: irix_threads.c is now
2098         hpux_irix_threads.c.
2099         * Makefile.orig: Updated from gc distribution Makefile.
2101 2000-03-26  Anthony Green  <green@redhat.com>
2103         * misc.c (GC_enable): Always define GC_enable and GC_disable.
2105 2000-02-14  Tom Tromey  <tromey@cygnus.com>
2107         * gc.h (dlopen): Define as GC_dlopen on Linux.
2108         (GC_dlopen): Declare on Linux.
2109         * dyn_load.c (GC_dlopen): Define for Linux.
2111 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
2113         * gcconfig.h (DATASTART): Add missing extern declaration
2114         for data_start on powerpc.
2116 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
2118         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
2119         NO_SIGNALS case.
2121 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
2123         * gcconfig.h: Define DATASTART for Alpha Linux.
2125 1999-12-19  Anthony Green  <green@cygnus.com>
2127         * gcconfig.h: Use libgcj hack for Alpha Linux.
2128         Undefine MPROTEXT_VDB (from Jeff Sturm).
2129         * os_dep.c: Remove Alpha Linux hacks.
2130         * misc.c: Ditto.
2132 1999-12-13  Tom Tromey  <tromey@cygnus.com>
2134         * aclocal.m4, configure: Rebuilt.
2135         * acinclude.m4: Changed version to 5.0a4.
2136         * Makefile.in: Rebuilt.
2137         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
2139 1999-12-12  Anthony Green  <green@cygnus.com>
2141         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
2142         Linux.
2143         (DYNAMIC_LOADING): Define for PowerPC Linux.
2144         * os_dep.c: Remove some special cases for PowerPC Linux.
2145         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
2146         for PowerPC Linux.
2148 1999-11-04  Tom Tromey  <tromey@cygnus.com>
2150         * Makefile.in: Rebuilt.
2151         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
2153         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
2154         (GC_thr_init): Don't declare.
2156         * configure: Rebuilt.
2157         * configure.in: Removed qt threads case.
2158         * dyn_load.c: Don't mention QUICK_THREADS.
2159         * os_dep.c: Don't mention QUICK_THREADS.
2160         * misc.c: Don't mention QUICK_THREADS.
2161         * gcconfig.h: Don't mention QUICK_THREADS.
2162         * gc_priv.h: Removed QUICK_THREADS code.
2163         * quick_threads.c: Removed.
2165 1999-11-03  Tom Tromey  <tromey@cygnus.com>
2167         * gcconfig.h: Merged in local changes from old config.h.
2169 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
2171         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
2173 1999-11-02  Tom Tromey  <tromey@cygnus.com>
2175         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
2177         * configure: Rebuilt.
2178         * configure.in: Don't create boehm-config.h.
2179         * Makefile.in: Rebuilt.
2180         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
2181         config.h.
2182         ($(all_objs)): Depend on gcconfig.h.
2183         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
2184         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
2185         * config.h: Removed.
2187 1999-11-01  Tom Tromey  <tromey@cygnus.com>
2189         * Makefile.in: Rebuilt.
2190         * Makefile.am (gctest_LDADD): Added THREADLIB.
2191         (TESTS): New macro.
2192         * configure: Rebuilt.
2193         * configure.in (INCLUDES): New subst.
2195 1999-09-29  Steve Chamberlain  <sac@pobox.com>
2197         * config.h: Added picoJava target.
2198         * mach_dep.h (GC_push_regs):  New code for picoJava.
2200 1999-09-28  Tom Tromey  <tromey@cygnus.com>
2202         * aclocal.m4, configure: Rebuilt.
2203         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
2204         appropriate AC_PROG_ symbol.
2206 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2208         * gc_priv.h:  IRIX thread changes from
2209         include/private/gc_priv.h.
2211 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2213         * Makefile.in: Rebuilt.
2214         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
2215         builds.
2217         * configure: Rebuilt.
2218         * configure.in: Properly align --help output, fix capitalization
2219         and punctuation.
2220         * acinclude.m4: Likewise.
2222 1999-08-04  Tom Tromey  <tromey@cygnus.com>
2224         * configure.in: Added missing `;;'.  From Anthony Green.
2226 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2228         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
2230 1999-08-03  Tom Tromey  <tromey@cygnus.com>
2232         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
2233         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2235 1999-08-02  Tom Tromey  <tromey@cygnus.com>
2237         * aclocal.m4, configure: Rebuilt for new libtool.
2239 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
2241         * mips_sgi_mach_dep.s: Enable PIC option.
2243 1999-07-19  Tom Tromey  <tromey@cygnus.com>
2245         * config.h (MPROTECT_VDB): Don't define on Linux.
2247 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
2249         * Makefile.am (.s.lo): Avoid `#line' directives.
2250         * Makefile.in: Rebuilt.
2252 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
2254         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
2255         generate *-recursive for this Makefile, use *-am instead.
2256         * Makefile.in: Rebuilt.
2258 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
2260         * Makefile.am (.s.lo): Renamed from `.s.o'.
2261         * Makefile.in: Rebuilt.
2263 1999-06-21  Tom Tromey  <tromey@cygnus.com>
2265         Alpha patch from Jeff Sturm:
2266         * os_dep.c (GC_init_linuxalpha): New function.
2267         * misc.c: Initialize for alpha linux.
2268         * gc_priv.h (GC_test_and_set): Define for alpha.
2269         * config.h: Don't assume __data_start on alpha.
2271         * Makefile.in: Rebuilt.
2272         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
2273         -release.
2275         * Makefile.in: Rebuilt.
2276         * Makefile.am (toolexeclibdir): Define as libdir when
2277         appropriate.
2278         * configure: Rebuilt.
2279         * configure.in (USE_LIBDIR): New conditional.
2281         * configure: Rebuilt.
2282         * configure.in: Recognize all forms of alpha.
2284 1999-06-17  Anthony Green  <green@cygnus.com>
2286         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
2287         Carlo Dapor <carlo@vis.ethz.ch>).
2289 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
2291         * configure.in: Switch from irix threads to posix threads
2292         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
2293         for mips architecture.
2294         * configure: Regenerate.
2296 1999-04-30  Tom Tromey  <tromey@cygnus.com>
2298         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
2300 1999-04-26  Tom Tromey  <tromey@cygnus.com>
2302         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
2303         `weak'.
2305 1999-04-23  Tom Tromey  <tromey@cygnus.com>
2307         * Makefile.in, configure: Rebuilt.
2308         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
2309         (libgcjgc_la_SOURCES): Renamed.
2310         (libgcjgc_la_LIBADD): Likewise.
2311         (libgcjgc_la_DEPENDENCIES): Likewise.
2312         (EXTRA_libgcjgc_la_SOURCES): Likewise.
2313         (gctest_LDADD): Use libgcjgc.la.
2314         (all_objs): Mention libgcj_la_OBJECTS.
2315         (EXTRA_LTLIBRARIES): Renamed.
2316         (toollib_LTLIBRARIES): Likewise.
2317         (libgcjgc_la_LDFLAGS): New macro
2318         (toolexecdir): Renamed.
2319         (toolexeclibdir): Likewise.
2320         (toolexeclib_LTLIBRARIES): Likewise.
2321         (LTCOMPILE): Renamed; added libtool invocation.
2322         (LINK): Added libtool invocation.
2323         (.s.o): use LTCOMPILE.
2324         * configure.in: Call AM_PROG_LIBTOOL.
2325         (target_all): Set to libgcjgc.la.
2326         Mention `.lo' forms of object files.
2328 1999-04-21  Tom Tromey  <tromey@cygnus.com>
2330         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
2331         GC_stackbottom.
2333         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
2334         sigcontext.h.  From Matthias Klose <doko@itso.de>.
2336 1999-04-16  Tom Tromey  <tromey@cygnus.com>
2338         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
2339         David Pettersson <dapet@mai.liu.se>
2341 1999-04-14  Tom Tromey  <tromey@cygnus.com>
2343         * configure: Rebuilt.
2344         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
2345         incorrect patch of 199-04-09.
2347         * configure: Rebuilt.
2348         * configure.in: Added support for alpha.
2349         From David Pettersson <dapet@mai.liu.se>.
2351 1999-04-13  Tom Tromey  <tromey@cygnus.com>
2353         * Makefile.in: Rebuilt.
2354         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
2355         solaris-threads.h.
2357 1999-04-09  Tom Tromey  <tromey@cygnus.com>
2359         * configure: Rebuilt.
2360         * configure.in: Use sparc_mach_dep.s when building on Solaris.
2362 1999-02-23  Tom Tromey  <tromey@cygnus.com>
2364         * configure: Rebuilt.
2365         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
2366         SOLARIS_THREADS and _SOLARIS_PTHREADS.
2368 1999-02-18  Tom Tromey  <tromey@cygnus.com>
2370         * quick_threads.c (GC_push_all_stacks): Change order of arguments
2371         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
2372         for case where LO is NULL.
2374 1999-02-10  Tom Tromey  <tromey@cygnus.com>
2376         * aclocal.m4, configure, Makefile.in: Rebuilt.
2377         * acinclude.m4: Updated to be used with automake 1.4.
2378         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
2379         with automake 1.4.
2380         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
2381         (libgcjgc_a_SOURCES): Likewise.
2382         (libgcjgc_a_LIBADD): Likewise.
2383         (libgcjgc_a_DEPENDENCIES): Likewise.
2384         (EXTRA_libgcjgc_a_SOURCES): Likewise.
2385         (gctest_LDADD): Likewise.
2386         (all_objs): Likewise.
2388 1999-01-08  Tom Tromey  <tromey@cygnus.com>
2390         * configure: Rebuilt.
2391         * configure.in: Define LINUX_THREADS if using POSIX threads on
2392         Linux.
2394         * gc_priv.h (GC_test_and_set): Put return type into definition.
2396 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
2398         * Makefile.am: add support for eCos.  In particular, add C++
2399         support for compiling the file ecos.cc.
2400         * ecos.cc: new file.
2401         * acinclude.m4: add C++ support.
2402         * aclocal.m4: likewise
2403         * config.h: add eCos support.
2404         * configure: likewise
2405         * configure.in: likewise
2406         * misc.c (GC_write): add eCos support.
2407         * os_dep.c (tiny_sbrk): add eCos support.
2409 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
2411         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
2412         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
2414 1998-11-23  Tom Tromey  <tromey@cygnus.com>
2416         * configure.host (boehm_gc_cflags): Don't add `-O2'.
2418 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
2420         * Makefile.am, Makefile.in, configure.host: tx39 build option
2421         "-G 0" added.
2423 1998-11-17  Tom Tromey  <tromey@cygnus.com>
2425         * configure: Rebuilt.
2426         * configure.in: Switch on host, not target.
2428 1998-11-16  Tom Tromey  <tromey@cygnus.com>
2430         * gc_priv.h (GC_debug_object_start): Declare.
2431         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
2432         * gc.h (GC_debug_register_finalizer_no_order,
2433         GC_register_finalizer_no_order): Declare.
2434         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
2435         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
2436         (GC_debug_generic_malloc): Likewise.
2437         (GC_debug_object_start): new function.
2439 1998-11-11  Tom Tromey  <tromey@cygnus.com>
2441         * configure: Rebuilt.
2442         * configure.in: Recognize --enable-java-gc, not --enable-gc.
2444 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2446         * dyn_load.c: Handle QUICK_THREADS case.
2448 1998-10-21  Tom Tromey  <tromey@cygnus.com>
2450         * configure: Rebuilt.
2451         * configure.in: Put cpp defines here, not in config.h.  Recognize
2452         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
2453         define PACKAGE or VERSION.
2454         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
2455         Don't define.
2457         * os_dep.c (GC_default_push_other_roots): Define when
2458         QUICK_THREADS defined.
2459         * misc.c: Added QUICK_THREADS case.
2460         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
2461         * config.h (THREADS): Define if QUICK_THREADS defined.
2462         * Makefile.in: Rebuilt.
2463         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
2464         quick_threads.c.
2465         * quick_threads.c: New file.
2467 1998-10-20  Tom Tromey  <tromey@cygnus.com>
2469         * aclocal.m4, configure: Rebuilt.
2470         * acinclude.m4: Don't subst machine_dir or sys_dir.
2471         * configure.host: Removed unused code.
2473 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
2475         * configure: Rebuilt.
2476         * configure.in: Fix typo in previous patch.
2478 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
2480         * Makefile.in, aclocal.m4, configure: Rebuilt.
2481         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
2482         * configure.host: Created.
2484 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
2486         * Makefile.in: Rebuilt.
2487         * Makefile.am (lib_LIBRARIES): Use target_all.
2488         (EXTRA_LIBRARIES): New macro.
2489         * configure: Rebuilt.
2490         * configure.in: Recognize --enable-gc.
2492 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
2494         * Makefile.in: Rebuilt.
2495         * Makefile.am (COMPILE): Define.
2496         (LINK): Likewise.
2497         (.s.o): Use MY_CFLAGS.
2498         * configure: Rebuilt.
2499         * configure.in (MY_CFLAGS): Define and subst.
2501 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
2503         * configure: Rebuilt.
2504         * configure.in: Added --with-cross-host argument.  Use
2505         $with_cross_host to determine when cross-compiling.
2507         * config.h (SMALL_CONFIG): Don't define.
2508         * configure: Rebuilt.
2509         * configure.in: Define SMALL_CONFIG when cross-compiling.
2511 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
2513         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
2514         allchblk.c: Merged with 4.13a2 while preserving local changes.
2516         * Makefile.orig: Updated from Makefile in 4.13a2.
2518         * configure: Rebuilt.
2519         * configure.in: Updated version number to 4.13a2.  On Solaris,
2520         don't build with -O when using gcc.
2522         Merged in version 4.13alpha2:
2523         * config.h (USE_MMAP): Re-enable on Solaris.
2524         * solaris_pthreads.c: Removed RCS Id line.
2525         * alpha_mach_dep.s: Removed RCS Id line.
2527 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
2529         * config.h (USE_MMAP): Don't define for Solaris.
2531 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
2533         * Makefile.in: Rebuilt.
2534         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
2536         * Makefile.in: Rebuilt.
2537         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
2539 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
2541         * Makefile.in: Rebuilt.
2542         * Makefile.am ($(all_objs)): Depend on config.h.
2544         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
2545         DATASTART as &_etext.
2546         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
2547         * configure: Rebuilt.
2548         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
2549         tx39.
2551 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
2553         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
2554         (GC_maybe_gc): Likewise.
2555         * os_dep.c: If NO_SIGSET defined, then have empty
2556         GC_disable_signals and GC_enable_signals.
2557         * configure: Rebuilt.
2558         * configure.in: Added --with-target-subdir option.  If
2559         cross-compiling, define NO_SIGSET and NO_CLOCK.
2561 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
2563         * Makefile.in: Rebuilt.
2564         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
2565         (AS): Removed.
2566         * aclocal.m4, configure: Rebuilt.
2567         * acinclude.m4: New file.
2568         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
2570 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
2572         * configure: Rebuilt.
2573         * configure.in: Link boehm-config.h to config.h.
2574         * Makefile.in: Rebuilt.
2575         * Makefile.am (INCLUDES): Removed.
2576         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
2577         JAVA_FINALIZATION): Define
2579 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
2581         * Many files: Use GC_bool, not bool.
2582         * gc_priv.h: Define GC_bool, not bool.
2584         * misc.c (GC_dont_gc): Define as int.
2585         (GC_quiet): Likewise.
2586         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
2587         * alloc.c (GC_dont_expand): Define as int.
2588         * gc_priv.h: For gcc, define bool as char.
2590 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
2592         * Makefile.in: Rebuilt.
2593         * Makefile.am (check_PROGRAMS): New macro.
2594         (gctest_SOURCES): Likewise.
2595         (gctest_LDADD): Likewise.
2597 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
2599         * Makefile.in: Rebuilt.
2600         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
2601         * configure: Rebuilt.
2602         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
2604 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2606         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
2607         New files.
2608         * Makefile.orig: Renamed from Makefile.