* config/rs6000/rs6000.c (rs6000_override_options): Enable
[official-gcc.git] / boehm-gc / ChangeLog
bloba27b9f3518db7181ca55c3e280e48bbd90573437
1 2006-03-07  Andrew Haley  <aph@redhat.com>
3         * dyn_load.c (GC_has_static_roots): Declare.
4         (GC_register_dynlib_callback): Call GC_has_static_roots.
6 2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
8         * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
9         GC_start_world): Call vm_deallocate to free act_list. Fix from
10         Bruce Mitchener.
12 2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
13         John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15         * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
16         Warn about POSIX threads not being supported for *-*-hpux10*.
17         * configure: Regenerate.
19 2006-02-09  Tom Tromey  <tromey@redhat.com>
21         * pthread_support.c: Conditionally include dlfcn.h.
23 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
24             Anthony Green  <green@redhat.com>
25             Tom Tromey  <tromey@redhat.com>
27         * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
28         * include/gc_config.h.in: Rebuilt.
29         * include/gc_pthread_redirects.h (pthread_create): Conditionally
30         define.
31         * pthread_support.c (pthread_create_): New global.
32         (constr): New function.
33         (pthread_create): Conditionally renamed.
34         * configure: Rebuilt.
35         * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
37 2006-02-04  Alan Modra  <amodra@bigpond.net.au>
39         * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
40         use broken 64-bit version.
42 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
44         * darwin_stop_world.c: Change inline asm instruction to ld as ldz
45         is wrong.
47         * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
48         * Makefile.in: Regenerate.
50 2006-01-25  Bryce McKinlay  <mckinlay@redhat.com>
52         * include/private/gcconfig.h: Revert to GC 6.6 version, removing
53         all local changes.
55 2006-01-24  Bryce McKinlay  <mckinlay@redhat.com>
57         Import Boehm GC version 6.6.
59 2006-01-24  David Ayers  <d.ayers@inode.at>
61         PR libobjc/13946
62         * include/gc.h: Fix prototype declarations for bootstrap.
64 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
66         * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
68 2005-09-15  Kazu Hirata  <kazu@codesourcery.com>
70         * include/private/gc_locks.h (GC_test_and_set): Change the
71         constraint of the first operand to '0'.
73 2005-09-06  Tom Tromey  <tromey@redhat.com>
75         PR libgcj/23662:
76         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
77         HEURISTIC1 on ARM.
79 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
81         * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
83 2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>
85         * os_dep.c: Add FreeBSD/PowerPC bits.
86         (GC_SysVGetDataStart): Likewise.
87         * include/private/gcconfig.h: Likewise.
89 2005-05-25  Andrew Haley  <aph@redhat.com>
91         * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
92         powerpc64-linux.
94 2005-05-09  Mike Stump  <mrs@apple.com>
96         * configure: Regenerate.
98 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
100         * os_dep.c, include/private/gc_locks.h: Import CRIS port by
101         Simon Posnjak from gc6.4.
102         * include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
104 2005-04-17  David S. Miller  <davem@davemloft.net>
106         * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
107         * os_dep.c (GC_linux_stack_base): Check for bug present in some
108         Sparc glibc variants where __libc_stack_end is erroneously set
109         to "1".  Fallback to procfs code in that case.
111 2005-04-12  Mike Stump  <mrs@apple.com>
113         * configure: Regenerate.
115 2005-04-12  Richard Henderson  <rth@redhat.com>
117         * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
119 2005-03-23  Mike Stump  <mrs@apple.com>
121         * darwin_stop_world.c: Update for -m64 multilib.
122         * include/private/gcconfig.h: Likewise.
123         * powerpc_darwin_mach_dep.s: Likewise.
125 2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>
127         * Makefile.in, include/Makefile.in: Regenerate.
129 2005-02-26  Richard Earnshaw  <rearnsha@arm.com>
131         * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
132         ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
134 2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
136         PR libgcj/19823
137         * configure.host: Set gc_use_mmap on *-linux*.
138         * configure.ac: Define USE_MMAP if gc_use_mmap is set.
139         * include/private/gc_priv.h: Include gc_config.h.
140         * configure, include/gc_config.h.in: Rebuilt.
142 2005-02-07  Hans Boehm  <Hans.Boehm@hp.com>
144         * allchblk.c (GC_allochblk_nth): Dont overlook available space if
145           GC disabled, correctly convert GC_finalizer_mem_freed to byte,
146           total_size to words.
147         * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
148           MEM_IMAGE regions.
149         * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
150           and indent appropriately.
151         * mark_rts.c (GC_approx_sp): Access stack.
152         * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
153           callee-saves registers when appropriate.
154           (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
156 2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
158         * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h 
159         and include/gc_ext_config.h.
160         * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
161         * include/gc.h: Undef PACKAGE_* before including gc_config.h.
163 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
165         * configure: Regenerate.
167 2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>
169         PR libgcj/18699
170         Revert patches of 2004-11-26 and 2004-11-27.
172 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
174         * configure: Regenerate for libtool change.
176 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
178         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
180 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
182         Fix "PACKAGE_NAME redefined" errors.
183         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
184         and include/gc_config.h.
185         * configure: Regenerated.
186         * include/gc_config.h.in: No longer auto-generated. Define only the
187         macros needed by libjava.
188         * include/config.h.in: Generated by autoheader.
189         * include/gc.h: Include config.h, not gc_config.h.
191 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
193         * configure: Regenerate for libtool reversion.
195 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
197         * configure: Regenerate for libtool change.
199 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
201         * configure.ac (machdep): Use sparc_mach_dep.lo on
202         sparc64-sun-solaris2.* too.
203         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
204         * configure: Regenerate.
206 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
208         PR target/18444
209         * configure.ac (threading): Accept 'posix95'.
210         * configure: Regenerate.
212 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
214         * Makefile.am: Define ACLOCAL_AMFLAGS.
215         * configure.ac: Remove redundant sinclude.
216         * acinclude.m4: Delete file.
217         * aclocal.m4: Regenerate.
218         * Makefile.in, include/Makefile.in: Regenerate.
219         * configure: Regenerate.
221 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
223         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
224         Add prototype.
226 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
228         * include/private/gcconfig.h: Add m32r-linux target.
230 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
232         * configure.ac: Update all AC_DEFINEs to newer style.
233         * configure: Regenerate.
234         * include/gc_config.h.in: Regenerate.
236 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
238         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
239         GC_print_back_graph_stats): split GC_traverse_back_graph.
240         * backgraph.c: Dynamically grow in_progress_space.
241         * finalize.c (GC_notify_or_invoke_finalizers): also call
242         GC_print_back_graph_stats.
243         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
244         GC_print_back_height): Move delarations to header file.
245         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
246         * configure: Regenerate.
247         
248 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
250         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
251         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
253 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
255         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
256         Reported by Danny Smith.
258 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
260         * misc.c (GC_init): Replace lhs cast with rhs cast.
262 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
264         * specific.c: Check GC_LINUX_THREADS before including 
265         private/specific.h. From Richard Earnshaw.
267 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
269         * aclocal.m4: Remove obsolete construct for old automake.
270         * acinclude.m4: Regenerate with aclocal 1.9.1.
271         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
272         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
273         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
274         Remove now-redundant subst of target_noncanonical.  Remove
275         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
276         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
277         Use slightly more modern form of AC_INIT.
278         * configure: Rebuild with autoconf 2.59.
279         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
281 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
283         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
284         since they're not known at this time.
285         * solaris_pthreads.c: Likewise.
287 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
289         PR target/14931
290         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
292 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
294         * configure.ac (gc_cflags): Add -Iinclude.
295         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
296         Don't write DEFS to boehm-cflags file.
297         * configure: Rebuilt.
298         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
299         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
300         * include/gc_config_macros.h: Remove backward-compatibility 
301         redefinitions of GC_ names.
302         * include/gc.h: Include <gc_config.h>.
304 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
306         Import Boehm GC version 6.3.
308 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
310         * include/Makefile.in: Regenerate
312 2004-07-06  Andrew Pinski  <apinski@apple.com>
314         * os-dep.c (GC_task_self): Declare as static
315         and remove the second declaration.
317 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
319         * Makefile.am: Add rule for .S files to fix bootstrap on
320         solaris and alpha.
321         * Makefile.in: Regenerate.
323 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
325         * boehm-gc/configure.ac: New name of configure.in.
326         Remove useless multilib stuff.  Change uses of
327         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
328         * boehm-gc/configure.in: New name of configure.in.
329         * boehm-gc/Makefile.am: Update for automake 1.8.5.
330         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
331         * boehm-gc/aclocal.m4: Regenerate.
332         * boehm-gc/configure: Regenerate.
333         * boehm-gc/Makefile.in: Regenerate.
335 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
337         * .cvsignore: New file.
339 2004-04-25  Andreas Jaeger  <aj@suse.de>
341         * mark.c (GC_mark_from): Use pointer as prefetch argument.
343 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
345         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
346         for gcc >= 3.0.
347         (PREFETCH_FOR_WRITE): Likewise.
349 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
351         * configure.ac: Bump AC_PREREQ to 2.59.
352         * configure: Regenerate.
353         * config.in: Regenerate.
355 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
357         * ltconfig, ltmain.sh: Remove unused files.
358         * configure.in: Remove bogus extra early invocation of
359         AC_CONFIG_AUX_DIR.
360         * configure: Regenerate.
361         * mkinstalldirs, install-sh, config.sub, config.guess:
362         Remove (now) unused files.
363         * Makefile.in: Regenerate (losing references to vanished
364         files).
366         * configure.in: Add CCAS, CCASFLAGS for future automakes.
367         * configure, Makefile.in, include/Makefile.in: Regenerate.
369         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
370         * Makefile.in: Regenerate.
372         * configure.in: Remove bogus duplicate invocation of
373         AM_MAINTAINER_MODE.  Remove obsolete comment.
374         * configure: Regenerate.
376         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
377         to configure.in.
378         * aclocal.m4: Regenerate.
379         * configure.in: Receive contents of GC_CONFIGURE macro.
380         * configure: Regenerate.
382         * configure.in: Remove more obsolete, bogus code.
383         * configure: Regenerate.
385         * acinclude.m4: Remove obsolete and bogus constructs.
386         * aclocal.m4: Regenerate.
387         * configure: Regnerate.
389 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
391         * acinclude.m4: De-precious CC and CXX so that the right flags
392         are passed down to multilibs.
393         * aclocal.m4: Regenerate.
394         * configure: Regenerate.
396 2004-02-22  Zack Weinberg <zack@codesourcery.com>
397             Nathanael Nerode <neroden@twcny.rr.com>
398             Alexandre Oliva <aoliva@redhat.com>
400         * config.sub, config.guess: Replace with forwarding scripts
401         which invoke the master copies in the top level.
403 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
405         * acinclude.m4: Remove old no-executables workaround;
406         add new no-executables workaround.
407         * aclocal.m4: Regenerate.
408         * configure.in: Change prereqs to autoconf 2.57.
409         * configure: Regenerate with autoconf 2.57.
411         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
412         * configure: Regenerate.
413         * Makefile.am: Use target_noncanonical variable from configure.
414         * Makefile.in: Regenerate.
415         * include/Makefile.in: Regenerate.
417 2004-02-20  Andrew Cagney  <cagney@redhat.com>
419         * config.guess: Update from version 2002-01-10 to 2004-02-16.
420         * config.sub: Update from version 2002-01-02 to 2004-02-16.
422 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
424         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
425         * aclocal.m4: Rebuild.
426         * configure: Regenerate.
428         * acinclude.m4: Move certain code to configure.in.
429         * configure.in: Receive code from acinclude.m4.
430         * aclocal.m4: Rebuild.
431         * configure: Regenerate.
433         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
435 2004-01-20  Andrew Haley  <aph@redhat.com>
437         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
439         * configure.in: Comment change.
441 2004-01-16  Andrew Haley  <aph@redhat.com>
443         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
444         add for ia64; remove for MIPS.
445         * configure: Regnerated.
447 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
449         * configure.in: Add in AC_PREREQ(2.13)
451 2004-01-07  Dave Jones <davej@redhat.com>
453         * malloc.c (GC_generic_malloc): Correct initialization typo.
454         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
456 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
458         * include/private/gcconfig.h: Re-install change of 2003-04-16.
460 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
462         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
463         _MIPS_SIM_ABI32.
465 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
467         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
468         unsure comment.
470 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
472         * configure: Rebuild.
474 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
476         * configure.in: Remove NO_GETENV definition for win32.
477         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
478         * misc.c (GC_init_inner): Call GC_thr_init for win32.
479           (GC_set_warn_proc): Add assertion.
480         * win32_threads.c: Import 6.3alpha2 version.
481         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
483 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
485         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
486         2.3/SPARC, there are no micro versions.
487         Treat Solaris 10 and up alike.
488         * configure: Regenerate.
490 2003-09-22  Anthony Green  <green@redhat.com>
492         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
493         "NOSYS" targets.
495 2003-09-20    <green@redhat.com>
497         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
498         check for __arm__ or __thumb__.
500 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
502         * configure: Regenerate.
504 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
505             Roger Sayle <roger@eyesopen.com>
507         * configure.in: Set INCLUDES to absolute path.
508         Save $INCLUDES in boehm-cflags, too.
509         Set INCLUDES so it's available to config.status.
510         * configure: Regenerate.
512 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
514         * include/gc.h (GC_CreateThread): Declare with WINAPI
515         attribute.
516         * win32_threads.c (GC_CreateThread): Make definitions consistent
517         with declaration.  Cast &thread_table[i].handle to PHANDLE
518         in call to DuplicateHandle
519         (thread_start): Declare as static.
521 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
523         * dyn_load.c: Define __private_extern__ to match Apple's system
524         header.
526 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
528         * os_dep.c: Remove redundancy introduced in last merge.
530 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
532         Import GC 6.3alpha1.
533         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
534         * ChangeLog: Likewise.
535         * Makefile.am: Likewise.
536         * Makefile.direct: Likewise.
537         * Makefile.dj: Likewise.
538         * allchblk.c: Likewise.
539         * alloc.c: Likewise.
540         * backgraph.c: Likewise.
541         * configure.host: Likewise.
542         * configure.in: Likewise.
543         * dbg_mlc.c: Likewise.
544         * dyn_load.c: Likewise.
545         * finalize.c: Likewise.
546         * gc_cpp.cc: Likewise.
547         * gc_dlopen.c: Likewise.
548         * gcj_mlc.c: Likewise.
549         * if_mach.c: Likewise.
550         * mach_dep.c: Likewise.
551         * malloc.c: Likewise.
552         * mallocx.c: Likewise.
553         * mark.c: Likewise.
554         * mark_rts.c: Likewise.
555         * misc.c: Likewise.
556         * os_dep.c: Likewise.
557         * ptr_chck.c: Likewise.
558         * reclaim.c: Likewise.
559         * solaris_pthreads.c: Likewise.
560         * solaris_threads.c: Likewise.
561         * sparc_mach_dep.S: Likewise.
562         * threadlibs.c: Likewise.
563         * typd_mlc.c: Likewise.
564         * version.h: Likewise.
565         * win32_threads.c: Likewise.
566         * Mac_files/MacOS_Test_config.h: Likewise.
567         * Mac_files/MacOS_config.h: Likewise.
568         * cord/cordbscs.c: Likewise.
569         * cord/cordprnt.c: Likewise.
570         * cord/de_win.c: Likewise.
571         * doc/README: Likewise.
572         * doc/README.MacOSX: Likewise.
573         * doc/README.changes: Likewise.
574         * doc/README.environment: Likewise.
575         * doc/README.ews4800: Likewise.
576         * doc/README.linux: Likewise.
577         * doc/README.macros: Likewise.
578         * doc/README.win32: Likewise.
579         * doc/debugging.html: Likewise.
580         * doc/gcdescr.html: Likewise.
581         * doc/tree.html: Likewise.
582         * include/Makefile.in: Likewise.
583         * include/gc.h: Likewise.
584         * include/gc_cpp.h: Likewise.
585         * include/gc_local_alloc.h: Likewise.
586         * include/gc_mark.h: Likewise.
587         * include/gc_pthread_redirects.h: Likewise.
588         * include/gc_typed.h: Likewise.
589         * include/new_gc_alloc.h: Likewise.
590         * include/private/dbg_mlc.h: Likewise.
591         * include/private/gc_hdrs.h: Likewise.
592         * include/private/gc_locks.h: Likewise.
593         * include/private/gc_pmark.h: Likewise.
594         * include/private/gc_priv.h: Likewise.
595         * include/private/gcconfig.h: Likewise.
596         * include/private/solaris_threads.h: Likewise.
597         * include/private/specific.h: Likewise.
598         * tests/test.c: Likewise.
599         * tests/test_cpp.cc: Likewise.
601         * configure: Rebuild.
602         * Makefile.in: Rebuild.
604         * mips_sgi_mach_dep.s: Add.
606         * alpha_mach_dep.s: Remove.
607         * irix_threads.c: Remove.
608         * linux_threads.c: Remove.
609         * mips_sgi_mach_dep.S: Remove.
610         * missing: Remove.
611         * powerpc_macosx_mach_dep.s: Remove.
612         * doc/Makefile.am: Remove.
613         * doc/Makefile.in: Remove.
615 2003-07-25  Roger Sayle  <roger@eyesopen.com>
617         * configure.host: Only use +ESdbgasm when using the HPUX native
618         compiler on PA-Risc.  It isn't recognized by GCC and is silently
619         ignored by HP's compilers on ia64.
621 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
623         * configure.in: define GC_DLL under mingw if --enable-shared
624         * configure: rebuilt
625         * win32_threads.c: add #ifdef GC_DLL around DllMain
627 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
629         * include/private/gcconfig.h: Add support for arm-netbsdelf.
631 2003-04-09  Tom Tromey  <tromey@redhat.com>
633         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
634         POWERPC.
635         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
637 2003-03-22  Richard Henderson  <rth@redhat.com>
639         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
640         (GC_test_and_set): Use __sync_lock_test_and_set.
641         (GC_clear): Use volatile assignment.
642         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
643         (GC_memory_write_barrier): Use __sync_synchronize.
645 2003-03-12  Andreas Schwab  <schwab@suse.de>
647         * configure.in: Avoid trailing /. in toolexeclibdir.
648         * configure: Rebuilt.
650 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
651         * include/private/gcconfig.h (GC_data_start): declare when needed.
652         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
653         declaration.
654         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
655         GC_register_dynlib_callback): Register main data for static
656         executable if dl_iterate_phdr() didn't.
657         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
658         if we don't expect to register main static data.
660 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
661         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
662         (GC_push_roots): explicitly mark free list headers, register
663         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
664         * alloc.c (GC_stopped_mark): Conditionally call
665         GC_cond_register_dynamic_libraries().
666         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
667         * dyn_load.c (GC_register_main_static_data): define.
668         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
669         no longer skip main data.
670         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
671         (GC_init_inner): Make main data registration conditional.
672         * include/private/gc_priv.h (GC_register_main_static_data): declare.
673         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
674         for LINUX.
676 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
678         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
679         config.status.
680         * configure: Rebuilt.
682 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
684         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
686 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
688         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
689         Remove USE_LIBDIR conditional.
690         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
691         * Makefile.in, configure: Rebuilt.
693 2002-12-31  Tom Tromey  <tromey@redhat.com>
695         For PR libgcj/8933:
696         * include/Makefile.in: Rebuilt.
697         * include/Makefile.am (noinst_HEADERS): Renamed from
698         include_HEADERS.
700 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
702         * ltconfig (osf[345]): Append $major to soname_spec.
703         Reflect this in library_names_spec.
704         * ltmain.sh (osf): Prefix $major with . for use as extension.
706 2002-10-02  Andreas Jaeger  <aj@suse.de>
708         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
710 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
712         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
713         check for __arm__ or __thumb__.
715 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
717         * include/private/gcconfig: Add machine type S390.  Add s390x support.
718         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
719         (GC_compare_and_exchange): Likewise.
721 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
723         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
725 2002-08-23  Adam Megacz <adam@xwt.org>
727         * win32_threads.cc: Removed extraneous ABORT()
729 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
731         * Makefile.am (all-multi): Fix multilib parallel build.
733 2002-07-18  Bo Thorsen  <bo@suse.de>
735         * include/private/gcconfig.h: Add x86-64 definitions.
736         * os_dep.c: Add x86-64 support.
737         * configure.in: Likewise.
738         * configure: Regenerate.
740 2002-07-18  H.J. Lu <hjl@gnu.org>
742         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
744 2002-07-18  H.J. Lu  (hjl@gnu.org)
746         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
747         Linux/mips.
749 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
750             Jonathan Clark
752         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
754 2002-06-09  H.J. Lu  (hjl@gnu.org)
756         * include/private/gc_locks.h (GC_test_and_set): Support
757         Linux/mips.
758         (GC_TEST_AND_SET_DEFINED): Likewise.
760         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
761         Linux/mips.
762         (DATAEND): Likewise.
763         (LINUX_STACKBOTTOM): Likewise.
764         (STACKBOTTOM): Removed for Linux/mips.
766 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
768         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
769         (GC_pthread_create): Fix typo.
770         (GC_TRY_LOCK): Likewise.
771         * include/private/gc_locks.h (GC_test_and_set): Only take one
772         one argument.
773         (LOCK): Adjust appropriately.
774         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
775         _SIGRTMIN is unavailable.
777 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
779         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
780         * aclocal.m4: Regenerate.
781         * configure: Regenerate.
783 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
785         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
786         script entry, and set LD to it when configuring multilibs.
787         * configure: Rebuilt.
789 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
791         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
792         (noinst_LTLIBRARIES): Add libgcjgc.la.
794         * Makefile.in: Rebuild.
796 2002-04-22  David S. Miller  <davem@redhat.com>
798         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
799         64-bit SPARC Linux, the __libc_stack_end technique does
800         not work in this case.
802 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
804         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
806 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
808         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
809         SPARC Linux.
811 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
813         * include/private/gcconfig.h (DATAEND): Update comment example
814         to match reality.
816 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
818         * include/private/gcconfig.h (DATAEND): Clarify comment.
820 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
822         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
823         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
824         declare.
825         * allchblk.c (GC_allchblk_nth): Change text and support reduced
826         frequency for blacklist warning message.
827         * misc.c (GC_large_alloc_warn_interval,
828         GC_large_alloc_warn_suppressed): define.
829         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
830         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
831         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
832         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
834         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
836 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
838         * include/private/gcconfig.h: Add support for an unmapped
839         memory hole between the end of the initialized data segment
840         and the start of the BSS on FreeBSD/i386.
842 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
844         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
845         NetBSD/i386.
847 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
849         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
850         (GC_local_gcj_malloc): Add assertion.
851         (start_mark_threads): Fix abort message.
852         * mark.c (GC_mark_from): Generalize assertion.
853         * reclaim.c (GC_clear_fl_links): New function.
854         (GC_start_reclaim): Must clear some freelist links.
855         * include/private/specific.h, specific.c: Add assertions.
856         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
857         Rearrange tse fields.
859 2002-03-27  Richard Henderson  <rth@redhat.com>
861         * os_dep.c (GC_init_linux_data_start): Fix references to
862         __data_start and _end.
864 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
866         * include/private/gcconfig.h: Change all likely references
867         to linker script synthesized symbols to use this idiom:
868         extern int etext[]; etext
870 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
872         * linux_threads.c (GC_get_nprocs): Close file descriptor.
874 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
876         * include/private/gcconfig.h: Add unified test for FreeBSD.
877         Support FreeBSD/alpha.
878         * os_dep.c: Do not include <machine/trap.h> unless available.
879         (GC_freebsd_stack_base): Fix types.
881 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
883         * Makefile.am: Make a convenience library.
884         * Makefile.in: Rebuilt.
886 2002-03-15  Anthony Green  <green@redhat.com>
888         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
889         * configure.in: Disable use of getenv for win32 targets (some of
890         which have broken implementations).
891         * configure: Rebuilt.
893 2002-03-12  Adam Megacz  <adam@xwt.org>
895         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
896         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
897         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
898         statically initialized it to TRUE if compiling with GCC.
899         * win32_threads.c (thread_start): We no longer use SEH if
900         compiling with GCC.
901         * mark.c (GC_mark_some): We no longer use SEH if
902         compiling with GCC.
904 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
906         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
907         support is enabled, for hash synchronization.
909 2002-02-24  Adam Megacz  <adam@xwt.org>
911         * Makefile.am: Added win32_threads.c to sources list.
912         * win32_threads.c: Added two */'s which I had neglected.
914 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
916         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
917         * Makefile.in: Rebuilt.
919 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
921         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
923         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
924         preprocessor file.
925         * mips_sgi_mach_dep.S: Likewise.
926         * Makefile.am: Update for above changes.
927         * Makefile.in: Rebuilt.
929 2002-02-12  Richard Henderson  <rth@redhat.com>
931         * configure.in: Re-apply 2001-06-26 configure change.
932         * configure: Rebuild.
934 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
936         Imported GC 6.1 Alpha 3.
938         * sparc_mach_dep.S: Delete incorrectly named file.
940 2001-02-11  Adam Megacz <adam@xwt.org
942         * configure.in: support for win32, saner
943         cross-compile options
945 2001-02-08  Anthony Green  <green@redhat.com>
947         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
948           board embedded targets.
949         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
950           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
951           redundant uses of ECOS.
952         * misc.c: Use NOSYS where ECOS is being used.
953           Don't define GC_write twice for ECOS systems.
954           (GC_write): New function for NOSYS targets.
956 2002-02-06  Adam Megacz <adam@xwt.org>
958         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
959         now exposed on all Win32 platforms.
960         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
961         compiles on Win32; it invokes CreateThread() if GC is built
962         as a DLL; otherwise it registers the thread.
963         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
964         libgcjgc was not built as a DLL.
966 2002-02-01  Adam Megacz <adam@xwt.org>
968         * boehm-gc on win32 now automatically detects if it is being built
969         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
971 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
973         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
974         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
975         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
976         DATASTART and DATAEND roots.
977         * rs6000_mach_dep.s: Add function descriptor and traceback table.
979 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
981         * dyn_load.c: Define ElfW (if needed) for all targets,
982         not just GNU/Linux.
983         (GC_FirstDLOpenedLinkMap): Use it.
984         (GC_register_dynamic_libraries_dl): Use it.
985         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
986         for sparcv9.
988 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
990         PR other/3725
991         * configure.in: Add AC_SUBST(target_alias).
992         * configure: Regenerated.
994 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
996         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
997         case for GC_FREEBSD_THREADS.
998         * configure.in (*-*-freebsd*): Clarify warning.
999         * configure: Rebuilt.
1001 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
1002             Andreas Tobler <toa@pop.agri.ch>
1004         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1006 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1008         * linux_threads.c (GC_init_parallel): Do not declare as a static
1009         constructor.
1010         * include/gc.h (GC_init): Declare here. Add description.
1011         * include/private/gc_priv.h (GC_init): Remove declaration.
1013 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1015         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1016         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1017         GC_FREEBSD_THREADS, handle strange interaction between system
1018         pthread implementation and boehm-gc signal-handler architecture.
1019         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1020         set stack.
1021         * include/private/gcconfig.h (configuration keyed off FREEBSD):
1022         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
1023         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1025 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1027         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1028         * Makefile.in: Rebuilt.
1030 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1032         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1033         merged local changes.
1035 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1037         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1038         Solaris 2/Intel definition.
1040         * configure.in (i?86-*-solaris2.[89]*): Define
1041         SOLARIS25_PROC_VDB_BUG_FIXED.
1042         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1043         * configure: Regenerate.
1045         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1046         (DATAEND): Define using _end.
1048 2001-09-11  Per Bothner  <per@bothner.com>
1050         * include/Makefile.am:  New file.  It defines include_HEADERS.
1051         * Makefile.am (SUBDIRS):  New macro, set to include.
1052         * configure.in (AC_OUTPUT):  Add include/Makefile.
1054 2001-08-20  Tom Tromey  <tromey@redhat.com>
1056         * configure: Rebuilt.
1057         * configure.in: Always ask gcc for threads package.
1059 2001-08-17  Tom Tromey  <tromey@redhat.com>
1061         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1062         merged local changes.
1064 2001-08-02  David Billinghurst <David.Billinghurst>
1066         * configure: Rebuilt.
1067         * configure.in:  POSIX threads on cygwin does not link with
1068         -lpthreads.
1070 2001-07-03  Tom Tromey  <tromey@redhat.com>
1072         Fix for PR bootstrap/3281:
1073         * aclocal.m4, configure, Makefile.in: Rebuilt.
1074         * acinclude.m4: Set mkinstalldirs for in-tree build.
1076 2001-06-26  Richard Henderson  <rth@redhat.com>
1078         * alpha_mach_dep.s: Mark call-saved FP registers.
1079         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1080         * configure.in (alpha*): Re-enable alpha_mach_dep.s
1081         * configure: Rebuild.
1083 2001-06-12  Tom Tromey  <tromey@redhat.com>
1085         * aclocal.m4, configure: Rebuilt.
1086         * acinclude.m4: Find configure.host in srcdir.
1088 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1090         * configure.in (AC_EXEEXT): Work around in case it expands to
1091         nothing, as in autoconf 2.50.
1092         * acinclude.m4: Likewise.
1093         * aclocal.m4, configure: Rebuilt.
1095 2001-06-07  Tom Tromey  <tromey@redhat.com>
1097         For PR bootstrap/3075:
1098         * configure, aclocal.m4, Makefile.in: Rebuilt.
1099         * configure.in: Don't call AC_CONFIG_AUX_DIR or
1100         AC_CANONICAL_SYSTEM.
1101         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1102         AC_CANONICAL_SYSTEM here.
1103         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1104         boehm_gc_basedir.
1106 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1108         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1109         (libgcjgc_la_SOURCES): Remove typo.
1110         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1111         * Makefile.in: Rebuilt.
1113 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1115         Imported version version 6.0alpha7.
1117         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1118         README.amiga, README.debugging, README.dj, README.hp, README.linux,
1119         README.rs6000, README.sgi, README.solaris2, README.uts,
1120         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1121         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1122         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1123         hpux_irix_threads.c, makefile.depend, nursery.c,
1124         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1125         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1126         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1127         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1128         files.
1130 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
1132         * configure.host: Build with -fexceptions.
1133         * linux_threads.c: Remember which thread stopped world for
1135 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
1136             with final tuning by Bryce McKinlay
1138         * configure.in: Add support for --enable-threads=posix on FreeBSD.
1139         * configure: Rebuilt.
1141 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
1143         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1144         (GC_noop1): Change declaration to take one argument.
1146 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
1148         * configure.in: Obtain THREADS with `gcc -v'.
1149         * configure: Rebuilt.
1151 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
1153         * misc.c: Back out buggy changes to stack clearing code.
1154         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1155         spent clearing memory.
1157 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
1159         * finalize.c:
1160         - Accomodate finalization requests for static objects.
1161           (Will be required by hash synchronization.  May be needed
1162           in some configurations now.)
1164         * gc_priv.h:
1165         - Define MIN_WORDS.  All allocation requests are rounded
1166           up to at least this size.  Removes a subtle assumption that
1167           Java objects have a 2 word header.
1169         * gcconfig.h:
1170         - Adjust Linux/IA64 configuration for non-ancient kernels.
1171           (Necessary fix for IA64.)
1173         * linux_threads.c:
1174         - Fix syntax error in currently unused code.  Will be needed
1175           for Linux/PA-RISC.
1177         * malloc.c:
1178         - Handle MIN_WORDS.
1180         * misc.c:
1181         - Handle MIN_WORDS.
1182         - Change stack cleaning code to typically clear about one tenth
1183           the memory it used to in the threads configuration.  Occasionally
1184           still clear more.  (This is really a fix for a long-standing
1185           and fairly significant performance bug with threads.)
1187         * os_dep.c:
1188         - Fix the code for finding the beginning of the data segment under
1189           Linux.  I believe this is necessary for some IA64 Linux
1190           distributions.  It will also helo other platforms, though those
1191           may additionally require a gcconfig.h adjustment.  (This basically
1192           works around the absence of a data_start or __data_start
1193           definition in glibc.)
1195         * test.c:
1196         - Handle rounding due to MIN_WORDS.
1198 2001-03-22  Tom Tromey  <tromey@redhat.com>
1200         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1202 2001-03-19  Tom Tromey  <tromey@redhat.com>
1204         * Makefile.in: Rebuilt.
1205         * Makefile.am (gctest_LDFLAGS): new macro.
1207 2001-03-16  Tom Tromey  <tromey@redhat.com>
1209         * Makefile.in: Rebuilt.
1210         * Makefile.am (TESTS_ENVIRONMENT): New macro.
1212 2001-01-23  Rod Stewart <stewart@lab43.org>
1214         * gcconfig.h: Check for `__arm__', not `arm'.
1216 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
1218         * configure.in: Rename THREADLIB to THREADLIBS.
1219         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1220         ensures that we link the correct version of the linuxthreads semaphore
1221         functions.
1222         * Makefile.in: Rebuilt.
1223         * configure: Rebuilt.
1225         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1226         list of signals which are not blocked during suspend in the NO_SIGNALS
1227         case.
1229 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
1231         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1233 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
1235         * Makefile.dist: Renamed from Makefile.orig.
1237 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1239         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1240         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1241         set accordingly.
1242         * Makefile.in: Rebuilt.
1243         * configure: Likewise.
1245 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
1247         * gcconfig.h: Add new case for powerpc EABI.
1248         [PPC]: Handle embedded OS for powerpc simulator.
1250 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
1252         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1253         cross-compile configuration only.
1254         * Makefile.am: Build gcj_mlc.c.
1255         * configure, Makefile.in: Rebuilt.
1257 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1259         * acinclude.m4: Include libtool macros from the top level.
1260         * aclocal.m4, configure: Rebuilt.
1262 2000-09-04  Anthony Green  <green@redhat.com>
1264         Fix for PR libgcj/230:
1265         * mark.c (GC_mark_from_mark_stack): Remove call to
1266         GC_debug_object_start.
1267         * gc_priv.h (GC_debug_object_start): Remove prototype.
1269 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
1271         * gcconfig.h [OSF1] (_end): Declare as `int'.
1273 2000-08-02  Tom Tromey  <tromey@cygnus.com>
1275         * gc_priv.h (GC_generic_malloc_inner): Prototype.
1276         (GC_generic_malloc): Likewise.
1277         (GC_add_to_black_list_normal): Likewise.
1278         (GC_find_header): Likewise.
1279         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1280         * gc_mark.h (GC_find_start): Prototype.
1281         (GC_signal_mark_stack_overflow): Likewise.
1283 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
1285         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1286         * configure: Rebuilt.
1288         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1290 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
1292         Imported version 5.1.
1293         * acinclude.m4: Push version to 5.1.
1295 2000-06-19  Andrew Haley  <aph@cygnus.com>
1297         * os_dep.c (read): Pass two dummy args to syscall().
1299 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
1301         Imported 5.0 release version.
1302         * acinclude.m4: Increment version to 5.0.
1304 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
1306         Imported version 5.0alpha7.
1307         * acinclude.m4: Update version to 5.0a7.
1309 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
1311         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1312         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1313         - sparc glibc does not provide it.
1314         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1315         Make STACKBOTTOM depend on the wordsize.
1316         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1317         (struct frame): Declare on sparc*-linux*.
1318         (GC_save_callers): Bias the frame pointers if needed (sparc64).
1319         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1320         Implement on sparc64.
1321         (GC_clear_stack_inner): Implement on sparc64.
1322         * gc_priv.h (GC_test_and_set): Implement for sparc.
1323         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1324         GC_save_regs_in_stack on sparc.
1326 2000-04-23  Tom Tromey  <tromey@cygnus.com>
1328         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1330 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
1332         Imported version version 5.0alpha6.
1333         * acinclude.m4: Bump version to 5.0a6.
1334         * configure.in: Don't use alpha_mach_dep.s.
1335         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1336         obsolete files.
1337         * Makefile.am, Makefile.in: irix_threads.c is now
1338         hpux_irix_threads.c.
1339         * Makefile.orig: Updated from gc distribution Makefile.
1341 2000-03-26  Anthony Green  <green@redhat.com>
1343         * misc.c (GC_enable): Always define GC_enable and GC_disable.
1345 2000-02-14  Tom Tromey  <tromey@cygnus.com>
1347         * gc.h (dlopen): Define as GC_dlopen on Linux.
1348         (GC_dlopen): Declare on Linux.
1349         * dyn_load.c (GC_dlopen): Define for Linux.
1351 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
1353         * gcconfig.h (DATASTART): Add missing extern declaration
1354         for data_start on powerpc.
1356 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
1358         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1359         NO_SIGNALS case.
1361 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
1363         * gcconfig.h: Define DATASTART for Alpha Linux.
1365 1999-12-19  Anthony Green  <green@cygnus.com>
1367         * gcconfig.h: Use libgcj hack for Alpha Linux.
1368         Undefine MPROTEXT_VDB (from Jeff Sturm).
1369         * os_dep.c: Remove Alpha Linux hacks.
1370         * misc.c: Ditto.
1372 1999-12-13  Tom Tromey  <tromey@cygnus.com>
1374         * aclocal.m4, configure: Rebuilt.
1375         * acinclude.m4: Changed version to 5.0a4.
1376         * Makefile.in: Rebuilt.
1377         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1379 1999-12-12  Anthony Green  <green@cygnus.com>
1381         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1382         Linux.
1383         (DYNAMIC_LOADING): Define for PowerPC Linux.
1384         * os_dep.c: Remove some special cases for PowerPC Linux.
1385         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1386         for PowerPC Linux.
1388 1999-11-04  Tom Tromey  <tromey@cygnus.com>
1390         * Makefile.in: Rebuilt.
1391         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1393         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1394         (GC_thr_init): Don't declare.
1396         * configure: Rebuilt.
1397         * configure.in: Removed qt threads case.
1398         * dyn_load.c: Don't mention QUICK_THREADS.
1399         * os_dep.c: Don't mention QUICK_THREADS.
1400         * misc.c: Don't mention QUICK_THREADS.
1401         * gcconfig.h: Don't mention QUICK_THREADS.
1402         * gc_priv.h: Removed QUICK_THREADS code.
1403         * quick_threads.c: Removed.
1405 1999-11-03  Tom Tromey  <tromey@cygnus.com>
1407         * gcconfig.h: Merged in local changes from old config.h.
1409 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
1411         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1413 1999-11-02  Tom Tromey  <tromey@cygnus.com>
1415         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1417         * configure: Rebuilt.
1418         * configure.in: Don't create boehm-config.h.
1419         * Makefile.in: Rebuilt.
1420         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1421         config.h.
1422         ($(all_objs)): Depend on gcconfig.h.
1423         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1424         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1425         * config.h: Removed.
1427 1999-11-01  Tom Tromey  <tromey@cygnus.com>
1429         * Makefile.in: Rebuilt.
1430         * Makefile.am (gctest_LDADD): Added THREADLIB.
1431         (TESTS): New macro.
1432         * configure: Rebuilt.
1433         * configure.in (INCLUDES): New subst.
1435 1999-09-29  Steve Chamberlain  <sac@pobox.com>
1437         * config.h: Added picoJava target.
1438         * mach_dep.h (GC_push_regs):  New code for picoJava.
1440 1999-09-28  Tom Tromey  <tromey@cygnus.com>
1442         * aclocal.m4, configure: Rebuilt.
1443         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1444         appropriate AC_PROG_ symbol.
1446 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1448         * gc_priv.h:  IRIX thread changes from
1449         include/private/gc_priv.h.
1451 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1453         * Makefile.in: Rebuilt.
1454         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1455         builds.
1457         * configure: Rebuilt.
1458         * configure.in: Properly align --help output, fix capitalization
1459         and punctuation.
1460         * acinclude.m4: Likewise.
1462 1999-08-04  Tom Tromey  <tromey@cygnus.com>
1464         * configure.in: Added missing `;;'.  From Anthony Green.
1466 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1468         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1470 1999-08-03  Tom Tromey  <tromey@cygnus.com>
1472         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1473         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1475 1999-08-02  Tom Tromey  <tromey@cygnus.com>
1477         * aclocal.m4, configure: Rebuilt for new libtool.
1479 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
1481         * mips_sgi_mach_dep.s: Enable PIC option.
1483 1999-07-19  Tom Tromey  <tromey@cygnus.com>
1485         * config.h (MPROTECT_VDB): Don't define on Linux.
1487 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1489         * Makefile.am (.s.lo): Avoid `#line' directives.
1490         * Makefile.in: Rebuilt.
1492 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1494         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1495         generate *-recursive for this Makefile, use *-am instead.
1496         * Makefile.in: Rebuilt.
1498 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
1500         * Makefile.am (.s.lo): Renamed from `.s.o'.
1501         * Makefile.in: Rebuilt.
1503 1999-06-21  Tom Tromey  <tromey@cygnus.com>
1505         Alpha patch from Jeff Sturm:
1506         * os_dep.c (GC_init_linuxalpha): New function.
1507         * misc.c: Initialize for alpha linux.
1508         * gc_priv.h (GC_test_and_set): Define for alpha.
1509         * config.h: Don't assume __data_start on alpha.
1511         * Makefile.in: Rebuilt.
1512         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1513         -release.
1515         * Makefile.in: Rebuilt.
1516         * Makefile.am (toolexeclibdir): Define as libdir when
1517         appropriate.
1518         * configure: Rebuilt.
1519         * configure.in (USE_LIBDIR): New conditional.
1521         * configure: Rebuilt.
1522         * configure.in: Recognize all forms of alpha.
1524 1999-06-17  Anthony Green  <green@cygnus.com>
1526         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1527         Carlo Dapor <carlo@vis.ethz.ch>).
1529 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
1531         * configure.in: Switch from irix threads to posix threads
1532         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1533         for mips architecture.
1534         * configure: Regenerate.
1536 1999-04-30  Tom Tromey  <tromey@cygnus.com>
1538         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1540 1999-04-26  Tom Tromey  <tromey@cygnus.com>
1542         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1543         `weak'.
1545 1999-04-23  Tom Tromey  <tromey@cygnus.com>
1547         * Makefile.in, configure: Rebuilt.
1548         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1549         (libgcjgc_la_SOURCES): Renamed.
1550         (libgcjgc_la_LIBADD): Likewise.
1551         (libgcjgc_la_DEPENDENCIES): Likewise.
1552         (EXTRA_libgcjgc_la_SOURCES): Likewise.
1553         (gctest_LDADD): Use libgcjgc.la.
1554         (all_objs): Mention libgcj_la_OBJECTS.
1555         (EXTRA_LTLIBRARIES): Renamed.
1556         (toollib_LTLIBRARIES): Likewise.
1557         (libgcjgc_la_LDFLAGS): New macro
1558         (toolexecdir): Renamed.
1559         (toolexeclibdir): Likewise.
1560         (toolexeclib_LTLIBRARIES): Likewise.
1561         (LTCOMPILE): Renamed; added libtool invocation.
1562         (LINK): Added libtool invocation.
1563         (.s.o): use LTCOMPILE.
1564         * configure.in: Call AM_PROG_LIBTOOL.
1565         (target_all): Set to libgcjgc.la.
1566         Mention `.lo' forms of object files.
1568 1999-04-21  Tom Tromey  <tromey@cygnus.com>
1570         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1571         GC_stackbottom.
1573         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1574         sigcontext.h.  From Matthias Klose <doko@itso.de>.
1576 1999-04-16  Tom Tromey  <tromey@cygnus.com>
1578         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
1579         David Pettersson <dapet@mai.liu.se>
1581 1999-04-14  Tom Tromey  <tromey@cygnus.com>
1583         * configure: Rebuilt.
1584         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
1585         incorrect patch of 199-04-09.
1587         * configure: Rebuilt.
1588         * configure.in: Added support for alpha.
1589         From David Pettersson <dapet@mai.liu.se>.
1591 1999-04-13  Tom Tromey  <tromey@cygnus.com>
1593         * Makefile.in: Rebuilt.
1594         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1595         solaris-threads.h.
1597 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1599         * configure: Rebuilt.
1600         * configure.in: Use sparc_mach_dep.s when building on Solaris.
1602 1999-02-23  Tom Tromey  <tromey@cygnus.com>
1604         * configure: Rebuilt.
1605         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
1606         SOLARIS_THREADS and _SOLARIS_PTHREADS.
1608 1999-02-18  Tom Tromey  <tromey@cygnus.com>
1610         * quick_threads.c (GC_push_all_stacks): Change order of arguments
1611         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
1612         for case where LO is NULL.
1614 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1616         * aclocal.m4, configure, Makefile.in: Rebuilt.
1617         * acinclude.m4: Updated to be used with automake 1.4.
1618         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
1619         with automake 1.4.
1620         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1621         (libgcjgc_a_SOURCES): Likewise.
1622         (libgcjgc_a_LIBADD): Likewise.
1623         (libgcjgc_a_DEPENDENCIES): Likewise.
1624         (EXTRA_libgcjgc_a_SOURCES): Likewise.
1625         (gctest_LDADD): Likewise.
1626         (all_objs): Likewise.
1628 1999-01-08  Tom Tromey  <tromey@cygnus.com>
1630         * configure: Rebuilt.
1631         * configure.in: Define LINUX_THREADS if using POSIX threads on
1632         Linux.
1634         * gc_priv.h (GC_test_and_set): Put return type into definition.
1636 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1638         * Makefile.am: add support for eCos.  In particular, add C++
1639         support for compiling the file ecos.cc.
1640         * ecos.cc: new file.
1641         * acinclude.m4: add C++ support.
1642         * aclocal.m4: likewise
1643         * config.h: add eCos support.
1644         * configure: likewise
1645         * configure.in: likewise
1646         * misc.c (GC_write): add eCos support.
1647         * os_dep.c (tiny_sbrk): add eCos support.
1649 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
1651         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1652         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1654 1998-11-23  Tom Tromey  <tromey@cygnus.com>
1656         * configure.host (boehm_gc_cflags): Don't add `-O2'.
1658 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
1660         * Makefile.am, Makefile.in, configure.host: tx39 build option
1661         "-G 0" added.
1663 1998-11-17  Tom Tromey  <tromey@cygnus.com>
1665         * configure: Rebuilt.
1666         * configure.in: Switch on host, not target.
1668 1998-11-16  Tom Tromey  <tromey@cygnus.com>
1670         * gc_priv.h (GC_debug_object_start): Declare.
1671         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1672         * gc.h (GC_debug_register_finalizer_no_order,
1673         GC_register_finalizer_no_order): Declare.
1674         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1675         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1676         (GC_debug_generic_malloc): Likewise.
1677         (GC_debug_object_start): new function.
1679 1998-11-11  Tom Tromey  <tromey@cygnus.com>
1681         * configure: Rebuilt.
1682         * configure.in: Recognize --enable-java-gc, not --enable-gc.
1684 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1686         * dyn_load.c: Handle QUICK_THREADS case.
1688 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1690         * configure: Rebuilt.
1691         * configure.in: Put cpp defines here, not in config.h.  Recognize
1692         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1693         define PACKAGE or VERSION.
1694         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1695         Don't define.
1697         * os_dep.c (GC_default_push_other_roots): Define when
1698         QUICK_THREADS defined.
1699         * misc.c: Added QUICK_THREADS case.
1700         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1701         * config.h (THREADS): Define if QUICK_THREADS defined.
1702         * Makefile.in: Rebuilt.
1703         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1704         quick_threads.c.
1705         * quick_threads.c: New file.
1707 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1709         * aclocal.m4, configure: Rebuilt.
1710         * acinclude.m4: Don't subst machine_dir or sys_dir.
1711         * configure.host: Removed unused code.
1713 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1715         * configure: Rebuilt.
1716         * configure.in: Fix typo in previous patch.
1718 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1720         * Makefile.in, aclocal.m4, configure: Rebuilt.
1721         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1722         * configure.host: Created.
1724 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1726         * Makefile.in: Rebuilt.
1727         * Makefile.am (lib_LIBRARIES): Use target_all.
1728         (EXTRA_LIBRARIES): New macro.
1729         * configure: Rebuilt.
1730         * configure.in: Recognize --enable-gc.
1732 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1734         * Makefile.in: Rebuilt.
1735         * Makefile.am (COMPILE): Define.
1736         (LINK): Likewise.
1737         (.s.o): Use MY_CFLAGS.
1738         * configure: Rebuilt.
1739         * configure.in (MY_CFLAGS): Define and subst.
1741 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1743         * configure: Rebuilt.
1744         * configure.in: Added --with-cross-host argument.  Use
1745         $with_cross_host to determine when cross-compiling.
1747         * config.h (SMALL_CONFIG): Don't define.
1748         * configure: Rebuilt.
1749         * configure.in: Define SMALL_CONFIG when cross-compiling.
1751 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1753         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1754         allchblk.c: Merged with 4.13a2 while preserving local changes.
1756         * Makefile.orig: Updated from Makefile in 4.13a2.
1758         * configure: Rebuilt.
1759         * configure.in: Updated version number to 4.13a2.  On Solaris,
1760         don't build with -O when using gcc.
1762         Merged in version 4.13alpha2:
1763         * config.h (USE_MMAP): Re-enable on Solaris.
1764         * solaris_pthreads.c: Removed RCS Id line.
1765         * alpha_mach_dep.s: Removed RCS Id line.
1767 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1769         * config.h (USE_MMAP): Don't define for Solaris.
1771 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1773         * Makefile.in: Rebuilt.
1774         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1776         * Makefile.in: Rebuilt.
1777         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1779 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1781         * Makefile.in: Rebuilt.
1782         * Makefile.am ($(all_objs)): Depend on config.h.
1784         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1785         DATASTART as &_etext.
1786         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1787         * configure: Rebuilt.
1788         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1789         tx39.
1791 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1793         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1794         (GC_maybe_gc): Likewise.
1795         * os_dep.c: If NO_SIGSET defined, then have empty
1796         GC_disable_signals and GC_enable_signals.
1797         * configure: Rebuilt.
1798         * configure.in: Added --with-target-subdir option.  If
1799         cross-compiling, define NO_SIGSET and NO_CLOCK.
1801 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1803         * Makefile.in: Rebuilt.
1804         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1805         (AS): Removed.
1806         * aclocal.m4, configure: Rebuilt.
1807         * acinclude.m4: New file.
1808         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1810 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1812         * configure: Rebuilt.
1813         * configure.in: Link boehm-config.h to config.h.
1814         * Makefile.in: Rebuilt.
1815         * Makefile.am (INCLUDES): Removed.
1816         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1817         JAVA_FINALIZATION): Define
1819 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1821         * Many files: Use GC_bool, not bool.
1822         * gc_priv.h: Define GC_bool, not bool.
1824         * misc.c (GC_dont_gc): Define as int.
1825         (GC_quiet): Likewise.
1826         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1827         * alloc.c (GC_dont_expand): Define as int.
1828         * gc_priv.h: For gcc, define bool as char.
1830 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1832         * Makefile.in: Rebuilt.
1833         * Makefile.am (check_PROGRAMS): New macro.
1834         (gctest_SOURCES): Likewise.
1835         (gctest_LDADD): Likewise.
1837 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1839         * Makefile.in: Rebuilt.
1840         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1841         * configure: Rebuilt.
1842         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1844 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1846         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1847         New files.
1848         * Makefile.orig: Renamed from Makefile.