* gcc.pot: Regenerate.
[official-gcc.git] / boehm-gc / ChangeLog
blob5912b91a5635bf5e6dae0d4cf12694ef32c9a66b
1 2008-02-01  Release Manager
3         * GCC 4.2.3 released.
5 2007-10-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7         PR boehm-gc/33442
8         * pthread_support.c (GC_PTR GC_get_thread_stack_base): If stack grows
9         up, return stack_addr instead of stack_addr - stack_size.
11 2007-10-09  Andreas Tobler  <a.tobler@schweiz.org>
13         * include/private/gc_priv.h: Remove duplicate code for DARWIN.
15 2007-10-07  Release Manager
17         * GCC 4.2.2 released.
19 2007-07-19  Release Manager
21         * GCC 4.2.1 released.
23 2007-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
25         PR boehm-gc/21940
26         PR boehm-gc/21942
27         * configure.ac (GC_SOLARIS_THREADS): Don't define on *-*-solaris*.
28         Use alternate thread library in /usr/lib/lwp.
29         * configure: Regenerate.
30         * dyn_load.c: Use GC_SOLARIS_PTHREADS.
31         * include/gc_config_macros.h (GC_SOLARIS_THREADS): Don't define.
32         * include/private/gcconfig.h: Handle 64-bit Solaris 2/x86.
33         (GC_SOLARIS_THREADS): Don't define.
34         * include/private/solaris_threads.h: Remove.
35         * pthread_support.c (GC_thr_init) [GC_SOLARIS_PTHREADS]: Determine
36         GC_nprocs via sysconf().
37         * Makefile.am (libgcjgc_la_SOURCES): Remove solaris_pthreads.c and
38         solaris_threads.c.
39         (gctest_LDADD): Use THREADLIBS instead of THREADDLLIBS.
40         * Makefile.in: Regenerate.       
41         * solaris_pthreads.c: Remove.
42         * solaris_threads.c: Remove.
44 2007-06-22  Jakub Jelinek  <jakub@redhat.com>
46         * pthread_support.c (GC_get_thread_stack_base): Handle
47         pthread_getattr_np failures.
49 2007-05-22  Andreas Tobler  <a.tobler@schweiz.org>
51         * Backport r124870 from main.
53         2007-05-20  Andreas Tobler  <a.tobler@schweiz.org>
55         * configure.ac: Introduce extra_ldflags_libgc. Use it for Darwin.
56         * configure: Regenerate.
57         * Makefile.am (libgc_la_LDFLAGS): Use extra_ldflags_libgc.
58         * Makefile.in: Regenerate.
59         * include/Makefile.in: Regenerate.
60         * include/private/gcconfig.h: Enable MPROTECT_VDB for all Darwin
61         targets. Remove comments. Prepare ppc64 support for Darwin.
63 2007-05-19  Andreas Tobler  <a.tobler@schweiz.org>
65         * Backport r120684, 120801, 120853, 120874 and 120977 from main.
67         2007-01-19  Andreas Tobler  <a.tobler@schweiz.org>
69         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
70         added defines to include/private/gc_priv.h
71         * darwin_stop_world.c: Removed the above defines.
72         (catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
73         * include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
74         and os_dep.c to here. Fixed THREAD definition fixes for ppc64.
76         2007-01-17  Mike Stump  <mrs@apple.com>
78         * os_dep.c: Fix i686-apple-darwin9 builds.
80         2007-01-17  Andreas Tobler  <a.tobler@schweiz.org>
82         * include/gc_config.h.in: Regenerate.
84         2007-01-15  Andreas Tobler  <a.tobler@schweiz.org>
86         * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
87         reference.
88         (catch_exception_raise): Fix typo in the I386 exc_state.
90         2007-01-11  Andreas Tobler  <a.tobler@schweiz.org>
92         * configure.ac: Replaced HAS_I386_THREAD_STATE_* with
93         HAS_X86_THREAD_STATE32_* and HAS_X86_THREAD_STATE64_* respectively.
94         * configure: Regenerated.
95         * include/private/gcconfig.h (DARWIN): Added X86_64 define for Darwin.
96         Added base definitions for the X86_64 Darwin port.
97         * include/private/gc_priv.h: Added definitions for Darwin MACH thread
98         operations. Moved existing THREAD_STATE info from darwin_stop_world.c.
99         * darwin_stop_world.c: Removed THREAD_STATE info. Added
100         HAS_X86_THREAD_STATE64___RAX. And replaced HAS_I386_THREAD_STATE___EAX
101         with HAS_X86_THREAD_STATE32___EAX.
102         (GC_push_all_stacks): Use GC_MACH_THREAD_STATE_COUNT. Add code for
103         X86_64 Darwin.
104         * dyn_load.c (GC_dyld_name_for_hdr): Use GC_MACH_HEADER.
105         (GC_dyld_image_add): Use GC_MACH_HEADER and GC_MACH_SECTION.
106         Distinguish between getsectbynamefromheader_64 and
107         getsectbynamefromheader.
108         (GC_dyld_image_remove): Likewise.
109         * os_dep.c (GC_dirty_init): Use GC_MACH_THREAD_STATE.
110         (catch_exception_raise): Introduce exception information for I386 and
111         X86_64 Darwin. Add X86_64 for exc_state.faultvaddr.
113 2007-05-13  Release Manager
115         * GCC 4.2.0 released.
117 2007-01-16  Jack Howarth  <howarth@bromo.med.uc.edu>
119         * aclocal.m4: Regenerate to use multi.m4.
120         * configure: Regenerate.
121         * Makefile.in: Regenerate.
123 2007-01-16  Petr Salinger  <Petr.Salinger@seznam.cz>
125         * include/private/gcconfig.h: Handle amd64/x86-64 cpu under
126          GNU/kFreeBSD.
127         * os_dep.c: Likewise.
129 2006-12-08  Mike Stump  <mrs@apple.com>
131         * configure.ac: Fix x86 darwin builds.
132         * darwin_stop_world.c: Likewise.
133         * include/private/gcconfig.h: Likewise.
134         * connfigure: Regenerate.
135         
136 2006-09-26  Jack Howarth  <howarth@bromo.med.uc.edu>
138         PR target/29180
139         * darwin_stop_world.c: Make stack_start unsigned long.
141 2006-09-21  Sandro Tolaini  <tolaini@libero.it>
143         * os_dep.c: Port to Darwin/i386
144         * darwin_stop_world.c: Likewise
145         * include/private/gcconfig.h: Likewise
146         
147 2006-06-07  Petr Salinger  <Petr.Salinger@seznam.cz>
149         * configure.ac: add support for GNU/kFreeBSD, accepted by upstream
150         for gc 6.8.
151         * dyn_load.c: Likewise.
152         * include/gc.h: Likewise.
153         * private/gcconfig.h: Likewise.
154         * configure: Regenerate.
155         * include/gc_config.h.in: Regenerate.
157 2006-09-14  Tom Tromey  <tromey@redhat.com>
159         PR boehm-gc/29068.
160         * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
161         Solaris.
163 2006-08-21  Bryce McKinlay  <mckinlay@redhat.com>
164         
165         PR libgcj/13212:
166         * configure.ac: Check for pthread_getattr_np(). Remove
167         GC_PTHREAD_SYM_VERSION detection.
168         * include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
169         GC_get_thread_stack_base): New declarations.
170         * pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
171         GC_get_thread_stack_base): New functions.
172         (GC_delete_thread): Don't try to free the first_thread.
173         * misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
174         (pthread_create_, constr): Removed.
175         (pthread_create): Don't rename.
176         * include/gc_ext_config.h.in: Rebuilt.
177         * include/gc_pthread_redirects.h (pthread_create): Define 
178         unconditionally.
179         * include/gc_config.h.in: Rebuilt.
180         * configure: Rebuilt.
182 2006-06-21  Keith Seitz  <keiths@redhat.com>
184         * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
185         routine if signal is received and thread is flagged SUSPENDED.
186         (suspend_self): New function.
187         (GC_suspend_thread): New function.
188         (GC_resume_thread): New function.
189         * include/gc.h (GC_suspend_thread): Declare.
190         (GC_resumet_thread): Declare.
191         * include/private/pthread_support.h (SUSPENDED): New GC_thread
192         flag.
194 2006-06-20  Ranjit Mathew  <rmathew@gcc.gnu.org>
195         
196         Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
197         * os_dep.c (GC_wnt): Define.
198         (GC_init_win32): Set GC_wnt.
199         * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
200         sections also on Windows 9x/ME.
202 2006-06-02  Geoffrey Keating  <geoffk@apple.com>
204         * configure.ac: Define HAS_PPC_THREAD_STATE_R0,
205         HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
206         HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
207         HAS_I386_THREAD_STATE___EAX.
208         * configure: Regenerate.
209         * include/gc_config.h.in: Regenerate.
210         * darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
211         macro names to determine value.
212         (THREAD_STATE): New.
213         (THREAD_FLD): New.
214         (GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
216 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
218         * Makefile.am: Add install-html target. 
219         * Makefile.in: Regenerate.
220         * aclocal.m4: Regenerate.
221         * include/Makefile.in: Regenerate.
223 2006-03-07  Andrew Haley  <aph@redhat.com>
225         * dyn_load.c (GC_has_static_roots): Declare.
226         (GC_register_dynlib_callback): Call GC_has_static_roots.
228 2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
230         * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
231         GC_start_world): Call vm_deallocate to free act_list. Fix from
232         Bruce Mitchener.
234 2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
235         John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
237         * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
238         Warn about POSIX threads not being supported for *-*-hpux10*.
239         * configure: Regenerate.
241 2006-02-09  Tom Tromey  <tromey@redhat.com>
243         * pthread_support.c: Conditionally include dlfcn.h.
245 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
246             Anthony Green  <green@redhat.com>
247             Tom Tromey  <tromey@redhat.com>
249         * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
250         * include/gc_config.h.in: Rebuilt.
251         * include/gc_pthread_redirects.h (pthread_create): Conditionally
252         define.
253         * pthread_support.c (pthread_create_): New global.
254         (constr): New function.
255         (pthread_create): Conditionally renamed.
256         * configure: Rebuilt.
257         * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
259 2006-02-04  Alan Modra  <amodra@bigpond.net.au>
261         * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
262         use broken 64-bit version.
264 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
266         * darwin_stop_world.c: Change inline asm instruction to ld as ldz
267         is wrong.
269         * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
270         * Makefile.in: Regenerate.
272 2006-01-25  Bryce McKinlay  <mckinlay@redhat.com>
274         * include/private/gcconfig.h: Revert to GC 6.6 version, removing
275         all local changes.
277 2006-01-24  Bryce McKinlay  <mckinlay@redhat.com>
279         Import Boehm GC version 6.6.
281 2006-01-24  David Ayers  <d.ayers@inode.at>
283         PR libobjc/13946
284         * include/gc.h: Fix prototype declarations for bootstrap.
286 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
288         * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
290 2005-09-15  Kazu Hirata  <kazu@codesourcery.com>
292         * include/private/gc_locks.h (GC_test_and_set): Change the
293         constraint of the first operand to '0'.
295 2005-09-06  Tom Tromey  <tromey@redhat.com>
297         PR libgcj/23662:
298         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
299         HEURISTIC1 on ARM.
301 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
303         * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
305 2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>
307         * os_dep.c: Add FreeBSD/PowerPC bits.
308         (GC_SysVGetDataStart): Likewise.
309         * include/private/gcconfig.h: Likewise.
311 2005-05-25  Andrew Haley  <aph@redhat.com>
313         * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
314         powerpc64-linux.
316 2005-05-09  Mike Stump  <mrs@apple.com>
318         * configure: Regenerate.
320 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
322         * os_dep.c, include/private/gc_locks.h: Import CRIS port by
323         Simon Posnjak from gc6.4.
324         * include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
326 2005-04-17  David S. Miller  <davem@davemloft.net>
328         * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
329         * os_dep.c (GC_linux_stack_base): Check for bug present in some
330         Sparc glibc variants where __libc_stack_end is erroneously set
331         to "1".  Fallback to procfs code in that case.
333 2005-04-12  Mike Stump  <mrs@apple.com>
335         * configure: Regenerate.
337 2005-04-12  Richard Henderson  <rth@redhat.com>
339         * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
341 2005-03-23  Mike Stump  <mrs@apple.com>
343         * darwin_stop_world.c: Update for -m64 multilib.
344         * include/private/gcconfig.h: Likewise.
345         * powerpc_darwin_mach_dep.s: Likewise.
347 2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>
349         * Makefile.in, include/Makefile.in: Regenerate.
351 2005-02-26  Richard Earnshaw  <rearnsha@arm.com>
353         * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
354         ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
356 2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
358         PR libgcj/19823
359         * configure.host: Set gc_use_mmap on *-linux*.
360         * configure.ac: Define USE_MMAP if gc_use_mmap is set.
361         * include/private/gc_priv.h: Include gc_config.h.
362         * configure, include/gc_config.h.in: Rebuilt.
364 2005-02-07  Hans Boehm  <Hans.Boehm@hp.com>
366         * allchblk.c (GC_allochblk_nth): Dont overlook available space if
367           GC disabled, correctly convert GC_finalizer_mem_freed to byte,
368           total_size to words.
369         * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
370           MEM_IMAGE regions.
371         * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
372           and indent appropriately.
373         * mark_rts.c (GC_approx_sp): Access stack.
374         * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
375           callee-saves registers when appropriate.
376           (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
378 2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
380         * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h 
381         and include/gc_ext_config.h.
382         * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
383         * include/gc.h: Undef PACKAGE_* before including gc_config.h.
385 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
387         * configure: Regenerate.
389 2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>
391         PR libgcj/18699
392         Revert patches of 2004-11-26 and 2004-11-27.
394 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
396         * configure: Regenerate for libtool change.
398 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
400         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
402 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
404         Fix "PACKAGE_NAME redefined" errors.
405         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
406         and include/gc_config.h.
407         * configure: Regenerated.
408         * include/gc_config.h.in: No longer auto-generated. Define only the
409         macros needed by libjava.
410         * include/config.h.in: Generated by autoheader.
411         * include/gc.h: Include config.h, not gc_config.h.
413 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
415         * configure: Regenerate for libtool reversion.
417 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
419         * configure: Regenerate for libtool change.
421 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
423         * configure.ac (machdep): Use sparc_mach_dep.lo on
424         sparc64-sun-solaris2.* too.
425         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
426         * configure: Regenerate.
428 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
430         PR target/18444
431         * configure.ac (threading): Accept 'posix95'.
432         * configure: Regenerate.
434 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
436         * Makefile.am: Define ACLOCAL_AMFLAGS.
437         * configure.ac: Remove redundant sinclude.
438         * acinclude.m4: Delete file.
439         * aclocal.m4: Regenerate.
440         * Makefile.in, include/Makefile.in: Regenerate.
441         * configure: Regenerate.
443 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
445         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
446         Add prototype.
448 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
450         * include/private/gcconfig.h: Add m32r-linux target.
452 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
454         * configure.ac: Update all AC_DEFINEs to newer style.
455         * configure: Regenerate.
456         * include/gc_config.h.in: Regenerate.
458 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
460         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
461         GC_print_back_graph_stats): split GC_traverse_back_graph.
462         * backgraph.c: Dynamically grow in_progress_space.
463         * finalize.c (GC_notify_or_invoke_finalizers): also call
464         GC_print_back_graph_stats.
465         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
466         GC_print_back_height): Move delarations to header file.
467         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
468         * configure: Regenerate.
469         
470 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
472         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
473         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
475 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
477         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
478         Reported by Danny Smith.
480 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
482         * misc.c (GC_init): Replace lhs cast with rhs cast.
484 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
486         * specific.c: Check GC_LINUX_THREADS before including 
487         private/specific.h. From Richard Earnshaw.
489 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
491         * aclocal.m4: Remove obsolete construct for old automake.
492         * acinclude.m4: Regenerate with aclocal 1.9.1.
493         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
494         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
495         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
496         Remove now-redundant subst of target_noncanonical.  Remove
497         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
498         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
499         Use slightly more modern form of AC_INIT.
500         * configure: Rebuild with autoconf 2.59.
501         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
503 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
505         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
506         since they're not known at this time.
507         * solaris_pthreads.c: Likewise.
509 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
511         PR target/14931
512         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
514 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
516         * configure.ac (gc_cflags): Add -Iinclude.
517         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
518         Don't write DEFS to boehm-cflags file.
519         * configure: Rebuilt.
520         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
521         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
522         * include/gc_config_macros.h: Remove backward-compatibility 
523         redefinitions of GC_ names.
524         * include/gc.h: Include <gc_config.h>.
526 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
528         Import Boehm GC version 6.3.
530 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
532         * include/Makefile.in: Regenerate
534 2004-07-06  Andrew Pinski  <apinski@apple.com>
536         * os-dep.c (GC_task_self): Declare as static
537         and remove the second declaration.
539 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
541         * Makefile.am: Add rule for .S files to fix bootstrap on
542         solaris and alpha.
543         * Makefile.in: Regenerate.
545 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
547         * boehm-gc/configure.ac: New name of configure.in.
548         Remove useless multilib stuff.  Change uses of
549         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
550         * boehm-gc/configure.in: New name of configure.in.
551         * boehm-gc/Makefile.am: Update for automake 1.8.5.
552         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
553         * boehm-gc/aclocal.m4: Regenerate.
554         * boehm-gc/configure: Regenerate.
555         * boehm-gc/Makefile.in: Regenerate.
557 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
559         * .cvsignore: New file.
561 2004-04-25  Andreas Jaeger  <aj@suse.de>
563         * mark.c (GC_mark_from): Use pointer as prefetch argument.
565 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
567         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
568         for gcc >= 3.0.
569         (PREFETCH_FOR_WRITE): Likewise.
571 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
573         * configure.ac: Bump AC_PREREQ to 2.59.
574         * configure: Regenerate.
575         * config.in: Regenerate.
577 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
579         * ltconfig, ltmain.sh: Remove unused files.
580         * configure.in: Remove bogus extra early invocation of
581         AC_CONFIG_AUX_DIR.
582         * configure: Regenerate.
583         * mkinstalldirs, install-sh, config.sub, config.guess:
584         Remove (now) unused files.
585         * Makefile.in: Regenerate (losing references to vanished
586         files).
588         * configure.in: Add CCAS, CCASFLAGS for future automakes.
589         * configure, Makefile.in, include/Makefile.in: Regenerate.
591         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
592         * Makefile.in: Regenerate.
594         * configure.in: Remove bogus duplicate invocation of
595         AM_MAINTAINER_MODE.  Remove obsolete comment.
596         * configure: Regenerate.
598         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
599         to configure.in.
600         * aclocal.m4: Regenerate.
601         * configure.in: Receive contents of GC_CONFIGURE macro.
602         * configure: Regenerate.
604         * configure.in: Remove more obsolete, bogus code.
605         * configure: Regenerate.
607         * acinclude.m4: Remove obsolete and bogus constructs.
608         * aclocal.m4: Regenerate.
609         * configure: Regnerate.
611 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
613         * acinclude.m4: De-precious CC and CXX so that the right flags
614         are passed down to multilibs.
615         * aclocal.m4: Regenerate.
616         * configure: Regenerate.
618 2004-02-22  Zack Weinberg <zack@codesourcery.com>
619             Nathanael Nerode <neroden@twcny.rr.com>
620             Alexandre Oliva <aoliva@redhat.com>
622         * config.sub, config.guess: Replace with forwarding scripts
623         which invoke the master copies in the top level.
625 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
627         * acinclude.m4: Remove old no-executables workaround;
628         add new no-executables workaround.
629         * aclocal.m4: Regenerate.
630         * configure.in: Change prereqs to autoconf 2.57.
631         * configure: Regenerate with autoconf 2.57.
633         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
634         * configure: Regenerate.
635         * Makefile.am: Use target_noncanonical variable from configure.
636         * Makefile.in: Regenerate.
637         * include/Makefile.in: Regenerate.
639 2004-02-20  Andrew Cagney  <cagney@redhat.com>
641         * config.guess: Update from version 2002-01-10 to 2004-02-16.
642         * config.sub: Update from version 2002-01-02 to 2004-02-16.
644 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
646         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
647         * aclocal.m4: Rebuild.
648         * configure: Regenerate.
650         * acinclude.m4: Move certain code to configure.in.
651         * configure.in: Receive code from acinclude.m4.
652         * aclocal.m4: Rebuild.
653         * configure: Regenerate.
655         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
657 2004-01-20  Andrew Haley  <aph@redhat.com>
659         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
661         * configure.in: Comment change.
663 2004-01-16  Andrew Haley  <aph@redhat.com>
665         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
666         add for ia64; remove for MIPS.
667         * configure: Regnerated.
669 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
671         * configure.in: Add in AC_PREREQ(2.13)
673 2004-01-07  Dave Jones <davej@redhat.com>
675         * malloc.c (GC_generic_malloc): Correct initialization typo.
676         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
678 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
680         * include/private/gcconfig.h: Re-install change of 2003-04-16.
682 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
684         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
685         _MIPS_SIM_ABI32.
687 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
689         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
690         unsure comment.
692 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
694         * configure: Rebuild.
696 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
698         * configure.in: Remove NO_GETENV definition for win32.
699         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
700         * misc.c (GC_init_inner): Call GC_thr_init for win32.
701           (GC_set_warn_proc): Add assertion.
702         * win32_threads.c: Import 6.3alpha2 version.
703         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
705 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
707         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
708         2.3/SPARC, there are no micro versions.
709         Treat Solaris 10 and up alike.
710         * configure: Regenerate.
712 2003-09-22  Anthony Green  <green@redhat.com>
714         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
715         "NOSYS" targets.
717 2003-09-20    <green@redhat.com>
719         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
720         check for __arm__ or __thumb__.
722 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
724         * configure: Regenerate.
726 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
727             Roger Sayle <roger@eyesopen.com>
729         * configure.in: Set INCLUDES to absolute path.
730         Save $INCLUDES in boehm-cflags, too.
731         Set INCLUDES so it's available to config.status.
732         * configure: Regenerate.
734 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
736         * include/gc.h (GC_CreateThread): Declare with WINAPI
737         attribute.
738         * win32_threads.c (GC_CreateThread): Make definitions consistent
739         with declaration.  Cast &thread_table[i].handle to PHANDLE
740         in call to DuplicateHandle
741         (thread_start): Declare as static.
743 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
745         * dyn_load.c: Define __private_extern__ to match Apple's system
746         header.
748 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
750         * os_dep.c: Remove redundancy introduced in last merge.
752 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
754         Import GC 6.3alpha1.
755         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
756         * ChangeLog: Likewise.
757         * Makefile.am: Likewise.
758         * Makefile.direct: Likewise.
759         * Makefile.dj: Likewise.
760         * allchblk.c: Likewise.
761         * alloc.c: Likewise.
762         * backgraph.c: Likewise.
763         * configure.host: Likewise.
764         * configure.in: Likewise.
765         * dbg_mlc.c: Likewise.
766         * dyn_load.c: Likewise.
767         * finalize.c: Likewise.
768         * gc_cpp.cc: Likewise.
769         * gc_dlopen.c: Likewise.
770         * gcj_mlc.c: Likewise.
771         * if_mach.c: Likewise.
772         * mach_dep.c: Likewise.
773         * malloc.c: Likewise.
774         * mallocx.c: Likewise.
775         * mark.c: Likewise.
776         * mark_rts.c: Likewise.
777         * misc.c: Likewise.
778         * os_dep.c: Likewise.
779         * ptr_chck.c: Likewise.
780         * reclaim.c: Likewise.
781         * solaris_pthreads.c: Likewise.
782         * solaris_threads.c: Likewise.
783         * sparc_mach_dep.S: Likewise.
784         * threadlibs.c: Likewise.
785         * typd_mlc.c: Likewise.
786         * version.h: Likewise.
787         * win32_threads.c: Likewise.
788         * Mac_files/MacOS_Test_config.h: Likewise.
789         * Mac_files/MacOS_config.h: Likewise.
790         * cord/cordbscs.c: Likewise.
791         * cord/cordprnt.c: Likewise.
792         * cord/de_win.c: Likewise.
793         * doc/README: Likewise.
794         * doc/README.MacOSX: Likewise.
795         * doc/README.changes: Likewise.
796         * doc/README.environment: Likewise.
797         * doc/README.ews4800: Likewise.
798         * doc/README.linux: Likewise.
799         * doc/README.macros: Likewise.
800         * doc/README.win32: Likewise.
801         * doc/debugging.html: Likewise.
802         * doc/gcdescr.html: Likewise.
803         * doc/tree.html: Likewise.
804         * include/Makefile.in: Likewise.
805         * include/gc.h: Likewise.
806         * include/gc_cpp.h: Likewise.
807         * include/gc_local_alloc.h: Likewise.
808         * include/gc_mark.h: Likewise.
809         * include/gc_pthread_redirects.h: Likewise.
810         * include/gc_typed.h: Likewise.
811         * include/new_gc_alloc.h: Likewise.
812         * include/private/dbg_mlc.h: Likewise.
813         * include/private/gc_hdrs.h: Likewise.
814         * include/private/gc_locks.h: Likewise.
815         * include/private/gc_pmark.h: Likewise.
816         * include/private/gc_priv.h: Likewise.
817         * include/private/gcconfig.h: Likewise.
818         * include/private/solaris_threads.h: Likewise.
819         * include/private/specific.h: Likewise.
820         * tests/test.c: Likewise.
821         * tests/test_cpp.cc: Likewise.
823         * configure: Rebuild.
824         * Makefile.in: Rebuild.
826         * mips_sgi_mach_dep.s: Add.
828         * alpha_mach_dep.s: Remove.
829         * irix_threads.c: Remove.
830         * linux_threads.c: Remove.
831         * mips_sgi_mach_dep.S: Remove.
832         * missing: Remove.
833         * powerpc_macosx_mach_dep.s: Remove.
834         * doc/Makefile.am: Remove.
835         * doc/Makefile.in: Remove.
837 2003-07-25  Roger Sayle  <roger@eyesopen.com>
839         * configure.host: Only use +ESdbgasm when using the HPUX native
840         compiler on PA-Risc.  It isn't recognized by GCC and is silently
841         ignored by HP's compilers on ia64.
843 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
845         * configure.in: define GC_DLL under mingw if --enable-shared
846         * configure: rebuilt
847         * win32_threads.c: add #ifdef GC_DLL around DllMain
849 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
851         * include/private/gcconfig.h: Add support for arm-netbsdelf.
853 2003-04-09  Tom Tromey  <tromey@redhat.com>
855         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
856         POWERPC.
857         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
859 2003-03-22  Richard Henderson  <rth@redhat.com>
861         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
862         (GC_test_and_set): Use __sync_lock_test_and_set.
863         (GC_clear): Use volatile assignment.
864         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
865         (GC_memory_write_barrier): Use __sync_synchronize.
867 2003-03-12  Andreas Schwab  <schwab@suse.de>
869         * configure.in: Avoid trailing /. in toolexeclibdir.
870         * configure: Rebuilt.
872 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
873         * include/private/gcconfig.h (GC_data_start): declare when needed.
874         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
875         declaration.
876         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
877         GC_register_dynlib_callback): Register main data for static
878         executable if dl_iterate_phdr() didn't.
879         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
880         if we don't expect to register main static data.
882 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
883         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
884         (GC_push_roots): explicitly mark free list headers, register
885         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
886         * alloc.c (GC_stopped_mark): Conditionally call
887         GC_cond_register_dynamic_libraries().
888         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
889         * dyn_load.c (GC_register_main_static_data): define.
890         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
891         no longer skip main data.
892         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
893         (GC_init_inner): Make main data registration conditional.
894         * include/private/gc_priv.h (GC_register_main_static_data): declare.
895         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
896         for LINUX.
898 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
900         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
901         config.status.
902         * configure: Rebuilt.
904 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
906         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
908 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
910         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
911         Remove USE_LIBDIR conditional.
912         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
913         * Makefile.in, configure: Rebuilt.
915 2002-12-31  Tom Tromey  <tromey@redhat.com>
917         For PR libgcj/8933:
918         * include/Makefile.in: Rebuilt.
919         * include/Makefile.am (noinst_HEADERS): Renamed from
920         include_HEADERS.
922 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
924         * ltconfig (osf[345]): Append $major to soname_spec.
925         Reflect this in library_names_spec.
926         * ltmain.sh (osf): Prefix $major with . for use as extension.
928 2002-10-02  Andreas Jaeger  <aj@suse.de>
930         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
932 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
934         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
935         check for __arm__ or __thumb__.
937 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
939         * include/private/gcconfig: Add machine type S390.  Add s390x support.
940         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
941         (GC_compare_and_exchange): Likewise.
943 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
945         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
947 2002-08-23  Adam Megacz <adam@xwt.org>
949         * win32_threads.cc: Removed extraneous ABORT()
951 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
953         * Makefile.am (all-multi): Fix multilib parallel build.
955 2002-07-18  Bo Thorsen  <bo@suse.de>
957         * include/private/gcconfig.h: Add x86-64 definitions.
958         * os_dep.c: Add x86-64 support.
959         * configure.in: Likewise.
960         * configure: Regenerate.
962 2002-07-18  H.J. Lu <hjl@gnu.org>
964         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
966 2002-07-18  H.J. Lu  (hjl@gnu.org)
968         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
969         Linux/mips.
971 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
972             Jonathan Clark
974         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
976 2002-06-09  H.J. Lu  (hjl@gnu.org)
978         * include/private/gc_locks.h (GC_test_and_set): Support
979         Linux/mips.
980         (GC_TEST_AND_SET_DEFINED): Likewise.
982         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
983         Linux/mips.
984         (DATAEND): Likewise.
985         (LINUX_STACKBOTTOM): Likewise.
986         (STACKBOTTOM): Removed for Linux/mips.
988 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
990         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
991         (GC_pthread_create): Fix typo.
992         (GC_TRY_LOCK): Likewise.
993         * include/private/gc_locks.h (GC_test_and_set): Only take one
994         one argument.
995         (LOCK): Adjust appropriately.
996         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
997         _SIGRTMIN is unavailable.
999 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1001         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
1002         * aclocal.m4: Regenerate.
1003         * configure: Regenerate.
1005 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1007         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1008         script entry, and set LD to it when configuring multilibs.
1009         * configure: Rebuilt.
1011 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1013         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
1014         (noinst_LTLIBRARIES): Add libgcjgc.la.
1016         * Makefile.in: Rebuild.
1018 2002-04-22  David S. Miller  <davem@redhat.com>
1020         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
1021         64-bit SPARC Linux, the __libc_stack_end technique does
1022         not work in this case.
1024 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
1026         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
1028 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
1030         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
1031         SPARC Linux.
1033 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
1035         * include/private/gcconfig.h (DATAEND): Update comment example
1036         to match reality.
1038 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
1040         * include/private/gcconfig.h (DATAEND): Clarify comment.
1042 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1044         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
1045         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
1046         declare.
1047         * allchblk.c (GC_allchblk_nth): Change text and support reduced
1048         frequency for blacklist warning message.
1049         * misc.c (GC_large_alloc_warn_interval,
1050         GC_large_alloc_warn_suppressed): define.
1051         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
1052         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
1053         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
1054         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
1056         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
1058 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
1060         * include/private/gcconfig.h: Add support for an unmapped
1061         memory hole between the end of the initialized data segment
1062         and the start of the BSS on FreeBSD/i386.
1064 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1066         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
1067         NetBSD/i386.
1069 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
1071         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
1072         (GC_local_gcj_malloc): Add assertion.
1073         (start_mark_threads): Fix abort message.
1074         * mark.c (GC_mark_from): Generalize assertion.
1075         * reclaim.c (GC_clear_fl_links): New function.
1076         (GC_start_reclaim): Must clear some freelist links.
1077         * include/private/specific.h, specific.c: Add assertions.
1078         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
1079         Rearrange tse fields.
1081 2002-03-27  Richard Henderson  <rth@redhat.com>
1083         * os_dep.c (GC_init_linux_data_start): Fix references to
1084         __data_start and _end.
1086 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
1088         * include/private/gcconfig.h: Change all likely references
1089         to linker script synthesized symbols to use this idiom:
1090         extern int etext[]; etext
1092 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
1094         * linux_threads.c (GC_get_nprocs): Close file descriptor.
1096 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1098         * include/private/gcconfig.h: Add unified test for FreeBSD.
1099         Support FreeBSD/alpha.
1100         * os_dep.c: Do not include <machine/trap.h> unless available.
1101         (GC_freebsd_stack_base): Fix types.
1103 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1105         * Makefile.am: Make a convenience library.
1106         * Makefile.in: Rebuilt.
1108 2002-03-15  Anthony Green  <green@redhat.com>
1110         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
1111         * configure.in: Disable use of getenv for win32 targets (some of
1112         which have broken implementations).
1113         * configure: Rebuilt.
1115 2002-03-12  Adam Megacz  <adam@xwt.org>
1117         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
1118         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
1119         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
1120         statically initialized it to TRUE if compiling with GCC.
1121         * win32_threads.c (thread_start): We no longer use SEH if
1122         compiling with GCC.
1123         * mark.c (GC_mark_some): We no longer use SEH if
1124         compiling with GCC.
1126 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1128         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
1129         support is enabled, for hash synchronization.
1131 2002-02-24  Adam Megacz  <adam@xwt.org>
1133         * Makefile.am: Added win32_threads.c to sources list.
1134         * win32_threads.c: Added two */'s which I had neglected.
1136 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1138         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
1139         * Makefile.in: Rebuilt.
1141 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1143         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
1145         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
1146         preprocessor file.
1147         * mips_sgi_mach_dep.S: Likewise.
1148         * Makefile.am: Update for above changes.
1149         * Makefile.in: Rebuilt.
1151 2002-02-12  Richard Henderson  <rth@redhat.com>
1153         * configure.in: Re-apply 2001-06-26 configure change.
1154         * configure: Rebuild.
1156 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1158         Imported GC 6.1 Alpha 3.
1160         * sparc_mach_dep.S: Delete incorrectly named file.
1162 2001-02-11  Adam Megacz <adam@xwt.org
1164         * configure.in: support for win32, saner
1165         cross-compile options
1167 2001-02-08  Anthony Green  <green@redhat.com>
1169         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
1170           board embedded targets.
1171         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
1172           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
1173           redundant uses of ECOS.
1174         * misc.c: Use NOSYS where ECOS is being used.
1175           Don't define GC_write twice for ECOS systems.
1176           (GC_write): New function for NOSYS targets.
1178 2002-02-06  Adam Megacz <adam@xwt.org>
1180         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
1181         now exposed on all Win32 platforms.
1182         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
1183         compiles on Win32; it invokes CreateThread() if GC is built
1184         as a DLL; otherwise it registers the thread.
1185         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
1186         libgcjgc was not built as a DLL.
1188 2002-02-01  Adam Megacz <adam@xwt.org>
1190         * boehm-gc on win32 now automatically detects if it is being built
1191         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
1193 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
1195         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
1196         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
1197         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
1198         DATASTART and DATAEND roots.
1199         * rs6000_mach_dep.s: Add function descriptor and traceback table.
1201 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
1203         * dyn_load.c: Define ElfW (if needed) for all targets,
1204         not just GNU/Linux.
1205         (GC_FirstDLOpenedLinkMap): Use it.
1206         (GC_register_dynamic_libraries_dl): Use it.
1207         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
1208         for sparcv9.
1210 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1212         PR other/3725
1213         * configure.in: Add AC_SUBST(target_alias).
1214         * configure: Regenerated.
1216 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
1218         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1219         case for GC_FREEBSD_THREADS.
1220         * configure.in (*-*-freebsd*): Clarify warning.
1221         * configure: Rebuilt.
1223 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
1224             Andreas Tobler <toa@pop.agri.ch>
1226         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1228 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1230         * linux_threads.c (GC_init_parallel): Do not declare as a static
1231         constructor.
1232         * include/gc.h (GC_init): Declare here. Add description.
1233         * include/private/gc_priv.h (GC_init): Remove declaration.
1235 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1237         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1238         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1239         GC_FREEBSD_THREADS, handle strange interaction between system
1240         pthread implementation and boehm-gc signal-handler architecture.
1241         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1242         set stack.
1243         * include/private/gcconfig.h (configuration keyed off FREEBSD):
1244         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
1245         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1247 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1249         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1250         * Makefile.in: Rebuilt.
1252 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1254         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1255         merged local changes.
1257 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1259         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1260         Solaris 2/Intel definition.
1262         * configure.in (i?86-*-solaris2.[89]*): Define
1263         SOLARIS25_PROC_VDB_BUG_FIXED.
1264         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1265         * configure: Regenerate.
1267         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1268         (DATAEND): Define using _end.
1270 2001-09-11  Per Bothner  <per@bothner.com>
1272         * include/Makefile.am:  New file.  It defines include_HEADERS.
1273         * Makefile.am (SUBDIRS):  New macro, set to include.
1274         * configure.in (AC_OUTPUT):  Add include/Makefile.
1276 2001-08-20  Tom Tromey  <tromey@redhat.com>
1278         * configure: Rebuilt.
1279         * configure.in: Always ask gcc for threads package.
1281 2001-08-17  Tom Tromey  <tromey@redhat.com>
1283         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1284         merged local changes.
1286 2001-08-02  David Billinghurst <David.Billinghurst>
1288         * configure: Rebuilt.
1289         * configure.in:  POSIX threads on cygwin does not link with
1290         -lpthreads.
1292 2001-07-03  Tom Tromey  <tromey@redhat.com>
1294         Fix for PR bootstrap/3281:
1295         * aclocal.m4, configure, Makefile.in: Rebuilt.
1296         * acinclude.m4: Set mkinstalldirs for in-tree build.
1298 2001-06-26  Richard Henderson  <rth@redhat.com>
1300         * alpha_mach_dep.s: Mark call-saved FP registers.
1301         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1302         * configure.in (alpha*): Re-enable alpha_mach_dep.s
1303         * configure: Rebuild.
1305 2001-06-12  Tom Tromey  <tromey@redhat.com>
1307         * aclocal.m4, configure: Rebuilt.
1308         * acinclude.m4: Find configure.host in srcdir.
1310 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1312         * configure.in (AC_EXEEXT): Work around in case it expands to
1313         nothing, as in autoconf 2.50.
1314         * acinclude.m4: Likewise.
1315         * aclocal.m4, configure: Rebuilt.
1317 2001-06-07  Tom Tromey  <tromey@redhat.com>
1319         For PR bootstrap/3075:
1320         * configure, aclocal.m4, Makefile.in: Rebuilt.
1321         * configure.in: Don't call AC_CONFIG_AUX_DIR or
1322         AC_CANONICAL_SYSTEM.
1323         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1324         AC_CANONICAL_SYSTEM here.
1325         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1326         boehm_gc_basedir.
1328 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1330         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1331         (libgcjgc_la_SOURCES): Remove typo.
1332         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1333         * Makefile.in: Rebuilt.
1335 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1337         Imported version version 6.0alpha7.
1339         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1340         README.amiga, README.debugging, README.dj, README.hp, README.linux,
1341         README.rs6000, README.sgi, README.solaris2, README.uts,
1342         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1343         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1344         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1345         hpux_irix_threads.c, makefile.depend, nursery.c,
1346         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1347         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1348         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1349         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1350         files.
1352 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
1354         * configure.host: Build with -fexceptions.
1355         * linux_threads.c: Remember which thread stopped world for
1357 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
1358             with final tuning by Bryce McKinlay
1360         * configure.in: Add support for --enable-threads=posix on FreeBSD.
1361         * configure: Rebuilt.
1363 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
1365         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1366         (GC_noop1): Change declaration to take one argument.
1368 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
1370         * configure.in: Obtain THREADS with `gcc -v'.
1371         * configure: Rebuilt.
1373 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
1375         * misc.c: Back out buggy changes to stack clearing code.
1376         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1377         spent clearing memory.
1379 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
1381         * finalize.c:
1382         - Accomodate finalization requests for static objects.
1383           (Will be required by hash synchronization.  May be needed
1384           in some configurations now.)
1386         * gc_priv.h:
1387         - Define MIN_WORDS.  All allocation requests are rounded
1388           up to at least this size.  Removes a subtle assumption that
1389           Java objects have a 2 word header.
1391         * gcconfig.h:
1392         - Adjust Linux/IA64 configuration for non-ancient kernels.
1393           (Necessary fix for IA64.)
1395         * linux_threads.c:
1396         - Fix syntax error in currently unused code.  Will be needed
1397           for Linux/PA-RISC.
1399         * malloc.c:
1400         - Handle MIN_WORDS.
1402         * misc.c:
1403         - Handle MIN_WORDS.
1404         - Change stack cleaning code to typically clear about one tenth
1405           the memory it used to in the threads configuration.  Occasionally
1406           still clear more.  (This is really a fix for a long-standing
1407           and fairly significant performance bug with threads.)
1409         * os_dep.c:
1410         - Fix the code for finding the beginning of the data segment under
1411           Linux.  I believe this is necessary for some IA64 Linux
1412           distributions.  It will also helo other platforms, though those
1413           may additionally require a gcconfig.h adjustment.  (This basically
1414           works around the absence of a data_start or __data_start
1415           definition in glibc.)
1417         * test.c:
1418         - Handle rounding due to MIN_WORDS.
1420 2001-03-22  Tom Tromey  <tromey@redhat.com>
1422         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1424 2001-03-19  Tom Tromey  <tromey@redhat.com>
1426         * Makefile.in: Rebuilt.
1427         * Makefile.am (gctest_LDFLAGS): new macro.
1429 2001-03-16  Tom Tromey  <tromey@redhat.com>
1431         * Makefile.in: Rebuilt.
1432         * Makefile.am (TESTS_ENVIRONMENT): New macro.
1434 2001-01-23  Rod Stewart <stewart@lab43.org>
1436         * gcconfig.h: Check for `__arm__', not `arm'.
1438 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
1440         * configure.in: Rename THREADLIB to THREADLIBS.
1441         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1442         ensures that we link the correct version of the linuxthreads semaphore
1443         functions.
1444         * Makefile.in: Rebuilt.
1445         * configure: Rebuilt.
1447         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1448         list of signals which are not blocked during suspend in the NO_SIGNALS
1449         case.
1451 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
1453         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1455 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
1457         * Makefile.dist: Renamed from Makefile.orig.
1459 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1461         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1462         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1463         set accordingly.
1464         * Makefile.in: Rebuilt.
1465         * configure: Likewise.
1467 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
1469         * gcconfig.h: Add new case for powerpc EABI.
1470         [PPC]: Handle embedded OS for powerpc simulator.
1472 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
1474         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1475         cross-compile configuration only.
1476         * Makefile.am: Build gcj_mlc.c.
1477         * configure, Makefile.in: Rebuilt.
1479 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1481         * acinclude.m4: Include libtool macros from the top level.
1482         * aclocal.m4, configure: Rebuilt.
1484 2000-09-04  Anthony Green  <green@redhat.com>
1486         Fix for PR libgcj/230:
1487         * mark.c (GC_mark_from_mark_stack): Remove call to
1488         GC_debug_object_start.
1489         * gc_priv.h (GC_debug_object_start): Remove prototype.
1491 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
1493         * gcconfig.h [OSF1] (_end): Declare as `int'.
1495 2000-08-02  Tom Tromey  <tromey@cygnus.com>
1497         * gc_priv.h (GC_generic_malloc_inner): Prototype.
1498         (GC_generic_malloc): Likewise.
1499         (GC_add_to_black_list_normal): Likewise.
1500         (GC_find_header): Likewise.
1501         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1502         * gc_mark.h (GC_find_start): Prototype.
1503         (GC_signal_mark_stack_overflow): Likewise.
1505 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
1507         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1508         * configure: Rebuilt.
1510         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1512 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
1514         Imported version 5.1.
1515         * acinclude.m4: Push version to 5.1.
1517 2000-06-19  Andrew Haley  <aph@cygnus.com>
1519         * os_dep.c (read): Pass two dummy args to syscall().
1521 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
1523         Imported 5.0 release version.
1524         * acinclude.m4: Increment version to 5.0.
1526 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
1528         Imported version 5.0alpha7.
1529         * acinclude.m4: Update version to 5.0a7.
1531 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
1533         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1534         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1535         - sparc glibc does not provide it.
1536         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1537         Make STACKBOTTOM depend on the wordsize.
1538         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1539         (struct frame): Declare on sparc*-linux*.
1540         (GC_save_callers): Bias the frame pointers if needed (sparc64).
1541         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1542         Implement on sparc64.
1543         (GC_clear_stack_inner): Implement on sparc64.
1544         * gc_priv.h (GC_test_and_set): Implement for sparc.
1545         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1546         GC_save_regs_in_stack on sparc.
1548 2000-04-23  Tom Tromey  <tromey@cygnus.com>
1550         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1552 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
1554         Imported version version 5.0alpha6.
1555         * acinclude.m4: Bump version to 5.0a6.
1556         * configure.in: Don't use alpha_mach_dep.s.
1557         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1558         obsolete files.
1559         * Makefile.am, Makefile.in: irix_threads.c is now
1560         hpux_irix_threads.c.
1561         * Makefile.orig: Updated from gc distribution Makefile.
1563 2000-03-26  Anthony Green  <green@redhat.com>
1565         * misc.c (GC_enable): Always define GC_enable and GC_disable.
1567 2000-02-14  Tom Tromey  <tromey@cygnus.com>
1569         * gc.h (dlopen): Define as GC_dlopen on Linux.
1570         (GC_dlopen): Declare on Linux.
1571         * dyn_load.c (GC_dlopen): Define for Linux.
1573 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
1575         * gcconfig.h (DATASTART): Add missing extern declaration
1576         for data_start on powerpc.
1578 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
1580         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1581         NO_SIGNALS case.
1583 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
1585         * gcconfig.h: Define DATASTART for Alpha Linux.
1587 1999-12-19  Anthony Green  <green@cygnus.com>
1589         * gcconfig.h: Use libgcj hack for Alpha Linux.
1590         Undefine MPROTEXT_VDB (from Jeff Sturm).
1591         * os_dep.c: Remove Alpha Linux hacks.
1592         * misc.c: Ditto.
1594 1999-12-13  Tom Tromey  <tromey@cygnus.com>
1596         * aclocal.m4, configure: Rebuilt.
1597         * acinclude.m4: Changed version to 5.0a4.
1598         * Makefile.in: Rebuilt.
1599         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1601 1999-12-12  Anthony Green  <green@cygnus.com>
1603         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1604         Linux.
1605         (DYNAMIC_LOADING): Define for PowerPC Linux.
1606         * os_dep.c: Remove some special cases for PowerPC Linux.
1607         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1608         for PowerPC Linux.
1610 1999-11-04  Tom Tromey  <tromey@cygnus.com>
1612         * Makefile.in: Rebuilt.
1613         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1615         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1616         (GC_thr_init): Don't declare.
1618         * configure: Rebuilt.
1619         * configure.in: Removed qt threads case.
1620         * dyn_load.c: Don't mention QUICK_THREADS.
1621         * os_dep.c: Don't mention QUICK_THREADS.
1622         * misc.c: Don't mention QUICK_THREADS.
1623         * gcconfig.h: Don't mention QUICK_THREADS.
1624         * gc_priv.h: Removed QUICK_THREADS code.
1625         * quick_threads.c: Removed.
1627 1999-11-03  Tom Tromey  <tromey@cygnus.com>
1629         * gcconfig.h: Merged in local changes from old config.h.
1631 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
1633         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1635 1999-11-02  Tom Tromey  <tromey@cygnus.com>
1637         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1639         * configure: Rebuilt.
1640         * configure.in: Don't create boehm-config.h.
1641         * Makefile.in: Rebuilt.
1642         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1643         config.h.
1644         ($(all_objs)): Depend on gcconfig.h.
1645         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1646         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1647         * config.h: Removed.
1649 1999-11-01  Tom Tromey  <tromey@cygnus.com>
1651         * Makefile.in: Rebuilt.
1652         * Makefile.am (gctest_LDADD): Added THREADLIB.
1653         (TESTS): New macro.
1654         * configure: Rebuilt.
1655         * configure.in (INCLUDES): New subst.
1657 1999-09-29  Steve Chamberlain  <sac@pobox.com>
1659         * config.h: Added picoJava target.
1660         * mach_dep.h (GC_push_regs):  New code for picoJava.
1662 1999-09-28  Tom Tromey  <tromey@cygnus.com>
1664         * aclocal.m4, configure: Rebuilt.
1665         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1666         appropriate AC_PROG_ symbol.
1668 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1670         * gc_priv.h:  IRIX thread changes from
1671         include/private/gc_priv.h.
1673 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1675         * Makefile.in: Rebuilt.
1676         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1677         builds.
1679         * configure: Rebuilt.
1680         * configure.in: Properly align --help output, fix capitalization
1681         and punctuation.
1682         * acinclude.m4: Likewise.
1684 1999-08-04  Tom Tromey  <tromey@cygnus.com>
1686         * configure.in: Added missing `;;'.  From Anthony Green.
1688 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1690         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1692 1999-08-03  Tom Tromey  <tromey@cygnus.com>
1694         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1695         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1697 1999-08-02  Tom Tromey  <tromey@cygnus.com>
1699         * aclocal.m4, configure: Rebuilt for new libtool.
1701 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
1703         * mips_sgi_mach_dep.s: Enable PIC option.
1705 1999-07-19  Tom Tromey  <tromey@cygnus.com>
1707         * config.h (MPROTECT_VDB): Don't define on Linux.
1709 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1711         * Makefile.am (.s.lo): Avoid `#line' directives.
1712         * Makefile.in: Rebuilt.
1714 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1716         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1717         generate *-recursive for this Makefile, use *-am instead.
1718         * Makefile.in: Rebuilt.
1720 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
1722         * Makefile.am (.s.lo): Renamed from `.s.o'.
1723         * Makefile.in: Rebuilt.
1725 1999-06-21  Tom Tromey  <tromey@cygnus.com>
1727         Alpha patch from Jeff Sturm:
1728         * os_dep.c (GC_init_linuxalpha): New function.
1729         * misc.c: Initialize for alpha linux.
1730         * gc_priv.h (GC_test_and_set): Define for alpha.
1731         * config.h: Don't assume __data_start on alpha.
1733         * Makefile.in: Rebuilt.
1734         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1735         -release.
1737         * Makefile.in: Rebuilt.
1738         * Makefile.am (toolexeclibdir): Define as libdir when
1739         appropriate.
1740         * configure: Rebuilt.
1741         * configure.in (USE_LIBDIR): New conditional.
1743         * configure: Rebuilt.
1744         * configure.in: Recognize all forms of alpha.
1746 1999-06-17  Anthony Green  <green@cygnus.com>
1748         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1749         Carlo Dapor <carlo@vis.ethz.ch>).
1751 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
1753         * configure.in: Switch from irix threads to posix threads
1754         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1755         for mips architecture.
1756         * configure: Regenerate.
1758 1999-04-30  Tom Tromey  <tromey@cygnus.com>
1760         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1762 1999-04-26  Tom Tromey  <tromey@cygnus.com>
1764         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1765         `weak'.
1767 1999-04-23  Tom Tromey  <tromey@cygnus.com>
1769         * Makefile.in, configure: Rebuilt.
1770         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1771         (libgcjgc_la_SOURCES): Renamed.
1772         (libgcjgc_la_LIBADD): Likewise.
1773         (libgcjgc_la_DEPENDENCIES): Likewise.
1774         (EXTRA_libgcjgc_la_SOURCES): Likewise.
1775         (gctest_LDADD): Use libgcjgc.la.
1776         (all_objs): Mention libgcj_la_OBJECTS.
1777         (EXTRA_LTLIBRARIES): Renamed.
1778         (toollib_LTLIBRARIES): Likewise.
1779         (libgcjgc_la_LDFLAGS): New macro
1780         (toolexecdir): Renamed.
1781         (toolexeclibdir): Likewise.
1782         (toolexeclib_LTLIBRARIES): Likewise.
1783         (LTCOMPILE): Renamed; added libtool invocation.
1784         (LINK): Added libtool invocation.
1785         (.s.o): use LTCOMPILE.
1786         * configure.in: Call AM_PROG_LIBTOOL.
1787         (target_all): Set to libgcjgc.la.
1788         Mention `.lo' forms of object files.
1790 1999-04-21  Tom Tromey  <tromey@cygnus.com>
1792         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1793         GC_stackbottom.
1795         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1796         sigcontext.h.  From Matthias Klose <doko@itso.de>.
1798 1999-04-16  Tom Tromey  <tromey@cygnus.com>
1800         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
1801         David Pettersson <dapet@mai.liu.se>
1803 1999-04-14  Tom Tromey  <tromey@cygnus.com>
1805         * configure: Rebuilt.
1806         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
1807         incorrect patch of 199-04-09.
1809         * configure: Rebuilt.
1810         * configure.in: Added support for alpha.
1811         From David Pettersson <dapet@mai.liu.se>.
1813 1999-04-13  Tom Tromey  <tromey@cygnus.com>
1815         * Makefile.in: Rebuilt.
1816         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1817         solaris-threads.h.
1819 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1821         * configure: Rebuilt.
1822         * configure.in: Use sparc_mach_dep.s when building on Solaris.
1824 1999-02-23  Tom Tromey  <tromey@cygnus.com>
1826         * configure: Rebuilt.
1827         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
1828         SOLARIS_THREADS and _SOLARIS_PTHREADS.
1830 1999-02-18  Tom Tromey  <tromey@cygnus.com>
1832         * quick_threads.c (GC_push_all_stacks): Change order of arguments
1833         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
1834         for case where LO is NULL.
1836 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1838         * aclocal.m4, configure, Makefile.in: Rebuilt.
1839         * acinclude.m4: Updated to be used with automake 1.4.
1840         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
1841         with automake 1.4.
1842         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1843         (libgcjgc_a_SOURCES): Likewise.
1844         (libgcjgc_a_LIBADD): Likewise.
1845         (libgcjgc_a_DEPENDENCIES): Likewise.
1846         (EXTRA_libgcjgc_a_SOURCES): Likewise.
1847         (gctest_LDADD): Likewise.
1848         (all_objs): Likewise.
1850 1999-01-08  Tom Tromey  <tromey@cygnus.com>
1852         * configure: Rebuilt.
1853         * configure.in: Define LINUX_THREADS if using POSIX threads on
1854         Linux.
1856         * gc_priv.h (GC_test_and_set): Put return type into definition.
1858 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1860         * Makefile.am: add support for eCos.  In particular, add C++
1861         support for compiling the file ecos.cc.
1862         * ecos.cc: new file.
1863         * acinclude.m4: add C++ support.
1864         * aclocal.m4: likewise
1865         * config.h: add eCos support.
1866         * configure: likewise
1867         * configure.in: likewise
1868         * misc.c (GC_write): add eCos support.
1869         * os_dep.c (tiny_sbrk): add eCos support.
1871 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
1873         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1874         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1876 1998-11-23  Tom Tromey  <tromey@cygnus.com>
1878         * configure.host (boehm_gc_cflags): Don't add `-O2'.
1880 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
1882         * Makefile.am, Makefile.in, configure.host: tx39 build option
1883         "-G 0" added.
1885 1998-11-17  Tom Tromey  <tromey@cygnus.com>
1887         * configure: Rebuilt.
1888         * configure.in: Switch on host, not target.
1890 1998-11-16  Tom Tromey  <tromey@cygnus.com>
1892         * gc_priv.h (GC_debug_object_start): Declare.
1893         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1894         * gc.h (GC_debug_register_finalizer_no_order,
1895         GC_register_finalizer_no_order): Declare.
1896         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1897         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1898         (GC_debug_generic_malloc): Likewise.
1899         (GC_debug_object_start): new function.
1901 1998-11-11  Tom Tromey  <tromey@cygnus.com>
1903         * configure: Rebuilt.
1904         * configure.in: Recognize --enable-java-gc, not --enable-gc.
1906 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1908         * dyn_load.c: Handle QUICK_THREADS case.
1910 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1912         * configure: Rebuilt.
1913         * configure.in: Put cpp defines here, not in config.h.  Recognize
1914         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1915         define PACKAGE or VERSION.
1916         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1917         Don't define.
1919         * os_dep.c (GC_default_push_other_roots): Define when
1920         QUICK_THREADS defined.
1921         * misc.c: Added QUICK_THREADS case.
1922         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1923         * config.h (THREADS): Define if QUICK_THREADS defined.
1924         * Makefile.in: Rebuilt.
1925         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1926         quick_threads.c.
1927         * quick_threads.c: New file.
1929 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1931         * aclocal.m4, configure: Rebuilt.
1932         * acinclude.m4: Don't subst machine_dir or sys_dir.
1933         * configure.host: Removed unused code.
1935 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1937         * configure: Rebuilt.
1938         * configure.in: Fix typo in previous patch.
1940 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1942         * Makefile.in, aclocal.m4, configure: Rebuilt.
1943         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1944         * configure.host: Created.
1946 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1948         * Makefile.in: Rebuilt.
1949         * Makefile.am (lib_LIBRARIES): Use target_all.
1950         (EXTRA_LIBRARIES): New macro.
1951         * configure: Rebuilt.
1952         * configure.in: Recognize --enable-gc.
1954 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1956         * Makefile.in: Rebuilt.
1957         * Makefile.am (COMPILE): Define.
1958         (LINK): Likewise.
1959         (.s.o): Use MY_CFLAGS.
1960         * configure: Rebuilt.
1961         * configure.in (MY_CFLAGS): Define and subst.
1963 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1965         * configure: Rebuilt.
1966         * configure.in: Added --with-cross-host argument.  Use
1967         $with_cross_host to determine when cross-compiling.
1969         * config.h (SMALL_CONFIG): Don't define.
1970         * configure: Rebuilt.
1971         * configure.in: Define SMALL_CONFIG when cross-compiling.
1973 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1975         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1976         allchblk.c: Merged with 4.13a2 while preserving local changes.
1978         * Makefile.orig: Updated from Makefile in 4.13a2.
1980         * configure: Rebuilt.
1981         * configure.in: Updated version number to 4.13a2.  On Solaris,
1982         don't build with -O when using gcc.
1984         Merged in version 4.13alpha2:
1985         * config.h (USE_MMAP): Re-enable on Solaris.
1986         * solaris_pthreads.c: Removed RCS Id line.
1987         * alpha_mach_dep.s: Removed RCS Id line.
1989 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1991         * config.h (USE_MMAP): Don't define for Solaris.
1993 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1995         * Makefile.in: Rebuilt.
1996         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1998         * Makefile.in: Rebuilt.
1999         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
2001 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
2003         * Makefile.in: Rebuilt.
2004         * Makefile.am ($(all_objs)): Depend on config.h.
2006         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
2007         DATASTART as &_etext.
2008         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
2009         * configure: Rebuilt.
2010         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
2011         tx39.
2013 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
2015         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
2016         (GC_maybe_gc): Likewise.
2017         * os_dep.c: If NO_SIGSET defined, then have empty
2018         GC_disable_signals and GC_enable_signals.
2019         * configure: Rebuilt.
2020         * configure.in: Added --with-target-subdir option.  If
2021         cross-compiling, define NO_SIGSET and NO_CLOCK.
2023 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
2025         * Makefile.in: Rebuilt.
2026         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
2027         (AS): Removed.
2028         * aclocal.m4, configure: Rebuilt.
2029         * acinclude.m4: New file.
2030         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
2032 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
2034         * configure: Rebuilt.
2035         * configure.in: Link boehm-config.h to config.h.
2036         * Makefile.in: Rebuilt.
2037         * Makefile.am (INCLUDES): Removed.
2038         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
2039         JAVA_FINALIZATION): Define
2041 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
2043         * Many files: Use GC_bool, not bool.
2044         * gc_priv.h: Define GC_bool, not bool.
2046         * misc.c (GC_dont_gc): Define as int.
2047         (GC_quiet): Likewise.
2048         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
2049         * alloc.c (GC_dont_expand): Define as int.
2050         * gc_priv.h: For gcc, define bool as char.
2052 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
2054         * Makefile.in: Rebuilt.
2055         * Makefile.am (check_PROGRAMS): New macro.
2056         (gctest_SOURCES): Likewise.
2057         (gctest_LDADD): Likewise.
2059 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
2061         * Makefile.in: Rebuilt.
2062         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
2063         * configure: Rebuilt.
2064         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
2066 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
2068         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
2069         New files.
2070         * Makefile.orig: Renamed from Makefile.