1 2006-06-07 Petr Salinger <Petr.Salinger@seznam.cz>
3 * configure.ac: add support for GNU/kFreeBSD, accepted by upstream
5 * dyn_load.c: Likewise.
6 * include/gc.h: Likewise.
7 * private/gcconfig.h: Likewise.
8 * configure: Regenerate.
9 * include/gc_config.h.in: Regenerate.
11 2006-09-14 Tom Tromey <tromey@redhat.com>
14 * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
17 2006-08-21 Bryce McKinlay <mckinlay@redhat.com>
20 * configure.ac: Check for pthread_getattr_np(). Remove
21 GC_PTHREAD_SYM_VERSION detection.
22 * include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
23 GC_get_thread_stack_base): New declarations.
24 * pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
25 GC_get_thread_stack_base): New functions.
26 (GC_delete_thread): Don't try to free the first_thread.
27 * misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
28 (pthread_create_, constr): Removed.
29 (pthread_create): Don't rename.
30 * include/gc_ext_config.h.in: Rebuilt.
31 * include/gc_pthread_redirects.h (pthread_create): Define
33 * include/gc_config.h.in: Rebuilt.
36 2006-06-21 Keith Seitz <keiths@redhat.com>
38 * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
39 routine if signal is received and thread is flagged SUSPENDED.
40 (suspend_self): New function.
41 (GC_suspend_thread): New function.
42 (GC_resume_thread): New function.
43 * include/gc.h (GC_suspend_thread): Declare.
44 (GC_resumet_thread): Declare.
45 * include/private/pthread_support.h (SUSPENDED): New GC_thread
48 2006-06-20 Ranjit Mathew <rmathew@gcc.gnu.org>
50 Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
51 * os_dep.c (GC_wnt): Define.
52 (GC_init_win32): Set GC_wnt.
53 * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
54 sections also on Windows 9x/ME.
56 2006-06-02 Geoffrey Keating <geoffk@apple.com>
58 * configure.ac: Define HAS_PPC_THREAD_STATE_R0,
59 HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
60 HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
61 HAS_I386_THREAD_STATE___EAX.
62 * configure: Regenerate.
63 * include/gc_config.h.in: Regenerate.
64 * darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
65 macro names to determine value.
68 (GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
70 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
72 * Makefile.am: Add install-html target.
73 * Makefile.in: Regenerate.
74 * aclocal.m4: Regenerate.
75 * include/Makefile.in: Regenerate.
77 2006-03-07 Andrew Haley <aph@redhat.com>
79 * dyn_load.c (GC_has_static_roots): Declare.
80 (GC_register_dynlib_callback): Call GC_has_static_roots.
82 2006-04-11 Bryce McKinlay <mckinlay@redhat.com>
84 * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
85 GC_start_world): Call vm_deallocate to free act_list. Fix from
88 2006-03-24 Andreas Tobler <a.tobler@schweiz.ch>
89 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
91 * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
92 Warn about POSIX threads not being supported for *-*-hpux10*.
93 * configure: Regenerate.
95 2006-02-09 Tom Tromey <tromey@redhat.com>
97 * pthread_support.c: Conditionally include dlfcn.h.
99 2006-02-06 Jakub Jelinek <jakub@redhat.com>
100 Anthony Green <green@redhat.com>
101 Tom Tromey <tromey@redhat.com>
103 * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
104 * include/gc_config.h.in: Rebuilt.
105 * include/gc_pthread_redirects.h (pthread_create): Conditionally
107 * pthread_support.c (pthread_create_): New global.
108 (constr): New function.
109 (pthread_create): Conditionally renamed.
110 * configure: Rebuilt.
111 * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
113 2006-02-04 Alan Modra <amodra@bigpond.net.au>
115 * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
116 use broken 64-bit version.
118 2006-01-25 Andreas Tobler <a.tobler@schweiz.ch>
120 * darwin_stop_world.c: Change inline asm instruction to ld as ldz
123 * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
124 * Makefile.in: Regenerate.
126 2006-01-25 Bryce McKinlay <mckinlay@redhat.com>
128 * include/private/gcconfig.h: Revert to GC 6.6 version, removing
131 2006-01-24 Bryce McKinlay <mckinlay@redhat.com>
133 Import Boehm GC version 6.6.
135 2006-01-24 David Ayers <d.ayers@inode.at>
138 * include/gc.h: Fix prototype declarations for bootstrap.
140 2005-11-01 Bryce McKinlay <mckinlay@redhat.com>
142 * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
144 2005-09-15 Kazu Hirata <kazu@codesourcery.com>
146 * include/private/gc_locks.h (GC_test_and_set): Change the
147 constraint of the first operand to '0'.
149 2005-09-06 Tom Tromey <tromey@redhat.com>
152 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
155 2005-07-17 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
157 * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
159 2005-06-15 Andreas Tobler <a.tobler@schweiz.ch>
161 * os_dep.c: Add FreeBSD/PowerPC bits.
162 (GC_SysVGetDataStart): Likewise.
163 * include/private/gcconfig.h: Likewise.
165 2005-05-25 Andrew Haley <aph@redhat.com>
167 * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
170 2005-05-09 Mike Stump <mrs@apple.com>
172 * configure: Regenerate.
174 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
176 * os_dep.c, include/private/gc_locks.h: Import CRIS port by
177 Simon Posnjak from gc6.4.
178 * include/private/gcconfig.h: Ditto. Add M32R note from gc6.4.
180 2005-04-17 David S. Miller <davem@davemloft.net>
182 * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
183 * os_dep.c (GC_linux_stack_base): Check for bug present in some
184 Sparc glibc variants where __libc_stack_end is erroneously set
185 to "1". Fallback to procfs code in that case.
187 2005-04-12 Mike Stump <mrs@apple.com>
189 * configure: Regenerate.
191 2005-04-12 Richard Henderson <rth@redhat.com>
193 * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
195 2005-03-23 Mike Stump <mrs@apple.com>
197 * darwin_stop_world.c: Update for -m64 multilib.
198 * include/private/gcconfig.h: Likewise.
199 * powerpc_darwin_mach_dep.s: Likewise.
201 2005-03-01 Kelley Cook <kcook@gcc.gnu.org>
203 * Makefile.in, include/Makefile.in: Regenerate.
205 2005-02-26 Richard Earnshaw <rearnsha@arm.com>
207 * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
208 ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
210 2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
213 * configure.host: Set gc_use_mmap on *-linux*.
214 * configure.ac: Define USE_MMAP if gc_use_mmap is set.
215 * include/private/gc_priv.h: Include gc_config.h.
216 * configure, include/gc_config.h.in: Rebuilt.
218 2005-02-07 Hans Boehm <Hans.Boehm@hp.com>
220 * allchblk.c (GC_allochblk_nth): Dont overlook available space if
221 GC disabled, correctly convert GC_finalizer_mem_freed to byte,
223 * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
225 * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
226 and indent appropriately.
227 * mark_rts.c (GC_approx_sp): Access stack.
228 * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
229 callee-saves registers when appropriate.
230 (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
232 2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
234 * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
235 and include/gc_ext_config.h.
236 * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
237 * include/gc.h: Undef PACKAGE_* before including gc_config.h.
239 2004-12-13 Kelley Cook <kcook@gcc.gnu.org>
241 * configure: Regenerate.
243 2004-11-29 Bryce McKinlay <mckinlay@redhat.com>
246 Revert patches of 2004-11-26 and 2004-11-27.
248 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
250 * configure: Regenerate for libtool change.
252 2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
254 * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
256 2004-11-26 Bryce McKinlay <mckinlay@redhat.com>
258 Fix "PACKAGE_NAME redefined" errors.
259 * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
260 and include/gc_config.h.
261 * configure: Regenerated.
262 * include/gc_config.h.in: No longer auto-generated. Define only the
263 macros needed by libjava.
264 * include/config.h.in: Generated by autoheader.
265 * include/gc.h: Include config.h, not gc_config.h.
267 2004-11-25 Kelley Cook <kcook@gcc.gnu.org>
269 * configure: Regenerate for libtool reversion.
271 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
273 * configure: Regenerate for libtool change.
275 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
277 * configure.ac (machdep): Use sparc_mach_dep.lo on
278 sparc64-sun-solaris2.* too.
279 (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
280 * configure: Regenerate.
282 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
285 * configure.ac (threading): Accept 'posix95'.
286 * configure: Regenerate.
288 2004-11-04 Kelley Cook <kcook@gcc.gnu.org>
290 * Makefile.am: Define ACLOCAL_AMFLAGS.
291 * configure.ac: Remove redundant sinclude.
292 * acinclude.m4: Delete file.
293 * aclocal.m4: Regenerate.
294 * Makefile.in, include/Makefile.in: Regenerate.
295 * configure: Regenerate.
297 2004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
299 * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
302 2004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
304 * include/private/gcconfig.h: Add m32r-linux target.
306 2004-09-27 Kelley Cook <kcook@gcc.gnu.org>
308 * configure.ac: Update all AC_DEFINEs to newer style.
309 * configure: Regenerate.
310 * include/gc_config.h.in: Regenerate.
312 2004-08-27 Hans Boehm <Hans.Boehm@hp.com>
314 * backgraph.c, gc_priv.h (GC_traverse_back_graph,
315 GC_print_back_graph_stats): split GC_traverse_back_graph.
316 * backgraph.c: Dynamically grow in_progress_space.
317 * finalize.c (GC_notify_or_invoke_finalizers): also call
318 GC_print_back_graph_stats.
319 * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
320 GC_print_back_height): Move delarations to header file.
321 * configure.ac: rename --enable-full-debug to --enable-gc-debug.
322 * configure: Regenerate.
324 2004-08-23 Hans Boehm <Hans.Boehm@hp.com>
326 * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
327 * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
329 2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
331 * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
332 Reported by Danny Smith.
334 2004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
336 * misc.c (GC_init): Replace lhs cast with rhs cast.
338 2004-08-16 Bryce McKinlay <mckinlay@redhat.com>
340 * specific.c: Check GC_LINUX_THREADS before including
341 private/specific.h. From Richard Earnshaw.
343 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
345 * aclocal.m4: Remove obsolete construct for old automake.
346 * acinclude.m4: Regenerate with aclocal 1.9.1.
347 * configure.ac: Remove duplicate AC_WITH calls. Replace
348 AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
349 Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
350 Remove now-redundant subst of target_noncanonical. Remove
351 now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with
352 AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
353 Use slightly more modern form of AC_INIT.
354 * configure: Rebuild with autoconf 2.59.
355 * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
357 2004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
359 * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
360 since they're not known at this time.
361 * solaris_pthreads.c: Likewise.
363 2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
366 * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
368 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
370 * configure.ac (gc_cflags): Add -Iinclude.
371 (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
372 Don't write DEFS to boehm-cflags file.
373 * configure: Rebuilt.
374 * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
375 * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
376 * include/gc_config_macros.h: Remove backward-compatibility
377 redefinitions of GC_ names.
378 * include/gc.h: Include <gc_config.h>.
380 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
382 Import Boehm GC version 6.3.
384 2004-08-12 Kelley Cook <kcook@gcc.gnu.org>
386 * include/Makefile.in: Regenerate
388 2004-07-06 Andrew Pinski <apinski@apple.com>
390 * os-dep.c (GC_task_self): Declare as static
391 and remove the second declaration.
393 2004-06-20 Andreas Tobler <a.tobler@schweiz.ch>
395 * Makefile.am: Add rule for .S files to fix bootstrap on
397 * Makefile.in: Regenerate.
399 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
401 * boehm-gc/configure.ac: New name of configure.in.
402 Remove useless multilib stuff. Change uses of
403 INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
404 * boehm-gc/configure.in: New name of configure.in.
405 * boehm-gc/Makefile.am: Update for automake 1.8.5.
406 * boehm-gc/acinclude.m4: Include ../config/acx.m4.
407 * boehm-gc/aclocal.m4: Regenerate.
408 * boehm-gc/configure: Regenerate.
409 * boehm-gc/Makefile.in: Regenerate.
411 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
413 * .cvsignore: New file.
415 2004-04-25 Andreas Jaeger <aj@suse.de>
417 * mark.c (GC_mark_from): Use pointer as prefetch argument.
419 2004-04-06 H.J. Lu <hongjiu.lu@intel.com>
421 * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
423 (PREFETCH_FOR_WRITE): Likewise.
425 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
427 * configure.ac: Bump AC_PREREQ to 2.59.
428 * configure: Regenerate.
429 * config.in: Regenerate.
431 2004-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
433 * ltconfig, ltmain.sh: Remove unused files.
434 * configure.in: Remove bogus extra early invocation of
436 * configure: Regenerate.
437 * mkinstalldirs, install-sh, config.sub, config.guess:
438 Remove (now) unused files.
439 * Makefile.in: Regenerate (losing references to vanished
442 * configure.in: Add CCAS, CCASFLAGS for future automakes.
443 * configure, Makefile.in, include/Makefile.in: Regenerate.
445 * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
446 * Makefile.in: Regenerate.
448 * configure.in: Remove bogus duplicate invocation of
449 AM_MAINTAINER_MODE. Remove obsolete comment.
450 * configure: Regenerate.
452 * acinclude.m4: Remove GC_CONFIGURE macro; move contents
454 * aclocal.m4: Regenerate.
455 * configure.in: Receive contents of GC_CONFIGURE macro.
456 * configure: Regenerate.
458 * configure.in: Remove more obsolete, bogus code.
459 * configure: Regenerate.
461 * acinclude.m4: Remove obsolete and bogus constructs.
462 * aclocal.m4: Regenerate.
463 * configure: Regnerate.
465 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
467 * acinclude.m4: De-precious CC and CXX so that the right flags
468 are passed down to multilibs.
469 * aclocal.m4: Regenerate.
470 * configure: Regenerate.
472 2004-02-22 Zack Weinberg <zack@codesourcery.com>
473 Nathanael Nerode <neroden@twcny.rr.com>
474 Alexandre Oliva <aoliva@redhat.com>
476 * config.sub, config.guess: Replace with forwarding scripts
477 which invoke the master copies in the top level.
479 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
481 * acinclude.m4: Remove old no-executables workaround;
482 add new no-executables workaround.
483 * aclocal.m4: Regenerate.
484 * configure.in: Change prereqs to autoconf 2.57.
485 * configure: Regenerate with autoconf 2.57.
487 * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
488 * configure: Regenerate.
489 * Makefile.am: Use target_noncanonical variable from configure.
490 * Makefile.in: Regenerate.
491 * include/Makefile.in: Regenerate.
493 2004-02-20 Andrew Cagney <cagney@redhat.com>
495 * config.guess: Update from version 2002-01-10 to 2004-02-16.
496 * config.sub: Update from version 2002-01-02 to 2004-02-16.
498 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
500 * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
501 * aclocal.m4: Rebuild.
502 * configure: Regenerate.
504 * acinclude.m4: Move certain code to configure.in.
505 * configure.in: Receive code from acinclude.m4.
506 * aclocal.m4: Rebuild.
507 * configure: Regenerate.
509 * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
511 2004-01-20 Andrew Haley <aph@redhat.com>
513 * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
515 * configure.in: Comment change.
517 2004-01-16 Andrew Haley <aph@redhat.com>
519 * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
520 add for ia64; remove for MIPS.
521 * configure: Regnerated.
523 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
525 * configure.in: Add in AC_PREREQ(2.13)
527 2004-01-07 Dave Jones <davej@redhat.com>
529 * malloc.c (GC_generic_malloc): Correct initialization typo.
530 * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
532 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
534 * include/private/gcconfig.h: Re-install change of 2003-04-16.
536 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
538 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
541 2003-10-18 Alan Modra <amodra@bigpond.net.au>
543 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
546 2003-10-03 Jeff Sturm <jsturm@one-point.com>
548 * configure: Rebuild.
550 2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
552 * configure.in: Remove NO_GETENV definition for win32.
553 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
554 * misc.c (GC_init_inner): Call GC_thr_init for win32.
555 (GC_set_warn_proc): Add assertion.
556 * win32_threads.c: Import 6.3alpha2 version.
557 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
559 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
561 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
562 2.3/SPARC, there are no micro versions.
563 Treat Solaris 10 and up alike.
564 * configure: Regenerate.
566 2003-09-22 Anthony Green <green@redhat.com>
568 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
571 2003-09-20 <green@redhat.com>
573 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
574 check for __arm__ or __thumb__.
576 2003-09-09 Alan Modra <amodra@bigpond.net.au>
578 * configure: Regenerate.
580 2003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
581 Roger Sayle <roger@eyesopen.com>
583 * configure.in: Set INCLUDES to absolute path.
584 Save $INCLUDES in boehm-cflags, too.
585 Set INCLUDES so it's available to config.status.
586 * configure: Regenerate.
588 2003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
590 * include/gc.h (GC_CreateThread): Declare with WINAPI
592 * win32_threads.c (GC_CreateThread): Make definitions consistent
593 with declaration. Cast &thread_table[i].handle to PHANDLE
594 in call to DuplicateHandle
595 (thread_start): Declare as static.
597 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
599 * dyn_load.c: Define __private_extern__ to match Apple's system
602 2003-07-28 Loren J. Rittle <ljrittle@acm.org>
604 * os_dep.c: Remove redundancy introduced in last merge.
606 2003-07-28 Jeff Sturm <jsturm@one-point.com>
609 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
610 * ChangeLog: Likewise.
611 * Makefile.am: Likewise.
612 * Makefile.direct: Likewise.
613 * Makefile.dj: Likewise.
614 * allchblk.c: Likewise.
616 * backgraph.c: Likewise.
617 * configure.host: Likewise.
618 * configure.in: Likewise.
619 * dbg_mlc.c: Likewise.
620 * dyn_load.c: Likewise.
621 * finalize.c: Likewise.
622 * gc_cpp.cc: Likewise.
623 * gc_dlopen.c: Likewise.
624 * gcj_mlc.c: Likewise.
625 * if_mach.c: Likewise.
626 * mach_dep.c: Likewise.
627 * malloc.c: Likewise.
628 * mallocx.c: Likewise.
630 * mark_rts.c: Likewise.
632 * os_dep.c: Likewise.
633 * ptr_chck.c: Likewise.
634 * reclaim.c: Likewise.
635 * solaris_pthreads.c: Likewise.
636 * solaris_threads.c: Likewise.
637 * sparc_mach_dep.S: Likewise.
638 * threadlibs.c: Likewise.
639 * typd_mlc.c: Likewise.
640 * version.h: Likewise.
641 * win32_threads.c: Likewise.
642 * Mac_files/MacOS_Test_config.h: Likewise.
643 * Mac_files/MacOS_config.h: Likewise.
644 * cord/cordbscs.c: Likewise.
645 * cord/cordprnt.c: Likewise.
646 * cord/de_win.c: Likewise.
647 * doc/README: Likewise.
648 * doc/README.MacOSX: Likewise.
649 * doc/README.changes: Likewise.
650 * doc/README.environment: Likewise.
651 * doc/README.ews4800: Likewise.
652 * doc/README.linux: Likewise.
653 * doc/README.macros: Likewise.
654 * doc/README.win32: Likewise.
655 * doc/debugging.html: Likewise.
656 * doc/gcdescr.html: Likewise.
657 * doc/tree.html: Likewise.
658 * include/Makefile.in: Likewise.
659 * include/gc.h: Likewise.
660 * include/gc_cpp.h: Likewise.
661 * include/gc_local_alloc.h: Likewise.
662 * include/gc_mark.h: Likewise.
663 * include/gc_pthread_redirects.h: Likewise.
664 * include/gc_typed.h: Likewise.
665 * include/new_gc_alloc.h: Likewise.
666 * include/private/dbg_mlc.h: Likewise.
667 * include/private/gc_hdrs.h: Likewise.
668 * include/private/gc_locks.h: Likewise.
669 * include/private/gc_pmark.h: Likewise.
670 * include/private/gc_priv.h: Likewise.
671 * include/private/gcconfig.h: Likewise.
672 * include/private/solaris_threads.h: Likewise.
673 * include/private/specific.h: Likewise.
674 * tests/test.c: Likewise.
675 * tests/test_cpp.cc: Likewise.
677 * configure: Rebuild.
678 * Makefile.in: Rebuild.
680 * mips_sgi_mach_dep.s: Add.
682 * alpha_mach_dep.s: Remove.
683 * irix_threads.c: Remove.
684 * linux_threads.c: Remove.
685 * mips_sgi_mach_dep.S: Remove.
687 * powerpc_macosx_mach_dep.s: Remove.
688 * doc/Makefile.am: Remove.
689 * doc/Makefile.in: Remove.
691 2003-07-25 Roger Sayle <roger@eyesopen.com>
693 * configure.host: Only use +ESdbgasm when using the HPUX native
694 compiler on PA-Risc. It isn't recognized by GCC and is silently
695 ignored by HP's compilers on ia64.
697 2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
699 * configure.in: define GC_DLL under mingw if --enable-shared
701 * win32_threads.c: add #ifdef GC_DLL around DllMain
703 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
705 * include/private/gcconfig.h: Add support for arm-netbsdelf.
707 2003-04-09 Tom Tromey <tromey@redhat.com>
709 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
711 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
713 2003-03-22 Richard Henderson <rth@redhat.com>
715 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
716 (GC_test_and_set): Use __sync_lock_test_and_set.
717 (GC_clear): Use volatile assignment.
718 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
719 (GC_memory_write_barrier): Use __sync_synchronize.
721 2003-03-12 Andreas Schwab <schwab@suse.de>
723 * configure.in: Avoid trailing /. in toolexeclibdir.
724 * configure: Rebuilt.
726 2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
727 * include/private/gcconfig.h (GC_data_start): declare when needed.
728 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
730 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
731 GC_register_dynlib_callback): Register main data for static
732 executable if dl_iterate_phdr() didn't.
733 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
734 if we don't expect to register main static data.
736 2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
737 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
738 (GC_push_roots): explicitly mark free list headers, register
739 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
740 * alloc.c (GC_stopped_mark): Conditionally call
741 GC_cond_register_dynamic_libraries().
742 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
743 * dyn_load.c (GC_register_main_static_data): define.
744 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
745 no longer skip main data.
746 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
747 (GC_init_inner): Make main data registration conditional.
748 * include/private/gc_priv.h (GC_register_main_static_data): declare.
749 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
752 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
754 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
756 * configure: Rebuilt.
758 2003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
760 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
762 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
764 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
765 Remove USE_LIBDIR conditional.
766 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
767 * Makefile.in, configure: Rebuilt.
769 2002-12-31 Tom Tromey <tromey@redhat.com>
772 * include/Makefile.in: Rebuilt.
773 * include/Makefile.am (noinst_HEADERS): Renamed from
776 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
778 * ltconfig (osf[345]): Append $major to soname_spec.
779 Reflect this in library_names_spec.
780 * ltmain.sh (osf): Prefix $major with . for use as extension.
782 2002-10-02 Andreas Jaeger <aj@suse.de>
784 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
786 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
788 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
789 check for __arm__ or __thumb__.
791 2002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
793 * include/private/gcconfig: Add machine type S390. Add s390x support.
794 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
795 (GC_compare_and_exchange): Likewise.
797 2002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
799 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
801 2002-08-23 Adam Megacz <adam@xwt.org>
803 * win32_threads.cc: Removed extraneous ABORT()
805 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
807 * Makefile.am (all-multi): Fix multilib parallel build.
809 2002-07-18 Bo Thorsen <bo@suse.de>
811 * include/private/gcconfig.h: Add x86-64 definitions.
812 * os_dep.c: Add x86-64 support.
813 * configure.in: Likewise.
814 * configure: Regenerate.
816 2002-07-18 H.J. Lu <hjl@gnu.org>
818 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
820 2002-07-18 H.J. Lu (hjl@gnu.org)
822 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
825 2002-06-28 Hans Boehm <Hans_Boehm@hp.com>
828 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
830 2002-06-09 H.J. Lu (hjl@gnu.org)
832 * include/private/gc_locks.h (GC_test_and_set): Support
834 (GC_TEST_AND_SET_DEFINED): Likewise.
836 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
839 (LINUX_STACKBOTTOM): Likewise.
840 (STACKBOTTOM): Removed for Linux/mips.
842 Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
844 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
845 (GC_pthread_create): Fix typo.
846 (GC_TRY_LOCK): Likewise.
847 * include/private/gc_locks.h (GC_test_and_set): Only take one
849 (LOCK): Adjust appropriately.
850 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
851 _SIGRTMIN is unavailable.
853 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
855 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
856 * aclocal.m4: Regenerate.
857 * configure: Regenerate.
859 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
861 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
862 script entry, and set LD to it when configuring multilibs.
863 * configure: Rebuilt.
865 2002-04-22 Jeff Sturm <jsturm@one-point.com>
867 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
868 (noinst_LTLIBRARIES): Add libgcjgc.la.
870 * Makefile.in: Rebuild.
872 2002-04-22 David S. Miller <davem@redhat.com>
874 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
875 64-bit SPARC Linux, the __libc_stack_end technique does
876 not work in this case.
878 2002-04-22 Jeff Sturm <jsturm@one-point.com>
880 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
882 2002-04-17 Hans Boehm <Hans_Boehm@hp.com>
884 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
887 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
889 * include/private/gcconfig.h (DATAEND): Update comment example
892 2002-04-08 Loren J. Rittle <ljrittle@acm.org>
894 * include/private/gcconfig.h (DATAEND): Clarify comment.
896 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
898 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
899 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
901 * allchblk.c (GC_allchblk_nth): Change text and support reduced
902 frequency for blacklist warning message.
903 * misc.c (GC_large_alloc_warn_interval,
904 GC_large_alloc_warn_suppressed): define.
905 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
906 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
907 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
908 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
910 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
912 2002-04-04 Loren J. Rittle <ljrittle@acm.org>
914 * include/private/gcconfig.h: Add support for an unmapped
915 memory hole between the end of the initialized data segment
916 and the start of the BSS on FreeBSD/i386.
918 2002-03-30 Krister Walfridsson <cato@df.lth.se>
920 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
923 2002-03-29 Hans Boehm <Hans_Boehm@hp.com>
925 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
926 (GC_local_gcj_malloc): Add assertion.
927 (start_mark_threads): Fix abort message.
928 * mark.c (GC_mark_from): Generalize assertion.
929 * reclaim.c (GC_clear_fl_links): New function.
930 (GC_start_reclaim): Must clear some freelist links.
931 * include/private/specific.h, specific.c: Add assertions.
932 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
933 Rearrange tse fields.
935 2002-03-27 Richard Henderson <rth@redhat.com>
937 * os_dep.c (GC_init_linux_data_start): Fix references to
938 __data_start and _end.
940 2002-03-25 Loren J. Rittle <ljrittle@acm.org>
942 * include/private/gcconfig.h: Change all likely references
943 to linker script synthesized symbols to use this idiom:
944 extern int etext[]; etext
946 2002-03-25 Jeff Sturm <jsturm@one-point.com>
948 * linux_threads.c (GC_get_nprocs): Close file descriptor.
950 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
952 * include/private/gcconfig.h: Add unified test for FreeBSD.
953 Support FreeBSD/alpha.
954 * os_dep.c: Do not include <machine/trap.h> unless available.
955 (GC_freebsd_stack_base): Fix types.
957 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
959 * Makefile.am: Make a convenience library.
960 * Makefile.in: Rebuilt.
962 2002-03-15 Anthony Green <green@redhat.com>
964 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
965 * configure.in: Disable use of getenv for win32 targets (some of
966 which have broken implementations).
967 * configure: Rebuilt.
969 2002-03-12 Adam Megacz <adam@xwt.org>
971 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
972 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
973 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
974 statically initialized it to TRUE if compiling with GCC.
975 * win32_threads.c (thread_start): We no longer use SEH if
977 * mark.c (GC_mark_some): We no longer use SEH if
980 2002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
982 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
983 support is enabled, for hash synchronization.
985 2002-02-24 Adam Megacz <adam@xwt.org>
987 * Makefile.am: Added win32_threads.c to sources list.
988 * win32_threads.c: Added two */'s which I had neglected.
990 2002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
992 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
993 * Makefile.in: Rebuilt.
995 2002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
997 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
999 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
1001 * mips_sgi_mach_dep.S: Likewise.
1002 * Makefile.am: Update for above changes.
1003 * Makefile.in: Rebuilt.
1005 2002-02-12 Richard Henderson <rth@redhat.com>
1007 * configure.in: Re-apply 2001-06-26 configure change.
1008 * configure: Rebuild.
1010 2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1012 Imported GC 6.1 Alpha 3.
1014 * sparc_mach_dep.S: Delete incorrectly named file.
1016 2001-02-11 Adam Megacz <adam@xwt.org
1018 * configure.in: support for win32, saner
1019 cross-compile options
1021 2001-02-08 Anthony Green <green@redhat.com>
1023 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
1024 board embedded targets.
1025 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
1026 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
1027 redundant uses of ECOS.
1028 * misc.c: Use NOSYS where ECOS is being used.
1029 Don't define GC_write twice for ECOS systems.
1030 (GC_write): New function for NOSYS targets.
1032 2002-02-06 Adam Megacz <adam@xwt.org>
1034 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
1035 now exposed on all Win32 platforms.
1036 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
1037 compiles on Win32; it invokes CreateThread() if GC is built
1038 as a DLL; otherwise it registers the thread.
1039 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
1040 libgcjgc was not built as a DLL.
1042 2002-02-01 Adam Megacz <adam@xwt.org>
1044 * boehm-gc on win32 now automatically detects if it is being built
1045 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
1047 2002-01-25 David Edelsohn <edelsohn@gnu.org>
1049 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
1050 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
1051 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
1052 DATASTART and DATAEND roots.
1053 * rs6000_mach_dep.s: Add function descriptor and traceback table.
1055 2001-12-16 Jeff Sturm <jsturm@one-point.com>
1057 * dyn_load.c: Define ElfW (if needed) for all targets,
1059 (GC_FirstDLOpenedLinkMap): Use it.
1060 (GC_register_dynamic_libraries_dl): Use it.
1061 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
1064 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
1067 * configure.in: Add AC_SUBST(target_alias).
1068 * configure: Regenerated.
1070 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
1072 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1073 case for GC_FREEBSD_THREADS.
1074 * configure.in (*-*-freebsd*): Clarify warning.
1075 * configure: Rebuilt.
1077 2001-10-23 Loren J. Rittle <ljrittle@acm.org>
1078 Andreas Tobler <toa@pop.agri.ch>
1080 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1082 2001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1084 * linux_threads.c (GC_init_parallel): Do not declare as a static
1086 * include/gc.h (GC_init): Declare here. Add description.
1087 * include/private/gc_priv.h (GC_init): Remove declaration.
1089 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
1091 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1092 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1093 GC_FREEBSD_THREADS, handle strange interaction between system
1094 pthread implementation and boehm-gc signal-handler architecture.
1095 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1097 * include/private/gcconfig.h (configuration keyed off FREEBSD):
1098 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
1099 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1101 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
1103 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1104 * Makefile.in: Rebuilt.
1106 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1108 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1109 merged local changes.
1111 2001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1113 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1114 Solaris 2/Intel definition.
1116 * configure.in (i?86-*-solaris2.[89]*): Define
1117 SOLARIS25_PROC_VDB_BUG_FIXED.
1118 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1119 * configure: Regenerate.
1121 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1122 (DATAEND): Define using _end.
1124 2001-09-11 Per Bothner <per@bothner.com>
1126 * include/Makefile.am: New file. It defines include_HEADERS.
1127 * Makefile.am (SUBDIRS): New macro, set to include.
1128 * configure.in (AC_OUTPUT): Add include/Makefile.
1130 2001-08-20 Tom Tromey <tromey@redhat.com>
1132 * configure: Rebuilt.
1133 * configure.in: Always ask gcc for threads package.
1135 2001-08-17 Tom Tromey <tromey@redhat.com>
1137 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1138 merged local changes.
1140 2001-08-02 David Billinghurst <David.Billinghurst>
1142 * configure: Rebuilt.
1143 * configure.in: POSIX threads on cygwin does not link with
1146 2001-07-03 Tom Tromey <tromey@redhat.com>
1148 Fix for PR bootstrap/3281:
1149 * aclocal.m4, configure, Makefile.in: Rebuilt.
1150 * acinclude.m4: Set mkinstalldirs for in-tree build.
1152 2001-06-26 Richard Henderson <rth@redhat.com>
1154 * alpha_mach_dep.s: Mark call-saved FP registers.
1155 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1156 * configure.in (alpha*): Re-enable alpha_mach_dep.s
1157 * configure: Rebuild.
1159 2001-06-12 Tom Tromey <tromey@redhat.com>
1161 * aclocal.m4, configure: Rebuilt.
1162 * acinclude.m4: Find configure.host in srcdir.
1164 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
1166 * configure.in (AC_EXEEXT): Work around in case it expands to
1167 nothing, as in autoconf 2.50.
1168 * acinclude.m4: Likewise.
1169 * aclocal.m4, configure: Rebuilt.
1171 2001-06-07 Tom Tromey <tromey@redhat.com>
1173 For PR bootstrap/3075:
1174 * configure, aclocal.m4, Makefile.in: Rebuilt.
1175 * configure.in: Don't call AC_CONFIG_AUX_DIR or
1176 AC_CANONICAL_SYSTEM.
1177 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1178 AC_CANONICAL_SYSTEM here.
1179 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1182 2001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1184 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1185 (libgcjgc_la_SOURCES): Remove typo.
1186 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1187 * Makefile.in: Rebuilt.
1189 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1191 Imported version version 6.0alpha7.
1193 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1194 README.amiga, README.debugging, README.dj, README.hp, README.linux,
1195 README.rs6000, README.sgi, README.solaris2, README.uts,
1196 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1197 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1198 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1199 hpux_irix_threads.c, makefile.depend, nursery.c,
1200 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1201 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1202 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1203 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1206 2001-05-19 Hans Boehm <hans_boehm@hp.com>
1208 * configure.host: Build with -fexceptions.
1209 * linux_threads.c: Remember which thread stopped world for
1211 2001-05-04 Loren J. Rittle <ljrittle@acm.org>
1212 with final tuning by Bryce McKinlay
1214 * configure.in: Add support for --enable-threads=posix on FreeBSD.
1215 * configure: Rebuilt.
1217 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
1219 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1220 (GC_noop1): Change declaration to take one argument.
1222 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
1224 * configure.in: Obtain THREADS with `gcc -v'.
1225 * configure: Rebuilt.
1227 2001-04-05 Hans Boehm <hans_boehm@hp.com>
1229 * misc.c: Back out buggy changes to stack clearing code.
1230 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1231 spent clearing memory.
1233 2001-04-04 Hans Boehm <hans_boehm@hp.com>
1236 - Accomodate finalization requests for static objects.
1237 (Will be required by hash synchronization. May be needed
1238 in some configurations now.)
1241 - Define MIN_WORDS. All allocation requests are rounded
1242 up to at least this size. Removes a subtle assumption that
1243 Java objects have a 2 word header.
1246 - Adjust Linux/IA64 configuration for non-ancient kernels.
1247 (Necessary fix for IA64.)
1250 - Fix syntax error in currently unused code. Will be needed
1258 - Change stack cleaning code to typically clear about one tenth
1259 the memory it used to in the threads configuration. Occasionally
1260 still clear more. (This is really a fix for a long-standing
1261 and fairly significant performance bug with threads.)
1264 - Fix the code for finding the beginning of the data segment under
1265 Linux. I believe this is necessary for some IA64 Linux
1266 distributions. It will also helo other platforms, though those
1267 may additionally require a gcconfig.h adjustment. (This basically
1268 works around the absence of a data_start or __data_start
1269 definition in glibc.)
1272 - Handle rounding due to MIN_WORDS.
1274 2001-03-22 Tom Tromey <tromey@redhat.com>
1276 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1278 2001-03-19 Tom Tromey <tromey@redhat.com>
1280 * Makefile.in: Rebuilt.
1281 * Makefile.am (gctest_LDFLAGS): new macro.
1283 2001-03-16 Tom Tromey <tromey@redhat.com>
1285 * Makefile.in: Rebuilt.
1286 * Makefile.am (TESTS_ENVIRONMENT): New macro.
1288 2001-01-23 Rod Stewart <stewart@lab43.org>
1290 * gcconfig.h: Check for `__arm__', not `arm'.
1292 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
1294 * configure.in: Rename THREADLIB to THREADLIBS.
1295 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1296 ensures that we link the correct version of the linuxthreads semaphore
1298 * Makefile.in: Rebuilt.
1299 * configure: Rebuilt.
1301 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1302 list of signals which are not blocked during suspend in the NO_SIGNALS
1305 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
1307 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1309 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
1311 * Makefile.dist: Renamed from Makefile.orig.
1313 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
1315 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1316 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1318 * Makefile.in: Rebuilt.
1319 * configure: Likewise.
1321 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
1323 * gcconfig.h: Add new case for powerpc EABI.
1324 [PPC]: Handle embedded OS for powerpc simulator.
1326 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
1328 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1329 cross-compile configuration only.
1330 * Makefile.am: Build gcj_mlc.c.
1331 * configure, Makefile.in: Rebuilt.
1333 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
1335 * acinclude.m4: Include libtool macros from the top level.
1336 * aclocal.m4, configure: Rebuilt.
1338 2000-09-04 Anthony Green <green@redhat.com>
1340 Fix for PR libgcj/230:
1341 * mark.c (GC_mark_from_mark_stack): Remove call to
1342 GC_debug_object_start.
1343 * gc_priv.h (GC_debug_object_start): Remove prototype.
1345 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1347 * gcconfig.h [OSF1] (_end): Declare as `int'.
1349 2000-08-02 Tom Tromey <tromey@cygnus.com>
1351 * gc_priv.h (GC_generic_malloc_inner): Prototype.
1352 (GC_generic_malloc): Likewise.
1353 (GC_add_to_black_list_normal): Likewise.
1354 (GC_find_header): Likewise.
1355 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1356 * gc_mark.h (GC_find_start): Prototype.
1357 (GC_signal_mark_stack_overflow): Likewise.
1359 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
1361 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1362 * configure: Rebuilt.
1364 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1366 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
1368 Imported version 5.1.
1369 * acinclude.m4: Push version to 5.1.
1371 2000-06-19 Andrew Haley <aph@cygnus.com>
1373 * os_dep.c (read): Pass two dummy args to syscall().
1375 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
1377 Imported 5.0 release version.
1378 * acinclude.m4: Increment version to 5.0.
1380 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
1382 Imported version 5.0alpha7.
1383 * acinclude.m4: Update version to 5.0a7.
1385 2000-04-26 Jakub Jelinek <jakub@redhat.com>
1387 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1388 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1389 - sparc glibc does not provide it.
1390 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1391 Make STACKBOTTOM depend on the wordsize.
1392 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1393 (struct frame): Declare on sparc*-linux*.
1394 (GC_save_callers): Bias the frame pointers if needed (sparc64).
1395 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1396 Implement on sparc64.
1397 (GC_clear_stack_inner): Implement on sparc64.
1398 * gc_priv.h (GC_test_and_set): Implement for sparc.
1399 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1400 GC_save_regs_in_stack on sparc.
1402 2000-04-23 Tom Tromey <tromey@cygnus.com>
1404 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1406 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
1408 Imported version version 5.0alpha6.
1409 * acinclude.m4: Bump version to 5.0a6.
1410 * configure.in: Don't use alpha_mach_dep.s.
1411 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1413 * Makefile.am, Makefile.in: irix_threads.c is now
1414 hpux_irix_threads.c.
1415 * Makefile.orig: Updated from gc distribution Makefile.
1417 2000-03-26 Anthony Green <green@redhat.com>
1419 * misc.c (GC_enable): Always define GC_enable and GC_disable.
1421 2000-02-14 Tom Tromey <tromey@cygnus.com>
1423 * gc.h (dlopen): Define as GC_dlopen on Linux.
1424 (GC_dlopen): Declare on Linux.
1425 * dyn_load.c (GC_dlopen): Define for Linux.
1427 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
1429 * gcconfig.h (DATASTART): Add missing extern declaration
1430 for data_start on powerpc.
1432 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
1434 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1437 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
1439 * gcconfig.h: Define DATASTART for Alpha Linux.
1441 1999-12-19 Anthony Green <green@cygnus.com>
1443 * gcconfig.h: Use libgcj hack for Alpha Linux.
1444 Undefine MPROTEXT_VDB (from Jeff Sturm).
1445 * os_dep.c: Remove Alpha Linux hacks.
1448 1999-12-13 Tom Tromey <tromey@cygnus.com>
1450 * aclocal.m4, configure: Rebuilt.
1451 * acinclude.m4: Changed version to 5.0a4.
1452 * Makefile.in: Rebuilt.
1453 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1455 1999-12-12 Anthony Green <green@cygnus.com>
1457 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1459 (DYNAMIC_LOADING): Define for PowerPC Linux.
1460 * os_dep.c: Remove some special cases for PowerPC Linux.
1461 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1464 1999-11-04 Tom Tromey <tromey@cygnus.com>
1466 * Makefile.in: Rebuilt.
1467 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1469 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1470 (GC_thr_init): Don't declare.
1472 * configure: Rebuilt.
1473 * configure.in: Removed qt threads case.
1474 * dyn_load.c: Don't mention QUICK_THREADS.
1475 * os_dep.c: Don't mention QUICK_THREADS.
1476 * misc.c: Don't mention QUICK_THREADS.
1477 * gcconfig.h: Don't mention QUICK_THREADS.
1478 * gc_priv.h: Removed QUICK_THREADS code.
1479 * quick_threads.c: Removed.
1481 1999-11-03 Tom Tromey <tromey@cygnus.com>
1483 * gcconfig.h: Merged in local changes from old config.h.
1485 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
1487 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1489 1999-11-02 Tom Tromey <tromey@cygnus.com>
1491 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1493 * configure: Rebuilt.
1494 * configure.in: Don't create boehm-config.h.
1495 * Makefile.in: Rebuilt.
1496 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1498 ($(all_objs)): Depend on gcconfig.h.
1499 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1500 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1501 * config.h: Removed.
1503 1999-11-01 Tom Tromey <tromey@cygnus.com>
1505 * Makefile.in: Rebuilt.
1506 * Makefile.am (gctest_LDADD): Added THREADLIB.
1508 * configure: Rebuilt.
1509 * configure.in (INCLUDES): New subst.
1511 1999-09-29 Steve Chamberlain <sac@pobox.com>
1513 * config.h: Added picoJava target.
1514 * mach_dep.h (GC_push_regs): New code for picoJava.
1516 1999-09-28 Tom Tromey <tromey@cygnus.com>
1518 * aclocal.m4, configure: Rebuilt.
1519 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1520 appropriate AC_PROG_ symbol.
1522 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1524 * gc_priv.h: IRIX thread changes from
1525 include/private/gc_priv.h.
1527 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1529 * Makefile.in: Rebuilt.
1530 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1533 * configure: Rebuilt.
1534 * configure.in: Properly align --help output, fix capitalization
1536 * acinclude.m4: Likewise.
1538 1999-08-04 Tom Tromey <tromey@cygnus.com>
1540 * configure.in: Added missing `;;'. From Anthony Green.
1542 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1544 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1546 1999-08-03 Tom Tromey <tromey@cygnus.com>
1548 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1549 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1551 1999-08-02 Tom Tromey <tromey@cygnus.com>
1553 * aclocal.m4, configure: Rebuilt for new libtool.
1555 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1557 * mips_sgi_mach_dep.s: Enable PIC option.
1559 1999-07-19 Tom Tromey <tromey@cygnus.com>
1561 * config.h (MPROTECT_VDB): Don't define on Linux.
1563 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1565 * Makefile.am (.s.lo): Avoid `#line' directives.
1566 * Makefile.in: Rebuilt.
1568 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1570 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1571 generate *-recursive for this Makefile, use *-am instead.
1572 * Makefile.in: Rebuilt.
1574 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1576 * Makefile.am (.s.lo): Renamed from `.s.o'.
1577 * Makefile.in: Rebuilt.
1579 1999-06-21 Tom Tromey <tromey@cygnus.com>
1581 Alpha patch from Jeff Sturm:
1582 * os_dep.c (GC_init_linuxalpha): New function.
1583 * misc.c: Initialize for alpha linux.
1584 * gc_priv.h (GC_test_and_set): Define for alpha.
1585 * config.h: Don't assume __data_start on alpha.
1587 * Makefile.in: Rebuilt.
1588 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1591 * Makefile.in: Rebuilt.
1592 * Makefile.am (toolexeclibdir): Define as libdir when
1594 * configure: Rebuilt.
1595 * configure.in (USE_LIBDIR): New conditional.
1597 * configure: Rebuilt.
1598 * configure.in: Recognize all forms of alpha.
1600 1999-06-17 Anthony Green <green@cygnus.com>
1602 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1603 Carlo Dapor <carlo@vis.ethz.ch>).
1605 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1607 * configure.in: Switch from irix threads to posix threads
1608 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1609 for mips architecture.
1610 * configure: Regenerate.
1612 1999-04-30 Tom Tromey <tromey@cygnus.com>
1614 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1616 1999-04-26 Tom Tromey <tromey@cygnus.com>
1618 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1621 1999-04-23 Tom Tromey <tromey@cygnus.com>
1623 * Makefile.in, configure: Rebuilt.
1624 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1625 (libgcjgc_la_SOURCES): Renamed.
1626 (libgcjgc_la_LIBADD): Likewise.
1627 (libgcjgc_la_DEPENDENCIES): Likewise.
1628 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1629 (gctest_LDADD): Use libgcjgc.la.
1630 (all_objs): Mention libgcj_la_OBJECTS.
1631 (EXTRA_LTLIBRARIES): Renamed.
1632 (toollib_LTLIBRARIES): Likewise.
1633 (libgcjgc_la_LDFLAGS): New macro
1634 (toolexecdir): Renamed.
1635 (toolexeclibdir): Likewise.
1636 (toolexeclib_LTLIBRARIES): Likewise.
1637 (LTCOMPILE): Renamed; added libtool invocation.
1638 (LINK): Added libtool invocation.
1639 (.s.o): use LTCOMPILE.
1640 * configure.in: Call AM_PROG_LIBTOOL.
1641 (target_all): Set to libgcjgc.la.
1642 Mention `.lo' forms of object files.
1644 1999-04-21 Tom Tromey <tromey@cygnus.com>
1646 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1649 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1650 sigcontext.h. From Matthias Klose <doko@itso.de>.
1652 1999-04-16 Tom Tromey <tromey@cygnus.com>
1654 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1655 David Pettersson <dapet@mai.liu.se>
1657 1999-04-14 Tom Tromey <tromey@cygnus.com>
1659 * configure: Rebuilt.
1660 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1661 incorrect patch of 199-04-09.
1663 * configure: Rebuilt.
1664 * configure.in: Added support for alpha.
1665 From David Pettersson <dapet@mai.liu.se>.
1667 1999-04-13 Tom Tromey <tromey@cygnus.com>
1669 * Makefile.in: Rebuilt.
1670 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1673 1999-04-09 Tom Tromey <tromey@cygnus.com>
1675 * configure: Rebuilt.
1676 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1678 1999-02-23 Tom Tromey <tromey@cygnus.com>
1680 * configure: Rebuilt.
1681 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1682 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1684 1999-02-18 Tom Tromey <tromey@cygnus.com>
1686 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1687 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1688 for case where LO is NULL.
1690 1999-02-10 Tom Tromey <tromey@cygnus.com>
1692 * aclocal.m4, configure, Makefile.in: Rebuilt.
1693 * acinclude.m4: Updated to be used with automake 1.4.
1694 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1696 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1697 (libgcjgc_a_SOURCES): Likewise.
1698 (libgcjgc_a_LIBADD): Likewise.
1699 (libgcjgc_a_DEPENDENCIES): Likewise.
1700 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1701 (gctest_LDADD): Likewise.
1702 (all_objs): Likewise.
1704 1999-01-08 Tom Tromey <tromey@cygnus.com>
1706 * configure: Rebuilt.
1707 * configure.in: Define LINUX_THREADS if using POSIX threads on
1710 * gc_priv.h (GC_test_and_set): Put return type into definition.
1712 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1714 * Makefile.am: add support for eCos. In particular, add C++
1715 support for compiling the file ecos.cc.
1716 * ecos.cc: new file.
1717 * acinclude.m4: add C++ support.
1718 * aclocal.m4: likewise
1719 * config.h: add eCos support.
1720 * configure: likewise
1721 * configure.in: likewise
1722 * misc.c (GC_write): add eCos support.
1723 * os_dep.c (tiny_sbrk): add eCos support.
1725 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1727 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1728 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1730 1998-11-23 Tom Tromey <tromey@cygnus.com>
1732 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1734 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1736 * Makefile.am, Makefile.in, configure.host: tx39 build option
1739 1998-11-17 Tom Tromey <tromey@cygnus.com>
1741 * configure: Rebuilt.
1742 * configure.in: Switch on host, not target.
1744 1998-11-16 Tom Tromey <tromey@cygnus.com>
1746 * gc_priv.h (GC_debug_object_start): Declare.
1747 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1748 * gc.h (GC_debug_register_finalizer_no_order,
1749 GC_register_finalizer_no_order): Declare.
1750 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1751 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1752 (GC_debug_generic_malloc): Likewise.
1753 (GC_debug_object_start): new function.
1755 1998-11-11 Tom Tromey <tromey@cygnus.com>
1757 * configure: Rebuilt.
1758 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1760 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1762 * dyn_load.c: Handle QUICK_THREADS case.
1764 1998-10-21 Tom Tromey <tromey@cygnus.com>
1766 * configure: Rebuilt.
1767 * configure.in: Put cpp defines here, not in config.h. Recognize
1768 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1769 define PACKAGE or VERSION.
1770 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1773 * os_dep.c (GC_default_push_other_roots): Define when
1774 QUICK_THREADS defined.
1775 * misc.c: Added QUICK_THREADS case.
1776 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1777 * config.h (THREADS): Define if QUICK_THREADS defined.
1778 * Makefile.in: Rebuilt.
1779 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1781 * quick_threads.c: New file.
1783 1998-10-20 Tom Tromey <tromey@cygnus.com>
1785 * aclocal.m4, configure: Rebuilt.
1786 * acinclude.m4: Don't subst machine_dir or sys_dir.
1787 * configure.host: Removed unused code.
1789 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1791 * configure: Rebuilt.
1792 * configure.in: Fix typo in previous patch.
1794 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1796 * Makefile.in, aclocal.m4, configure: Rebuilt.
1797 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1798 * configure.host: Created.
1800 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1802 * Makefile.in: Rebuilt.
1803 * Makefile.am (lib_LIBRARIES): Use target_all.
1804 (EXTRA_LIBRARIES): New macro.
1805 * configure: Rebuilt.
1806 * configure.in: Recognize --enable-gc.
1808 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1810 * Makefile.in: Rebuilt.
1811 * Makefile.am (COMPILE): Define.
1813 (.s.o): Use MY_CFLAGS.
1814 * configure: Rebuilt.
1815 * configure.in (MY_CFLAGS): Define and subst.
1817 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1819 * configure: Rebuilt.
1820 * configure.in: Added --with-cross-host argument. Use
1821 $with_cross_host to determine when cross-compiling.
1823 * config.h (SMALL_CONFIG): Don't define.
1824 * configure: Rebuilt.
1825 * configure.in: Define SMALL_CONFIG when cross-compiling.
1827 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1829 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1830 allchblk.c: Merged with 4.13a2 while preserving local changes.
1832 * Makefile.orig: Updated from Makefile in 4.13a2.
1834 * configure: Rebuilt.
1835 * configure.in: Updated version number to 4.13a2. On Solaris,
1836 don't build with -O when using gcc.
1838 Merged in version 4.13alpha2:
1839 * config.h (USE_MMAP): Re-enable on Solaris.
1840 * solaris_pthreads.c: Removed RCS Id line.
1841 * alpha_mach_dep.s: Removed RCS Id line.
1843 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1845 * config.h (USE_MMAP): Don't define for Solaris.
1847 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1849 * Makefile.in: Rebuilt.
1850 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1852 * Makefile.in: Rebuilt.
1853 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1855 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1857 * Makefile.in: Rebuilt.
1858 * Makefile.am ($(all_objs)): Depend on config.h.
1860 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1861 DATASTART as &_etext.
1862 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1863 * configure: Rebuilt.
1864 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1867 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1869 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1870 (GC_maybe_gc): Likewise.
1871 * os_dep.c: If NO_SIGSET defined, then have empty
1872 GC_disable_signals and GC_enable_signals.
1873 * configure: Rebuilt.
1874 * configure.in: Added --with-target-subdir option. If
1875 cross-compiling, define NO_SIGSET and NO_CLOCK.
1877 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1879 * Makefile.in: Rebuilt.
1880 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1882 * aclocal.m4, configure: Rebuilt.
1883 * acinclude.m4: New file.
1884 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1886 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1888 * configure: Rebuilt.
1889 * configure.in: Link boehm-config.h to config.h.
1890 * Makefile.in: Rebuilt.
1891 * Makefile.am (INCLUDES): Removed.
1892 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1893 JAVA_FINALIZATION): Define
1895 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1897 * Many files: Use GC_bool, not bool.
1898 * gc_priv.h: Define GC_bool, not bool.
1900 * misc.c (GC_dont_gc): Define as int.
1901 (GC_quiet): Likewise.
1902 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1903 * alloc.c (GC_dont_expand): Define as int.
1904 * gc_priv.h: For gcc, define bool as char.
1906 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1908 * Makefile.in: Rebuilt.
1909 * Makefile.am (check_PROGRAMS): New macro.
1910 (gctest_SOURCES): Likewise.
1911 (gctest_LDADD): Likewise.
1913 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1915 * Makefile.in: Rebuilt.
1916 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1917 * configure: Rebuilt.
1918 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1920 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1922 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1924 * Makefile.orig: Renamed from Makefile.