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