* tree-vrp.c (extract_range_from_assert): Set the range to VARYING
[official-gcc.git] / boehm-gc / ChangeLog
blob4bcd87cf4401f6aa13faf36a9e89382276220f26
1 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
3         * Makefile.am: Add install-html target. 
4         * Makefile.in: Regenerate.
5         * aclocal.m4: Regenerate.
6         * include/Makefile.in: Regenerate.
8 2006-03-07  Andrew Haley  <aph@redhat.com>
10         * dyn_load.c (GC_has_static_roots): Declare.
11         (GC_register_dynlib_callback): Call GC_has_static_roots.
13 2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
15         * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
16         GC_start_world): Call vm_deallocate to free act_list. Fix from
17         Bruce Mitchener.
19 2006-03-24  Andreas Tobler  <a.tobler@schweiz.ch>
20         John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
22         * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
23         Warn about POSIX threads not being supported for *-*-hpux10*.
24         * configure: Regenerate.
26 2006-02-09  Tom Tromey  <tromey@redhat.com>
28         * pthread_support.c: Conditionally include dlfcn.h.
30 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
31             Anthony Green  <green@redhat.com>
32             Tom Tromey  <tromey@redhat.com>
34         * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
35         * include/gc_config.h.in: Rebuilt.
36         * include/gc_pthread_redirects.h (pthread_create): Conditionally
37         define.
38         * pthread_support.c (pthread_create_): New global.
39         (constr): New function.
40         (pthread_create): Conditionally renamed.
41         * configure: Rebuilt.
42         * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
44 2006-02-04  Alan Modra  <amodra@bigpond.net.au>
46         * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
47         use broken 64-bit version.
49 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
51         * darwin_stop_world.c: Change inline asm instruction to ld as ldz
52         is wrong.
54         * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
55         * Makefile.in: Regenerate.
57 2006-01-25  Bryce McKinlay  <mckinlay@redhat.com>
59         * include/private/gcconfig.h: Revert to GC 6.6 version, removing
60         all local changes.
62 2006-01-24  Bryce McKinlay  <mckinlay@redhat.com>
64         Import Boehm GC version 6.6.
66 2006-01-24  David Ayers  <d.ayers@inode.at>
68         PR libobjc/13946
69         * include/gc.h: Fix prototype declarations for bootstrap.
71 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
73         * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
75 2005-09-15  Kazu Hirata  <kazu@codesourcery.com>
77         * include/private/gc_locks.h (GC_test_and_set): Change the
78         constraint of the first operand to '0'.
80 2005-09-06  Tom Tromey  <tromey@redhat.com>
82         PR libgcj/23662:
83         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
84         HEURISTIC1 on ARM.
86 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
88         * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
90 2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>
92         * os_dep.c: Add FreeBSD/PowerPC bits.
93         (GC_SysVGetDataStart): Likewise.
94         * include/private/gcconfig.h: Likewise.
96 2005-05-25  Andrew Haley  <aph@redhat.com>
98         * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
99         powerpc64-linux.
101 2005-05-09  Mike Stump  <mrs@apple.com>
103         * configure: Regenerate.
105 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
107         * os_dep.c, include/private/gc_locks.h: Import CRIS port by
108         Simon Posnjak from gc6.4.
109         * include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
111 2005-04-17  David S. Miller  <davem@davemloft.net>
113         * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
114         * os_dep.c (GC_linux_stack_base): Check for bug present in some
115         Sparc glibc variants where __libc_stack_end is erroneously set
116         to "1".  Fallback to procfs code in that case.
118 2005-04-12  Mike Stump  <mrs@apple.com>
120         * configure: Regenerate.
122 2005-04-12  Richard Henderson  <rth@redhat.com>
124         * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
126 2005-03-23  Mike Stump  <mrs@apple.com>
128         * darwin_stop_world.c: Update for -m64 multilib.
129         * include/private/gcconfig.h: Likewise.
130         * powerpc_darwin_mach_dep.s: Likewise.
132 2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>
134         * Makefile.in, include/Makefile.in: Regenerate.
136 2005-02-26  Richard Earnshaw  <rearnsha@arm.com>
138         * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
139         ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
141 2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
143         PR libgcj/19823
144         * configure.host: Set gc_use_mmap on *-linux*.
145         * configure.ac: Define USE_MMAP if gc_use_mmap is set.
146         * include/private/gc_priv.h: Include gc_config.h.
147         * configure, include/gc_config.h.in: Rebuilt.
149 2005-02-07  Hans Boehm  <Hans.Boehm@hp.com>
151         * allchblk.c (GC_allochblk_nth): Dont overlook available space if
152           GC disabled, correctly convert GC_finalizer_mem_freed to byte,
153           total_size to words.
154         * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
155           MEM_IMAGE regions.
156         * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
157           and indent appropriately.
158         * mark_rts.c (GC_approx_sp): Access stack.
159         * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
160           callee-saves registers when appropriate.
161           (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
163 2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
165         * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h 
166         and include/gc_ext_config.h.
167         * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
168         * include/gc.h: Undef PACKAGE_* before including gc_config.h.
170 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
172         * configure: Regenerate.
174 2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>
176         PR libgcj/18699
177         Revert patches of 2004-11-26 and 2004-11-27.
179 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
181         * configure: Regenerate for libtool change.
183 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
185         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
187 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
189         Fix "PACKAGE_NAME redefined" errors.
190         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
191         and include/gc_config.h.
192         * configure: Regenerated.
193         * include/gc_config.h.in: No longer auto-generated. Define only the
194         macros needed by libjava.
195         * include/config.h.in: Generated by autoheader.
196         * include/gc.h: Include config.h, not gc_config.h.
198 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
200         * configure: Regenerate for libtool reversion.
202 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
204         * configure: Regenerate for libtool change.
206 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
208         * configure.ac (machdep): Use sparc_mach_dep.lo on
209         sparc64-sun-solaris2.* too.
210         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
211         * configure: Regenerate.
213 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
215         PR target/18444
216         * configure.ac (threading): Accept 'posix95'.
217         * configure: Regenerate.
219 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
221         * Makefile.am: Define ACLOCAL_AMFLAGS.
222         * configure.ac: Remove redundant sinclude.
223         * acinclude.m4: Delete file.
224         * aclocal.m4: Regenerate.
225         * Makefile.in, include/Makefile.in: Regenerate.
226         * configure: Regenerate.
228 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
230         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
231         Add prototype.
233 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
235         * include/private/gcconfig.h: Add m32r-linux target.
237 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
239         * configure.ac: Update all AC_DEFINEs to newer style.
240         * configure: Regenerate.
241         * include/gc_config.h.in: Regenerate.
243 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
245         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
246         GC_print_back_graph_stats): split GC_traverse_back_graph.
247         * backgraph.c: Dynamically grow in_progress_space.
248         * finalize.c (GC_notify_or_invoke_finalizers): also call
249         GC_print_back_graph_stats.
250         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
251         GC_print_back_height): Move delarations to header file.
252         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
253         * configure: Regenerate.
254         
255 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
257         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
258         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
260 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
262         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
263         Reported by Danny Smith.
265 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
267         * misc.c (GC_init): Replace lhs cast with rhs cast.
269 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
271         * specific.c: Check GC_LINUX_THREADS before including 
272         private/specific.h. From Richard Earnshaw.
274 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
276         * aclocal.m4: Remove obsolete construct for old automake.
277         * acinclude.m4: Regenerate with aclocal 1.9.1.
278         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
279         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
280         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
281         Remove now-redundant subst of target_noncanonical.  Remove
282         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
283         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
284         Use slightly more modern form of AC_INIT.
285         * configure: Rebuild with autoconf 2.59.
286         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
288 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
290         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
291         since they're not known at this time.
292         * solaris_pthreads.c: Likewise.
294 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
296         PR target/14931
297         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
299 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
301         * configure.ac (gc_cflags): Add -Iinclude.
302         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
303         Don't write DEFS to boehm-cflags file.
304         * configure: Rebuilt.
305         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
306         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
307         * include/gc_config_macros.h: Remove backward-compatibility 
308         redefinitions of GC_ names.
309         * include/gc.h: Include <gc_config.h>.
311 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
313         Import Boehm GC version 6.3.
315 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
317         * include/Makefile.in: Regenerate
319 2004-07-06  Andrew Pinski  <apinski@apple.com>
321         * os-dep.c (GC_task_self): Declare as static
322         and remove the second declaration.
324 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
326         * Makefile.am: Add rule for .S files to fix bootstrap on
327         solaris and alpha.
328         * Makefile.in: Regenerate.
330 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
332         * boehm-gc/configure.ac: New name of configure.in.
333         Remove useless multilib stuff.  Change uses of
334         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
335         * boehm-gc/configure.in: New name of configure.in.
336         * boehm-gc/Makefile.am: Update for automake 1.8.5.
337         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
338         * boehm-gc/aclocal.m4: Regenerate.
339         * boehm-gc/configure: Regenerate.
340         * boehm-gc/Makefile.in: Regenerate.
342 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
344         * .cvsignore: New file.
346 2004-04-25  Andreas Jaeger  <aj@suse.de>
348         * mark.c (GC_mark_from): Use pointer as prefetch argument.
350 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
352         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
353         for gcc >= 3.0.
354         (PREFETCH_FOR_WRITE): Likewise.
356 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
358         * configure.ac: Bump AC_PREREQ to 2.59.
359         * configure: Regenerate.
360         * config.in: Regenerate.
362 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
364         * ltconfig, ltmain.sh: Remove unused files.
365         * configure.in: Remove bogus extra early invocation of
366         AC_CONFIG_AUX_DIR.
367         * configure: Regenerate.
368         * mkinstalldirs, install-sh, config.sub, config.guess:
369         Remove (now) unused files.
370         * Makefile.in: Regenerate (losing references to vanished
371         files).
373         * configure.in: Add CCAS, CCASFLAGS for future automakes.
374         * configure, Makefile.in, include/Makefile.in: Regenerate.
376         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
377         * Makefile.in: Regenerate.
379         * configure.in: Remove bogus duplicate invocation of
380         AM_MAINTAINER_MODE.  Remove obsolete comment.
381         * configure: Regenerate.
383         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
384         to configure.in.
385         * aclocal.m4: Regenerate.
386         * configure.in: Receive contents of GC_CONFIGURE macro.
387         * configure: Regenerate.
389         * configure.in: Remove more obsolete, bogus code.
390         * configure: Regenerate.
392         * acinclude.m4: Remove obsolete and bogus constructs.
393         * aclocal.m4: Regenerate.
394         * configure: Regnerate.
396 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
398         * acinclude.m4: De-precious CC and CXX so that the right flags
399         are passed down to multilibs.
400         * aclocal.m4: Regenerate.
401         * configure: Regenerate.
403 2004-02-22  Zack Weinberg <zack@codesourcery.com>
404             Nathanael Nerode <neroden@twcny.rr.com>
405             Alexandre Oliva <aoliva@redhat.com>
407         * config.sub, config.guess: Replace with forwarding scripts
408         which invoke the master copies in the top level.
410 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
412         * acinclude.m4: Remove old no-executables workaround;
413         add new no-executables workaround.
414         * aclocal.m4: Regenerate.
415         * configure.in: Change prereqs to autoconf 2.57.
416         * configure: Regenerate with autoconf 2.57.
418         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
419         * configure: Regenerate.
420         * Makefile.am: Use target_noncanonical variable from configure.
421         * Makefile.in: Regenerate.
422         * include/Makefile.in: Regenerate.
424 2004-02-20  Andrew Cagney  <cagney@redhat.com>
426         * config.guess: Update from version 2002-01-10 to 2004-02-16.
427         * config.sub: Update from version 2002-01-02 to 2004-02-16.
429 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
431         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
432         * aclocal.m4: Rebuild.
433         * configure: Regenerate.
435         * acinclude.m4: Move certain code to configure.in.
436         * configure.in: Receive code from acinclude.m4.
437         * aclocal.m4: Rebuild.
438         * configure: Regenerate.
440         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
442 2004-01-20  Andrew Haley  <aph@redhat.com>
444         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
446         * configure.in: Comment change.
448 2004-01-16  Andrew Haley  <aph@redhat.com>
450         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
451         add for ia64; remove for MIPS.
452         * configure: Regnerated.
454 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
456         * configure.in: Add in AC_PREREQ(2.13)
458 2004-01-07  Dave Jones <davej@redhat.com>
460         * malloc.c (GC_generic_malloc): Correct initialization typo.
461         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
463 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
465         * include/private/gcconfig.h: Re-install change of 2003-04-16.
467 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
469         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
470         _MIPS_SIM_ABI32.
472 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
474         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
475         unsure comment.
477 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
479         * configure: Rebuild.
481 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
483         * configure.in: Remove NO_GETENV definition for win32.
484         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
485         * misc.c (GC_init_inner): Call GC_thr_init for win32.
486           (GC_set_warn_proc): Add assertion.
487         * win32_threads.c: Import 6.3alpha2 version.
488         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
490 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
492         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
493         2.3/SPARC, there are no micro versions.
494         Treat Solaris 10 and up alike.
495         * configure: Regenerate.
497 2003-09-22  Anthony Green  <green@redhat.com>
499         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
500         "NOSYS" targets.
502 2003-09-20    <green@redhat.com>
504         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
505         check for __arm__ or __thumb__.
507 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
509         * configure: Regenerate.
511 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
512             Roger Sayle <roger@eyesopen.com>
514         * configure.in: Set INCLUDES to absolute path.
515         Save $INCLUDES in boehm-cflags, too.
516         Set INCLUDES so it's available to config.status.
517         * configure: Regenerate.
519 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
521         * include/gc.h (GC_CreateThread): Declare with WINAPI
522         attribute.
523         * win32_threads.c (GC_CreateThread): Make definitions consistent
524         with declaration.  Cast &thread_table[i].handle to PHANDLE
525         in call to DuplicateHandle
526         (thread_start): Declare as static.
528 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
530         * dyn_load.c: Define __private_extern__ to match Apple's system
531         header.
533 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
535         * os_dep.c: Remove redundancy introduced in last merge.
537 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
539         Import GC 6.3alpha1.
540         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
541         * ChangeLog: Likewise.
542         * Makefile.am: Likewise.
543         * Makefile.direct: Likewise.
544         * Makefile.dj: Likewise.
545         * allchblk.c: Likewise.
546         * alloc.c: Likewise.
547         * backgraph.c: Likewise.
548         * configure.host: Likewise.
549         * configure.in: Likewise.
550         * dbg_mlc.c: Likewise.
551         * dyn_load.c: Likewise.
552         * finalize.c: Likewise.
553         * gc_cpp.cc: Likewise.
554         * gc_dlopen.c: Likewise.
555         * gcj_mlc.c: Likewise.
556         * if_mach.c: Likewise.
557         * mach_dep.c: Likewise.
558         * malloc.c: Likewise.
559         * mallocx.c: Likewise.
560         * mark.c: Likewise.
561         * mark_rts.c: Likewise.
562         * misc.c: Likewise.
563         * os_dep.c: Likewise.
564         * ptr_chck.c: Likewise.
565         * reclaim.c: Likewise.
566         * solaris_pthreads.c: Likewise.
567         * solaris_threads.c: Likewise.
568         * sparc_mach_dep.S: Likewise.
569         * threadlibs.c: Likewise.
570         * typd_mlc.c: Likewise.
571         * version.h: Likewise.
572         * win32_threads.c: Likewise.
573         * Mac_files/MacOS_Test_config.h: Likewise.
574         * Mac_files/MacOS_config.h: Likewise.
575         * cord/cordbscs.c: Likewise.
576         * cord/cordprnt.c: Likewise.
577         * cord/de_win.c: Likewise.
578         * doc/README: Likewise.
579         * doc/README.MacOSX: Likewise.
580         * doc/README.changes: Likewise.
581         * doc/README.environment: Likewise.
582         * doc/README.ews4800: Likewise.
583         * doc/README.linux: Likewise.
584         * doc/README.macros: Likewise.
585         * doc/README.win32: Likewise.
586         * doc/debugging.html: Likewise.
587         * doc/gcdescr.html: Likewise.
588         * doc/tree.html: Likewise.
589         * include/Makefile.in: Likewise.
590         * include/gc.h: Likewise.
591         * include/gc_cpp.h: Likewise.
592         * include/gc_local_alloc.h: Likewise.
593         * include/gc_mark.h: Likewise.
594         * include/gc_pthread_redirects.h: Likewise.
595         * include/gc_typed.h: Likewise.
596         * include/new_gc_alloc.h: Likewise.
597         * include/private/dbg_mlc.h: Likewise.
598         * include/private/gc_hdrs.h: Likewise.
599         * include/private/gc_locks.h: Likewise.
600         * include/private/gc_pmark.h: Likewise.
601         * include/private/gc_priv.h: Likewise.
602         * include/private/gcconfig.h: Likewise.
603         * include/private/solaris_threads.h: Likewise.
604         * include/private/specific.h: Likewise.
605         * tests/test.c: Likewise.
606         * tests/test_cpp.cc: Likewise.
608         * configure: Rebuild.
609         * Makefile.in: Rebuild.
611         * mips_sgi_mach_dep.s: Add.
613         * alpha_mach_dep.s: Remove.
614         * irix_threads.c: Remove.
615         * linux_threads.c: Remove.
616         * mips_sgi_mach_dep.S: Remove.
617         * missing: Remove.
618         * powerpc_macosx_mach_dep.s: Remove.
619         * doc/Makefile.am: Remove.
620         * doc/Makefile.in: Remove.
622 2003-07-25  Roger Sayle  <roger@eyesopen.com>
624         * configure.host: Only use +ESdbgasm when using the HPUX native
625         compiler on PA-Risc.  It isn't recognized by GCC and is silently
626         ignored by HP's compilers on ia64.
628 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
630         * configure.in: define GC_DLL under mingw if --enable-shared
631         * configure: rebuilt
632         * win32_threads.c: add #ifdef GC_DLL around DllMain
634 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
636         * include/private/gcconfig.h: Add support for arm-netbsdelf.
638 2003-04-09  Tom Tromey  <tromey@redhat.com>
640         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
641         POWERPC.
642         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
644 2003-03-22  Richard Henderson  <rth@redhat.com>
646         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
647         (GC_test_and_set): Use __sync_lock_test_and_set.
648         (GC_clear): Use volatile assignment.
649         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
650         (GC_memory_write_barrier): Use __sync_synchronize.
652 2003-03-12  Andreas Schwab  <schwab@suse.de>
654         * configure.in: Avoid trailing /. in toolexeclibdir.
655         * configure: Rebuilt.
657 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
658         * include/private/gcconfig.h (GC_data_start): declare when needed.
659         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
660         declaration.
661         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
662         GC_register_dynlib_callback): Register main data for static
663         executable if dl_iterate_phdr() didn't.
664         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
665         if we don't expect to register main static data.
667 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
668         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
669         (GC_push_roots): explicitly mark free list headers, register
670         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
671         * alloc.c (GC_stopped_mark): Conditionally call
672         GC_cond_register_dynamic_libraries().
673         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
674         * dyn_load.c (GC_register_main_static_data): define.
675         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
676         no longer skip main data.
677         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
678         (GC_init_inner): Make main data registration conditional.
679         * include/private/gc_priv.h (GC_register_main_static_data): declare.
680         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
681         for LINUX.
683 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
685         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
686         config.status.
687         * configure: Rebuilt.
689 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
691         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
693 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
695         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
696         Remove USE_LIBDIR conditional.
697         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
698         * Makefile.in, configure: Rebuilt.
700 2002-12-31  Tom Tromey  <tromey@redhat.com>
702         For PR libgcj/8933:
703         * include/Makefile.in: Rebuilt.
704         * include/Makefile.am (noinst_HEADERS): Renamed from
705         include_HEADERS.
707 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
709         * ltconfig (osf[345]): Append $major to soname_spec.
710         Reflect this in library_names_spec.
711         * ltmain.sh (osf): Prefix $major with . for use as extension.
713 2002-10-02  Andreas Jaeger  <aj@suse.de>
715         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
717 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
719         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
720         check for __arm__ or __thumb__.
722 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
724         * include/private/gcconfig: Add machine type S390.  Add s390x support.
725         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
726         (GC_compare_and_exchange): Likewise.
728 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
730         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
732 2002-08-23  Adam Megacz <adam@xwt.org>
734         * win32_threads.cc: Removed extraneous ABORT()
736 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
738         * Makefile.am (all-multi): Fix multilib parallel build.
740 2002-07-18  Bo Thorsen  <bo@suse.de>
742         * include/private/gcconfig.h: Add x86-64 definitions.
743         * os_dep.c: Add x86-64 support.
744         * configure.in: Likewise.
745         * configure: Regenerate.
747 2002-07-18  H.J. Lu <hjl@gnu.org>
749         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
751 2002-07-18  H.J. Lu  (hjl@gnu.org)
753         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
754         Linux/mips.
756 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
757             Jonathan Clark
759         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
761 2002-06-09  H.J. Lu  (hjl@gnu.org)
763         * include/private/gc_locks.h (GC_test_and_set): Support
764         Linux/mips.
765         (GC_TEST_AND_SET_DEFINED): Likewise.
767         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
768         Linux/mips.
769         (DATAEND): Likewise.
770         (LINUX_STACKBOTTOM): Likewise.
771         (STACKBOTTOM): Removed for Linux/mips.
773 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
775         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
776         (GC_pthread_create): Fix typo.
777         (GC_TRY_LOCK): Likewise.
778         * include/private/gc_locks.h (GC_test_and_set): Only take one
779         one argument.
780         (LOCK): Adjust appropriately.
781         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
782         _SIGRTMIN is unavailable.
784 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
786         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
787         * aclocal.m4: Regenerate.
788         * configure: Regenerate.
790 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
792         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
793         script entry, and set LD to it when configuring multilibs.
794         * configure: Rebuilt.
796 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
798         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
799         (noinst_LTLIBRARIES): Add libgcjgc.la.
801         * Makefile.in: Rebuild.
803 2002-04-22  David S. Miller  <davem@redhat.com>
805         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
806         64-bit SPARC Linux, the __libc_stack_end technique does
807         not work in this case.
809 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
811         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
813 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
815         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
816         SPARC Linux.
818 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
820         * include/private/gcconfig.h (DATAEND): Update comment example
821         to match reality.
823 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
825         * include/private/gcconfig.h (DATAEND): Clarify comment.
827 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
829         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
830         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
831         declare.
832         * allchblk.c (GC_allchblk_nth): Change text and support reduced
833         frequency for blacklist warning message.
834         * misc.c (GC_large_alloc_warn_interval,
835         GC_large_alloc_warn_suppressed): define.
836         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
837         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
838         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
839         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
841         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
843 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
845         * include/private/gcconfig.h: Add support for an unmapped
846         memory hole between the end of the initialized data segment
847         and the start of the BSS on FreeBSD/i386.
849 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
851         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
852         NetBSD/i386.
854 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
856         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
857         (GC_local_gcj_malloc): Add assertion.
858         (start_mark_threads): Fix abort message.
859         * mark.c (GC_mark_from): Generalize assertion.
860         * reclaim.c (GC_clear_fl_links): New function.
861         (GC_start_reclaim): Must clear some freelist links.
862         * include/private/specific.h, specific.c: Add assertions.
863         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
864         Rearrange tse fields.
866 2002-03-27  Richard Henderson  <rth@redhat.com>
868         * os_dep.c (GC_init_linux_data_start): Fix references to
869         __data_start and _end.
871 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
873         * include/private/gcconfig.h: Change all likely references
874         to linker script synthesized symbols to use this idiom:
875         extern int etext[]; etext
877 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
879         * linux_threads.c (GC_get_nprocs): Close file descriptor.
881 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
883         * include/private/gcconfig.h: Add unified test for FreeBSD.
884         Support FreeBSD/alpha.
885         * os_dep.c: Do not include <machine/trap.h> unless available.
886         (GC_freebsd_stack_base): Fix types.
888 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
890         * Makefile.am: Make a convenience library.
891         * Makefile.in: Rebuilt.
893 2002-03-15  Anthony Green  <green@redhat.com>
895         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
896         * configure.in: Disable use of getenv for win32 targets (some of
897         which have broken implementations).
898         * configure: Rebuilt.
900 2002-03-12  Adam Megacz  <adam@xwt.org>
902         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
903         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
904         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
905         statically initialized it to TRUE if compiling with GCC.
906         * win32_threads.c (thread_start): We no longer use SEH if
907         compiling with GCC.
908         * mark.c (GC_mark_some): We no longer use SEH if
909         compiling with GCC.
911 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
913         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
914         support is enabled, for hash synchronization.
916 2002-02-24  Adam Megacz  <adam@xwt.org>
918         * Makefile.am: Added win32_threads.c to sources list.
919         * win32_threads.c: Added two */'s which I had neglected.
921 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
923         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
924         * Makefile.in: Rebuilt.
926 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
928         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
930         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
931         preprocessor file.
932         * mips_sgi_mach_dep.S: Likewise.
933         * Makefile.am: Update for above changes.
934         * Makefile.in: Rebuilt.
936 2002-02-12  Richard Henderson  <rth@redhat.com>
938         * configure.in: Re-apply 2001-06-26 configure change.
939         * configure: Rebuild.
941 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
943         Imported GC 6.1 Alpha 3.
945         * sparc_mach_dep.S: Delete incorrectly named file.
947 2001-02-11  Adam Megacz <adam@xwt.org
949         * configure.in: support for win32, saner
950         cross-compile options
952 2001-02-08  Anthony Green  <green@redhat.com>
954         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
955           board embedded targets.
956         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
957           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
958           redundant uses of ECOS.
959         * misc.c: Use NOSYS where ECOS is being used.
960           Don't define GC_write twice for ECOS systems.
961           (GC_write): New function for NOSYS targets.
963 2002-02-06  Adam Megacz <adam@xwt.org>
965         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
966         now exposed on all Win32 platforms.
967         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
968         compiles on Win32; it invokes CreateThread() if GC is built
969         as a DLL; otherwise it registers the thread.
970         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
971         libgcjgc was not built as a DLL.
973 2002-02-01  Adam Megacz <adam@xwt.org>
975         * boehm-gc on win32 now automatically detects if it is being built
976         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
978 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
980         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
981         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
982         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
983         DATASTART and DATAEND roots.
984         * rs6000_mach_dep.s: Add function descriptor and traceback table.
986 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
988         * dyn_load.c: Define ElfW (if needed) for all targets,
989         not just GNU/Linux.
990         (GC_FirstDLOpenedLinkMap): Use it.
991         (GC_register_dynamic_libraries_dl): Use it.
992         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
993         for sparcv9.
995 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
997         PR other/3725
998         * configure.in: Add AC_SUBST(target_alias).
999         * configure: Regenerated.
1001 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
1003         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1004         case for GC_FREEBSD_THREADS.
1005         * configure.in (*-*-freebsd*): Clarify warning.
1006         * configure: Rebuilt.
1008 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
1009             Andreas Tobler <toa@pop.agri.ch>
1011         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1013 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1015         * linux_threads.c (GC_init_parallel): Do not declare as a static
1016         constructor.
1017         * include/gc.h (GC_init): Declare here. Add description.
1018         * include/private/gc_priv.h (GC_init): Remove declaration.
1020 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1022         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1023         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1024         GC_FREEBSD_THREADS, handle strange interaction between system
1025         pthread implementation and boehm-gc signal-handler architecture.
1026         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1027         set stack.
1028         * include/private/gcconfig.h (configuration keyed off FREEBSD):
1029         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
1030         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1032 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1034         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1035         * Makefile.in: Rebuilt.
1037 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1039         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1040         merged local changes.
1042 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1044         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1045         Solaris 2/Intel definition.
1047         * configure.in (i?86-*-solaris2.[89]*): Define
1048         SOLARIS25_PROC_VDB_BUG_FIXED.
1049         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1050         * configure: Regenerate.
1052         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1053         (DATAEND): Define using _end.
1055 2001-09-11  Per Bothner  <per@bothner.com>
1057         * include/Makefile.am:  New file.  It defines include_HEADERS.
1058         * Makefile.am (SUBDIRS):  New macro, set to include.
1059         * configure.in (AC_OUTPUT):  Add include/Makefile.
1061 2001-08-20  Tom Tromey  <tromey@redhat.com>
1063         * configure: Rebuilt.
1064         * configure.in: Always ask gcc for threads package.
1066 2001-08-17  Tom Tromey  <tromey@redhat.com>
1068         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1069         merged local changes.
1071 2001-08-02  David Billinghurst <David.Billinghurst>
1073         * configure: Rebuilt.
1074         * configure.in:  POSIX threads on cygwin does not link with
1075         -lpthreads.
1077 2001-07-03  Tom Tromey  <tromey@redhat.com>
1079         Fix for PR bootstrap/3281:
1080         * aclocal.m4, configure, Makefile.in: Rebuilt.
1081         * acinclude.m4: Set mkinstalldirs for in-tree build.
1083 2001-06-26  Richard Henderson  <rth@redhat.com>
1085         * alpha_mach_dep.s: Mark call-saved FP registers.
1086         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1087         * configure.in (alpha*): Re-enable alpha_mach_dep.s
1088         * configure: Rebuild.
1090 2001-06-12  Tom Tromey  <tromey@redhat.com>
1092         * aclocal.m4, configure: Rebuilt.
1093         * acinclude.m4: Find configure.host in srcdir.
1095 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1097         * configure.in (AC_EXEEXT): Work around in case it expands to
1098         nothing, as in autoconf 2.50.
1099         * acinclude.m4: Likewise.
1100         * aclocal.m4, configure: Rebuilt.
1102 2001-06-07  Tom Tromey  <tromey@redhat.com>
1104         For PR bootstrap/3075:
1105         * configure, aclocal.m4, Makefile.in: Rebuilt.
1106         * configure.in: Don't call AC_CONFIG_AUX_DIR or
1107         AC_CANONICAL_SYSTEM.
1108         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1109         AC_CANONICAL_SYSTEM here.
1110         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1111         boehm_gc_basedir.
1113 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1115         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1116         (libgcjgc_la_SOURCES): Remove typo.
1117         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1118         * Makefile.in: Rebuilt.
1120 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1122         Imported version version 6.0alpha7.
1124         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1125         README.amiga, README.debugging, README.dj, README.hp, README.linux,
1126         README.rs6000, README.sgi, README.solaris2, README.uts,
1127         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1128         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1129         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1130         hpux_irix_threads.c, makefile.depend, nursery.c,
1131         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1132         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1133         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1134         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1135         files.
1137 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
1139         * configure.host: Build with -fexceptions.
1140         * linux_threads.c: Remember which thread stopped world for
1142 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
1143             with final tuning by Bryce McKinlay
1145         * configure.in: Add support for --enable-threads=posix on FreeBSD.
1146         * configure: Rebuilt.
1148 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
1150         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1151         (GC_noop1): Change declaration to take one argument.
1153 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
1155         * configure.in: Obtain THREADS with `gcc -v'.
1156         * configure: Rebuilt.
1158 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
1160         * misc.c: Back out buggy changes to stack clearing code.
1161         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1162         spent clearing memory.
1164 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
1166         * finalize.c:
1167         - Accomodate finalization requests for static objects.
1168           (Will be required by hash synchronization.  May be needed
1169           in some configurations now.)
1171         * gc_priv.h:
1172         - Define MIN_WORDS.  All allocation requests are rounded
1173           up to at least this size.  Removes a subtle assumption that
1174           Java objects have a 2 word header.
1176         * gcconfig.h:
1177         - Adjust Linux/IA64 configuration for non-ancient kernels.
1178           (Necessary fix for IA64.)
1180         * linux_threads.c:
1181         - Fix syntax error in currently unused code.  Will be needed
1182           for Linux/PA-RISC.
1184         * malloc.c:
1185         - Handle MIN_WORDS.
1187         * misc.c:
1188         - Handle MIN_WORDS.
1189         - Change stack cleaning code to typically clear about one tenth
1190           the memory it used to in the threads configuration.  Occasionally
1191           still clear more.  (This is really a fix for a long-standing
1192           and fairly significant performance bug with threads.)
1194         * os_dep.c:
1195         - Fix the code for finding the beginning of the data segment under
1196           Linux.  I believe this is necessary for some IA64 Linux
1197           distributions.  It will also helo other platforms, though those
1198           may additionally require a gcconfig.h adjustment.  (This basically
1199           works around the absence of a data_start or __data_start
1200           definition in glibc.)
1202         * test.c:
1203         - Handle rounding due to MIN_WORDS.
1205 2001-03-22  Tom Tromey  <tromey@redhat.com>
1207         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1209 2001-03-19  Tom Tromey  <tromey@redhat.com>
1211         * Makefile.in: Rebuilt.
1212         * Makefile.am (gctest_LDFLAGS): new macro.
1214 2001-03-16  Tom Tromey  <tromey@redhat.com>
1216         * Makefile.in: Rebuilt.
1217         * Makefile.am (TESTS_ENVIRONMENT): New macro.
1219 2001-01-23  Rod Stewart <stewart@lab43.org>
1221         * gcconfig.h: Check for `__arm__', not `arm'.
1223 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
1225         * configure.in: Rename THREADLIB to THREADLIBS.
1226         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1227         ensures that we link the correct version of the linuxthreads semaphore
1228         functions.
1229         * Makefile.in: Rebuilt.
1230         * configure: Rebuilt.
1232         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1233         list of signals which are not blocked during suspend in the NO_SIGNALS
1234         case.
1236 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
1238         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1240 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
1242         * Makefile.dist: Renamed from Makefile.orig.
1244 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1246         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1247         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1248         set accordingly.
1249         * Makefile.in: Rebuilt.
1250         * configure: Likewise.
1252 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
1254         * gcconfig.h: Add new case for powerpc EABI.
1255         [PPC]: Handle embedded OS for powerpc simulator.
1257 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
1259         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1260         cross-compile configuration only.
1261         * Makefile.am: Build gcj_mlc.c.
1262         * configure, Makefile.in: Rebuilt.
1264 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1266         * acinclude.m4: Include libtool macros from the top level.
1267         * aclocal.m4, configure: Rebuilt.
1269 2000-09-04  Anthony Green  <green@redhat.com>
1271         Fix for PR libgcj/230:
1272         * mark.c (GC_mark_from_mark_stack): Remove call to
1273         GC_debug_object_start.
1274         * gc_priv.h (GC_debug_object_start): Remove prototype.
1276 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
1278         * gcconfig.h [OSF1] (_end): Declare as `int'.
1280 2000-08-02  Tom Tromey  <tromey@cygnus.com>
1282         * gc_priv.h (GC_generic_malloc_inner): Prototype.
1283         (GC_generic_malloc): Likewise.
1284         (GC_add_to_black_list_normal): Likewise.
1285         (GC_find_header): Likewise.
1286         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1287         * gc_mark.h (GC_find_start): Prototype.
1288         (GC_signal_mark_stack_overflow): Likewise.
1290 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
1292         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1293         * configure: Rebuilt.
1295         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1297 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
1299         Imported version 5.1.
1300         * acinclude.m4: Push version to 5.1.
1302 2000-06-19  Andrew Haley  <aph@cygnus.com>
1304         * os_dep.c (read): Pass two dummy args to syscall().
1306 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
1308         Imported 5.0 release version.
1309         * acinclude.m4: Increment version to 5.0.
1311 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
1313         Imported version 5.0alpha7.
1314         * acinclude.m4: Update version to 5.0a7.
1316 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
1318         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1319         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1320         - sparc glibc does not provide it.
1321         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1322         Make STACKBOTTOM depend on the wordsize.
1323         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1324         (struct frame): Declare on sparc*-linux*.
1325         (GC_save_callers): Bias the frame pointers if needed (sparc64).
1326         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1327         Implement on sparc64.
1328         (GC_clear_stack_inner): Implement on sparc64.
1329         * gc_priv.h (GC_test_and_set): Implement for sparc.
1330         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1331         GC_save_regs_in_stack on sparc.
1333 2000-04-23  Tom Tromey  <tromey@cygnus.com>
1335         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1337 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
1339         Imported version version 5.0alpha6.
1340         * acinclude.m4: Bump version to 5.0a6.
1341         * configure.in: Don't use alpha_mach_dep.s.
1342         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1343         obsolete files.
1344         * Makefile.am, Makefile.in: irix_threads.c is now
1345         hpux_irix_threads.c.
1346         * Makefile.orig: Updated from gc distribution Makefile.
1348 2000-03-26  Anthony Green  <green@redhat.com>
1350         * misc.c (GC_enable): Always define GC_enable and GC_disable.
1352 2000-02-14  Tom Tromey  <tromey@cygnus.com>
1354         * gc.h (dlopen): Define as GC_dlopen on Linux.
1355         (GC_dlopen): Declare on Linux.
1356         * dyn_load.c (GC_dlopen): Define for Linux.
1358 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
1360         * gcconfig.h (DATASTART): Add missing extern declaration
1361         for data_start on powerpc.
1363 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
1365         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1366         NO_SIGNALS case.
1368 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
1370         * gcconfig.h: Define DATASTART for Alpha Linux.
1372 1999-12-19  Anthony Green  <green@cygnus.com>
1374         * gcconfig.h: Use libgcj hack for Alpha Linux.
1375         Undefine MPROTEXT_VDB (from Jeff Sturm).
1376         * os_dep.c: Remove Alpha Linux hacks.
1377         * misc.c: Ditto.
1379 1999-12-13  Tom Tromey  <tromey@cygnus.com>
1381         * aclocal.m4, configure: Rebuilt.
1382         * acinclude.m4: Changed version to 5.0a4.
1383         * Makefile.in: Rebuilt.
1384         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1386 1999-12-12  Anthony Green  <green@cygnus.com>
1388         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1389         Linux.
1390         (DYNAMIC_LOADING): Define for PowerPC Linux.
1391         * os_dep.c: Remove some special cases for PowerPC Linux.
1392         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1393         for PowerPC Linux.
1395 1999-11-04  Tom Tromey  <tromey@cygnus.com>
1397         * Makefile.in: Rebuilt.
1398         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1400         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1401         (GC_thr_init): Don't declare.
1403         * configure: Rebuilt.
1404         * configure.in: Removed qt threads case.
1405         * dyn_load.c: Don't mention QUICK_THREADS.
1406         * os_dep.c: Don't mention QUICK_THREADS.
1407         * misc.c: Don't mention QUICK_THREADS.
1408         * gcconfig.h: Don't mention QUICK_THREADS.
1409         * gc_priv.h: Removed QUICK_THREADS code.
1410         * quick_threads.c: Removed.
1412 1999-11-03  Tom Tromey  <tromey@cygnus.com>
1414         * gcconfig.h: Merged in local changes from old config.h.
1416 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
1418         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1420 1999-11-02  Tom Tromey  <tromey@cygnus.com>
1422         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1424         * configure: Rebuilt.
1425         * configure.in: Don't create boehm-config.h.
1426         * Makefile.in: Rebuilt.
1427         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1428         config.h.
1429         ($(all_objs)): Depend on gcconfig.h.
1430         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1431         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1432         * config.h: Removed.
1434 1999-11-01  Tom Tromey  <tromey@cygnus.com>
1436         * Makefile.in: Rebuilt.
1437         * Makefile.am (gctest_LDADD): Added THREADLIB.
1438         (TESTS): New macro.
1439         * configure: Rebuilt.
1440         * configure.in (INCLUDES): New subst.
1442 1999-09-29  Steve Chamberlain  <sac@pobox.com>
1444         * config.h: Added picoJava target.
1445         * mach_dep.h (GC_push_regs):  New code for picoJava.
1447 1999-09-28  Tom Tromey  <tromey@cygnus.com>
1449         * aclocal.m4, configure: Rebuilt.
1450         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1451         appropriate AC_PROG_ symbol.
1453 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1455         * gc_priv.h:  IRIX thread changes from
1456         include/private/gc_priv.h.
1458 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1460         * Makefile.in: Rebuilt.
1461         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1462         builds.
1464         * configure: Rebuilt.
1465         * configure.in: Properly align --help output, fix capitalization
1466         and punctuation.
1467         * acinclude.m4: Likewise.
1469 1999-08-04  Tom Tromey  <tromey@cygnus.com>
1471         * configure.in: Added missing `;;'.  From Anthony Green.
1473 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1475         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1477 1999-08-03  Tom Tromey  <tromey@cygnus.com>
1479         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1480         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1482 1999-08-02  Tom Tromey  <tromey@cygnus.com>
1484         * aclocal.m4, configure: Rebuilt for new libtool.
1486 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
1488         * mips_sgi_mach_dep.s: Enable PIC option.
1490 1999-07-19  Tom Tromey  <tromey@cygnus.com>
1492         * config.h (MPROTECT_VDB): Don't define on Linux.
1494 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1496         * Makefile.am (.s.lo): Avoid `#line' directives.
1497         * Makefile.in: Rebuilt.
1499 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1501         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1502         generate *-recursive for this Makefile, use *-am instead.
1503         * Makefile.in: Rebuilt.
1505 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
1507         * Makefile.am (.s.lo): Renamed from `.s.o'.
1508         * Makefile.in: Rebuilt.
1510 1999-06-21  Tom Tromey  <tromey@cygnus.com>
1512         Alpha patch from Jeff Sturm:
1513         * os_dep.c (GC_init_linuxalpha): New function.
1514         * misc.c: Initialize for alpha linux.
1515         * gc_priv.h (GC_test_and_set): Define for alpha.
1516         * config.h: Don't assume __data_start on alpha.
1518         * Makefile.in: Rebuilt.
1519         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1520         -release.
1522         * Makefile.in: Rebuilt.
1523         * Makefile.am (toolexeclibdir): Define as libdir when
1524         appropriate.
1525         * configure: Rebuilt.
1526         * configure.in (USE_LIBDIR): New conditional.
1528         * configure: Rebuilt.
1529         * configure.in: Recognize all forms of alpha.
1531 1999-06-17  Anthony Green  <green@cygnus.com>
1533         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1534         Carlo Dapor <carlo@vis.ethz.ch>).
1536 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
1538         * configure.in: Switch from irix threads to posix threads
1539         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1540         for mips architecture.
1541         * configure: Regenerate.
1543 1999-04-30  Tom Tromey  <tromey@cygnus.com>
1545         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1547 1999-04-26  Tom Tromey  <tromey@cygnus.com>
1549         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1550         `weak'.
1552 1999-04-23  Tom Tromey  <tromey@cygnus.com>
1554         * Makefile.in, configure: Rebuilt.
1555         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1556         (libgcjgc_la_SOURCES): Renamed.
1557         (libgcjgc_la_LIBADD): Likewise.
1558         (libgcjgc_la_DEPENDENCIES): Likewise.
1559         (EXTRA_libgcjgc_la_SOURCES): Likewise.
1560         (gctest_LDADD): Use libgcjgc.la.
1561         (all_objs): Mention libgcj_la_OBJECTS.
1562         (EXTRA_LTLIBRARIES): Renamed.
1563         (toollib_LTLIBRARIES): Likewise.
1564         (libgcjgc_la_LDFLAGS): New macro
1565         (toolexecdir): Renamed.
1566         (toolexeclibdir): Likewise.
1567         (toolexeclib_LTLIBRARIES): Likewise.
1568         (LTCOMPILE): Renamed; added libtool invocation.
1569         (LINK): Added libtool invocation.
1570         (.s.o): use LTCOMPILE.
1571         * configure.in: Call AM_PROG_LIBTOOL.
1572         (target_all): Set to libgcjgc.la.
1573         Mention `.lo' forms of object files.
1575 1999-04-21  Tom Tromey  <tromey@cygnus.com>
1577         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1578         GC_stackbottom.
1580         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1581         sigcontext.h.  From Matthias Klose <doko@itso.de>.
1583 1999-04-16  Tom Tromey  <tromey@cygnus.com>
1585         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
1586         David Pettersson <dapet@mai.liu.se>
1588 1999-04-14  Tom Tromey  <tromey@cygnus.com>
1590         * configure: Rebuilt.
1591         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
1592         incorrect patch of 199-04-09.
1594         * configure: Rebuilt.
1595         * configure.in: Added support for alpha.
1596         From David Pettersson <dapet@mai.liu.se>.
1598 1999-04-13  Tom Tromey  <tromey@cygnus.com>
1600         * Makefile.in: Rebuilt.
1601         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1602         solaris-threads.h.
1604 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1606         * configure: Rebuilt.
1607         * configure.in: Use sparc_mach_dep.s when building on Solaris.
1609 1999-02-23  Tom Tromey  <tromey@cygnus.com>
1611         * configure: Rebuilt.
1612         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
1613         SOLARIS_THREADS and _SOLARIS_PTHREADS.
1615 1999-02-18  Tom Tromey  <tromey@cygnus.com>
1617         * quick_threads.c (GC_push_all_stacks): Change order of arguments
1618         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
1619         for case where LO is NULL.
1621 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1623         * aclocal.m4, configure, Makefile.in: Rebuilt.
1624         * acinclude.m4: Updated to be used with automake 1.4.
1625         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
1626         with automake 1.4.
1627         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1628         (libgcjgc_a_SOURCES): Likewise.
1629         (libgcjgc_a_LIBADD): Likewise.
1630         (libgcjgc_a_DEPENDENCIES): Likewise.
1631         (EXTRA_libgcjgc_a_SOURCES): Likewise.
1632         (gctest_LDADD): Likewise.
1633         (all_objs): Likewise.
1635 1999-01-08  Tom Tromey  <tromey@cygnus.com>
1637         * configure: Rebuilt.
1638         * configure.in: Define LINUX_THREADS if using POSIX threads on
1639         Linux.
1641         * gc_priv.h (GC_test_and_set): Put return type into definition.
1643 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1645         * Makefile.am: add support for eCos.  In particular, add C++
1646         support for compiling the file ecos.cc.
1647         * ecos.cc: new file.
1648         * acinclude.m4: add C++ support.
1649         * aclocal.m4: likewise
1650         * config.h: add eCos support.
1651         * configure: likewise
1652         * configure.in: likewise
1653         * misc.c (GC_write): add eCos support.
1654         * os_dep.c (tiny_sbrk): add eCos support.
1656 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
1658         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1659         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1661 1998-11-23  Tom Tromey  <tromey@cygnus.com>
1663         * configure.host (boehm_gc_cflags): Don't add `-O2'.
1665 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
1667         * Makefile.am, Makefile.in, configure.host: tx39 build option
1668         "-G 0" added.
1670 1998-11-17  Tom Tromey  <tromey@cygnus.com>
1672         * configure: Rebuilt.
1673         * configure.in: Switch on host, not target.
1675 1998-11-16  Tom Tromey  <tromey@cygnus.com>
1677         * gc_priv.h (GC_debug_object_start): Declare.
1678         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1679         * gc.h (GC_debug_register_finalizer_no_order,
1680         GC_register_finalizer_no_order): Declare.
1681         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1682         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1683         (GC_debug_generic_malloc): Likewise.
1684         (GC_debug_object_start): new function.
1686 1998-11-11  Tom Tromey  <tromey@cygnus.com>
1688         * configure: Rebuilt.
1689         * configure.in: Recognize --enable-java-gc, not --enable-gc.
1691 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1693         * dyn_load.c: Handle QUICK_THREADS case.
1695 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1697         * configure: Rebuilt.
1698         * configure.in: Put cpp defines here, not in config.h.  Recognize
1699         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1700         define PACKAGE or VERSION.
1701         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1702         Don't define.
1704         * os_dep.c (GC_default_push_other_roots): Define when
1705         QUICK_THREADS defined.
1706         * misc.c: Added QUICK_THREADS case.
1707         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1708         * config.h (THREADS): Define if QUICK_THREADS defined.
1709         * Makefile.in: Rebuilt.
1710         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1711         quick_threads.c.
1712         * quick_threads.c: New file.
1714 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1716         * aclocal.m4, configure: Rebuilt.
1717         * acinclude.m4: Don't subst machine_dir or sys_dir.
1718         * configure.host: Removed unused code.
1720 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1722         * configure: Rebuilt.
1723         * configure.in: Fix typo in previous patch.
1725 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1727         * Makefile.in, aclocal.m4, configure: Rebuilt.
1728         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1729         * configure.host: Created.
1731 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1733         * Makefile.in: Rebuilt.
1734         * Makefile.am (lib_LIBRARIES): Use target_all.
1735         (EXTRA_LIBRARIES): New macro.
1736         * configure: Rebuilt.
1737         * configure.in: Recognize --enable-gc.
1739 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1741         * Makefile.in: Rebuilt.
1742         * Makefile.am (COMPILE): Define.
1743         (LINK): Likewise.
1744         (.s.o): Use MY_CFLAGS.
1745         * configure: Rebuilt.
1746         * configure.in (MY_CFLAGS): Define and subst.
1748 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1750         * configure: Rebuilt.
1751         * configure.in: Added --with-cross-host argument.  Use
1752         $with_cross_host to determine when cross-compiling.
1754         * config.h (SMALL_CONFIG): Don't define.
1755         * configure: Rebuilt.
1756         * configure.in: Define SMALL_CONFIG when cross-compiling.
1758 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1760         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1761         allchblk.c: Merged with 4.13a2 while preserving local changes.
1763         * Makefile.orig: Updated from Makefile in 4.13a2.
1765         * configure: Rebuilt.
1766         * configure.in: Updated version number to 4.13a2.  On Solaris,
1767         don't build with -O when using gcc.
1769         Merged in version 4.13alpha2:
1770         * config.h (USE_MMAP): Re-enable on Solaris.
1771         * solaris_pthreads.c: Removed RCS Id line.
1772         * alpha_mach_dep.s: Removed RCS Id line.
1774 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1776         * config.h (USE_MMAP): Don't define for Solaris.
1778 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1780         * Makefile.in: Rebuilt.
1781         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1783         * Makefile.in: Rebuilt.
1784         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1786 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1788         * Makefile.in: Rebuilt.
1789         * Makefile.am ($(all_objs)): Depend on config.h.
1791         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1792         DATASTART as &_etext.
1793         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1794         * configure: Rebuilt.
1795         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1796         tx39.
1798 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1800         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1801         (GC_maybe_gc): Likewise.
1802         * os_dep.c: If NO_SIGSET defined, then have empty
1803         GC_disable_signals and GC_enable_signals.
1804         * configure: Rebuilt.
1805         * configure.in: Added --with-target-subdir option.  If
1806         cross-compiling, define NO_SIGSET and NO_CLOCK.
1808 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1810         * Makefile.in: Rebuilt.
1811         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1812         (AS): Removed.
1813         * aclocal.m4, configure: Rebuilt.
1814         * acinclude.m4: New file.
1815         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1817 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1819         * configure: Rebuilt.
1820         * configure.in: Link boehm-config.h to config.h.
1821         * Makefile.in: Rebuilt.
1822         * Makefile.am (INCLUDES): Removed.
1823         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1824         JAVA_FINALIZATION): Define
1826 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1828         * Many files: Use GC_bool, not bool.
1829         * gc_priv.h: Define GC_bool, not bool.
1831         * misc.c (GC_dont_gc): Define as int.
1832         (GC_quiet): Likewise.
1833         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1834         * alloc.c (GC_dont_expand): Define as int.
1835         * gc_priv.h: For gcc, define bool as char.
1837 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1839         * Makefile.in: Rebuilt.
1840         * Makefile.am (check_PROGRAMS): New macro.
1841         (gctest_SOURCES): Likewise.
1842         (gctest_LDADD): Likewise.
1844 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1846         * Makefile.in: Rebuilt.
1847         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1848         * configure: Rebuilt.
1849         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1851 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1853         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1854         New files.
1855         * Makefile.orig: Renamed from Makefile.