1 2006-02-09 Tom Tromey <tromey@redhat.com>
3 * pthread_support.c: Conditionally include dlfcn.h.
5 2006-02-06 Jakub Jelinek <jakub@redhat.com>
6 Anthony Green <green@redhat.com>
7 Tom Tromey <tromey@redhat.com>
9 * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
10 * include/gc_config.h.in: Rebuilt.
11 * include/gc_pthread_redirects.h (pthread_create): Conditionally
13 * pthread_support.c (pthread_create_): New global.
14 (constr): New function.
15 (pthread_create): Conditionally renamed.
17 * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
19 2006-02-04 Alan Modra <amodra@bigpond.net.au>
21 * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
22 use broken 64-bit version.
24 2006-01-25 Andreas Tobler <a.tobler@schweiz.ch>
26 * darwin_stop_world.c: Change inline asm instruction to ld as ldz
29 * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
30 * Makefile.in: Regenerate.
32 2006-01-25 Bryce McKinlay <mckinlay@redhat.com>
34 * include/private/gcconfig.h: Revert to GC 6.6 version, removing
37 2006-01-24 Bryce McKinlay <mckinlay@redhat.com>
39 Import Boehm GC version 6.6.
41 2006-01-24 David Ayers <d.ayers@inode.at>
44 * include/gc.h: Fix prototype declarations for bootstrap.
46 2005-11-01 Bryce McKinlay <mckinlay@redhat.com>
48 * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
50 2005-09-15 Kazu Hirata <kazu@codesourcery.com>
52 * include/private/gc_locks.h (GC_test_and_set): Change the
53 constraint of the first operand to '0'.
55 2005-09-06 Tom Tromey <tromey@redhat.com>
58 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
61 2005-07-17 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
63 * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
65 2005-06-15 Andreas Tobler <a.tobler@schweiz.ch>
67 * os_dep.c: Add FreeBSD/PowerPC bits.
68 (GC_SysVGetDataStart): Likewise.
69 * include/private/gcconfig.h: Likewise.
71 2005-05-25 Andrew Haley <aph@redhat.com>
73 * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
76 2005-05-09 Mike Stump <mrs@apple.com>
78 * configure: Regenerate.
80 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
82 * os_dep.c, include/private/gc_locks.h: Import CRIS port by
83 Simon Posnjak from gc6.4.
84 * include/private/gcconfig.h: Ditto. Add M32R note from gc6.4.
86 2005-04-17 David S. Miller <davem@davemloft.net>
88 * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
89 * os_dep.c (GC_linux_stack_base): Check for bug present in some
90 Sparc glibc variants where __libc_stack_end is erroneously set
91 to "1". Fallback to procfs code in that case.
93 2005-04-12 Mike Stump <mrs@apple.com>
95 * configure: Regenerate.
97 2005-04-12 Richard Henderson <rth@redhat.com>
99 * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
101 2005-03-23 Mike Stump <mrs@apple.com>
103 * darwin_stop_world.c: Update for -m64 multilib.
104 * include/private/gcconfig.h: Likewise.
105 * powerpc_darwin_mach_dep.s: Likewise.
107 2005-03-01 Kelley Cook <kcook@gcc.gnu.org>
109 * Makefile.in, include/Makefile.in: Regenerate.
111 2005-02-26 Richard Earnshaw <rearnsha@arm.com>
113 * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
114 ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
116 2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
119 * configure.host: Set gc_use_mmap on *-linux*.
120 * configure.ac: Define USE_MMAP if gc_use_mmap is set.
121 * include/private/gc_priv.h: Include gc_config.h.
122 * configure, include/gc_config.h.in: Rebuilt.
124 2005-02-07 Hans Boehm <Hans.Boehm@hp.com>
126 * allchblk.c (GC_allochblk_nth): Dont overlook available space if
127 GC disabled, correctly convert GC_finalizer_mem_freed to byte,
129 * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
131 * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
132 and indent appropriately.
133 * mark_rts.c (GC_approx_sp): Access stack.
134 * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
135 callee-saves registers when appropriate.
136 (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
138 2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
140 * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
141 and include/gc_ext_config.h.
142 * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
143 * include/gc.h: Undef PACKAGE_* before including gc_config.h.
145 2004-12-13 Kelley Cook <kcook@gcc.gnu.org>
147 * configure: Regenerate.
149 2004-11-29 Bryce McKinlay <mckinlay@redhat.com>
152 Revert patches of 2004-11-26 and 2004-11-27.
154 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
156 * configure: Regenerate for libtool change.
158 2004-11-27 Bryce McKinlay <mckinlay@redhat.com>
160 * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
162 2004-11-26 Bryce McKinlay <mckinlay@redhat.com>
164 Fix "PACKAGE_NAME redefined" errors.
165 * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
166 and include/gc_config.h.
167 * configure: Regenerated.
168 * include/gc_config.h.in: No longer auto-generated. Define only the
169 macros needed by libjava.
170 * include/config.h.in: Generated by autoheader.
171 * include/gc.h: Include config.h, not gc_config.h.
173 2004-11-25 Kelley Cook <kcook@gcc.gnu.org>
175 * configure: Regenerate for libtool reversion.
177 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
179 * configure: Regenerate for libtool change.
181 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
183 * configure.ac (machdep): Use sparc_mach_dep.lo on
184 sparc64-sun-solaris2.* too.
185 (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
186 * configure: Regenerate.
188 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
191 * configure.ac (threading): Accept 'posix95'.
192 * configure: Regenerate.
194 2004-11-04 Kelley Cook <kcook@gcc.gnu.org>
196 * Makefile.am: Define ACLOCAL_AMFLAGS.
197 * configure.ac: Remove redundant sinclude.
198 * acinclude.m4: Delete file.
199 * aclocal.m4: Regenerate.
200 * Makefile.in, include/Makefile.in: Regenerate.
201 * configure: Regenerate.
203 2004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
205 * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
208 2004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
210 * include/private/gcconfig.h: Add m32r-linux target.
212 2004-09-27 Kelley Cook <kcook@gcc.gnu.org>
214 * configure.ac: Update all AC_DEFINEs to newer style.
215 * configure: Regenerate.
216 * include/gc_config.h.in: Regenerate.
218 2004-08-27 Hans Boehm <Hans.Boehm@hp.com>
220 * backgraph.c, gc_priv.h (GC_traverse_back_graph,
221 GC_print_back_graph_stats): split GC_traverse_back_graph.
222 * backgraph.c: Dynamically grow in_progress_space.
223 * finalize.c (GC_notify_or_invoke_finalizers): also call
224 GC_print_back_graph_stats.
225 * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
226 GC_print_back_height): Move delarations to header file.
227 * configure.ac: rename --enable-full-debug to --enable-gc-debug.
228 * configure: Regenerate.
230 2004-08-23 Hans Boehm <Hans.Boehm@hp.com>
232 * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
233 * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
235 2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
237 * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
238 Reported by Danny Smith.
240 2004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
242 * misc.c (GC_init): Replace lhs cast with rhs cast.
244 2004-08-16 Bryce McKinlay <mckinlay@redhat.com>
246 * specific.c: Check GC_LINUX_THREADS before including
247 private/specific.h. From Richard Earnshaw.
249 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
251 * aclocal.m4: Remove obsolete construct for old automake.
252 * acinclude.m4: Regenerate with aclocal 1.9.1.
253 * configure.ac: Remove duplicate AC_WITH calls. Replace
254 AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
255 Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
256 Remove now-redundant subst of target_noncanonical. Remove
257 now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with
258 AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
259 Use slightly more modern form of AC_INIT.
260 * configure: Rebuild with autoconf 2.59.
261 * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
263 2004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
265 * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
266 since they're not known at this time.
267 * solaris_pthreads.c: Likewise.
269 2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
272 * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
274 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
276 * configure.ac (gc_cflags): Add -Iinclude.
277 (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
278 Don't write DEFS to boehm-cflags file.
279 * configure: Rebuilt.
280 * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
281 * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
282 * include/gc_config_macros.h: Remove backward-compatibility
283 redefinitions of GC_ names.
284 * include/gc.h: Include <gc_config.h>.
286 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
288 Import Boehm GC version 6.3.
290 2004-08-12 Kelley Cook <kcook@gcc.gnu.org>
292 * include/Makefile.in: Regenerate
294 2004-07-06 Andrew Pinski <apinski@apple.com>
296 * os-dep.c (GC_task_self): Declare as static
297 and remove the second declaration.
299 2004-06-20 Andreas Tobler <a.tobler@schweiz.ch>
301 * Makefile.am: Add rule for .S files to fix bootstrap on
303 * Makefile.in: Regenerate.
305 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
307 * boehm-gc/configure.ac: New name of configure.in.
308 Remove useless multilib stuff. Change uses of
309 INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
310 * boehm-gc/configure.in: New name of configure.in.
311 * boehm-gc/Makefile.am: Update for automake 1.8.5.
312 * boehm-gc/acinclude.m4: Include ../config/acx.m4.
313 * boehm-gc/aclocal.m4: Regenerate.
314 * boehm-gc/configure: Regenerate.
315 * boehm-gc/Makefile.in: Regenerate.
317 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
319 * .cvsignore: New file.
321 2004-04-25 Andreas Jaeger <aj@suse.de>
323 * mark.c (GC_mark_from): Use pointer as prefetch argument.
325 2004-04-06 H.J. Lu <hongjiu.lu@intel.com>
327 * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
329 (PREFETCH_FOR_WRITE): Likewise.
331 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
333 * configure.ac: Bump AC_PREREQ to 2.59.
334 * configure: Regenerate.
335 * config.in: Regenerate.
337 2004-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
339 * ltconfig, ltmain.sh: Remove unused files.
340 * configure.in: Remove bogus extra early invocation of
342 * configure: Regenerate.
343 * mkinstalldirs, install-sh, config.sub, config.guess:
344 Remove (now) unused files.
345 * Makefile.in: Regenerate (losing references to vanished
348 * configure.in: Add CCAS, CCASFLAGS for future automakes.
349 * configure, Makefile.in, include/Makefile.in: Regenerate.
351 * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
352 * Makefile.in: Regenerate.
354 * configure.in: Remove bogus duplicate invocation of
355 AM_MAINTAINER_MODE. Remove obsolete comment.
356 * configure: Regenerate.
358 * acinclude.m4: Remove GC_CONFIGURE macro; move contents
360 * aclocal.m4: Regenerate.
361 * configure.in: Receive contents of GC_CONFIGURE macro.
362 * configure: Regenerate.
364 * configure.in: Remove more obsolete, bogus code.
365 * configure: Regenerate.
367 * acinclude.m4: Remove obsolete and bogus constructs.
368 * aclocal.m4: Regenerate.
369 * configure: Regnerate.
371 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
373 * acinclude.m4: De-precious CC and CXX so that the right flags
374 are passed down to multilibs.
375 * aclocal.m4: Regenerate.
376 * configure: Regenerate.
378 2004-02-22 Zack Weinberg <zack@codesourcery.com>
379 Nathanael Nerode <neroden@twcny.rr.com>
380 Alexandre Oliva <aoliva@redhat.com>
382 * config.sub, config.guess: Replace with forwarding scripts
383 which invoke the master copies in the top level.
385 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
387 * acinclude.m4: Remove old no-executables workaround;
388 add new no-executables workaround.
389 * aclocal.m4: Regenerate.
390 * configure.in: Change prereqs to autoconf 2.57.
391 * configure: Regenerate with autoconf 2.57.
393 * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
394 * configure: Regenerate.
395 * Makefile.am: Use target_noncanonical variable from configure.
396 * Makefile.in: Regenerate.
397 * include/Makefile.in: Regenerate.
399 2004-02-20 Andrew Cagney <cagney@redhat.com>
401 * config.guess: Update from version 2002-01-10 to 2004-02-16.
402 * config.sub: Update from version 2002-01-02 to 2004-02-16.
404 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
406 * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
407 * aclocal.m4: Rebuild.
408 * configure: Regenerate.
410 * acinclude.m4: Move certain code to configure.in.
411 * configure.in: Receive code from acinclude.m4.
412 * aclocal.m4: Rebuild.
413 * configure: Regenerate.
415 * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
417 2004-01-20 Andrew Haley <aph@redhat.com>
419 * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
421 * configure.in: Comment change.
423 2004-01-16 Andrew Haley <aph@redhat.com>
425 * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
426 add for ia64; remove for MIPS.
427 * configure: Regnerated.
429 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
431 * configure.in: Add in AC_PREREQ(2.13)
433 2004-01-07 Dave Jones <davej@redhat.com>
435 * malloc.c (GC_generic_malloc): Correct initialization typo.
436 * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
438 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
440 * include/private/gcconfig.h: Re-install change of 2003-04-16.
442 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
444 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
447 2003-10-18 Alan Modra <amodra@bigpond.net.au>
449 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
452 2003-10-03 Jeff Sturm <jsturm@one-point.com>
454 * configure: Rebuild.
456 2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
458 * configure.in: Remove NO_GETENV definition for win32.
459 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
460 * misc.c (GC_init_inner): Call GC_thr_init for win32.
461 (GC_set_warn_proc): Add assertion.
462 * win32_threads.c: Import 6.3alpha2 version.
463 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
465 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
467 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
468 2.3/SPARC, there are no micro versions.
469 Treat Solaris 10 and up alike.
470 * configure: Regenerate.
472 2003-09-22 Anthony Green <green@redhat.com>
474 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
477 2003-09-20 <green@redhat.com>
479 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
480 check for __arm__ or __thumb__.
482 2003-09-09 Alan Modra <amodra@bigpond.net.au>
484 * configure: Regenerate.
486 2003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
487 Roger Sayle <roger@eyesopen.com>
489 * configure.in: Set INCLUDES to absolute path.
490 Save $INCLUDES in boehm-cflags, too.
491 Set INCLUDES so it's available to config.status.
492 * configure: Regenerate.
494 2003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
496 * include/gc.h (GC_CreateThread): Declare with WINAPI
498 * win32_threads.c (GC_CreateThread): Make definitions consistent
499 with declaration. Cast &thread_table[i].handle to PHANDLE
500 in call to DuplicateHandle
501 (thread_start): Declare as static.
503 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
505 * dyn_load.c: Define __private_extern__ to match Apple's system
508 2003-07-28 Loren J. Rittle <ljrittle@acm.org>
510 * os_dep.c: Remove redundancy introduced in last merge.
512 2003-07-28 Jeff Sturm <jsturm@one-point.com>
515 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
516 * ChangeLog: Likewise.
517 * Makefile.am: Likewise.
518 * Makefile.direct: Likewise.
519 * Makefile.dj: Likewise.
520 * allchblk.c: Likewise.
522 * backgraph.c: Likewise.
523 * configure.host: Likewise.
524 * configure.in: Likewise.
525 * dbg_mlc.c: Likewise.
526 * dyn_load.c: Likewise.
527 * finalize.c: Likewise.
528 * gc_cpp.cc: Likewise.
529 * gc_dlopen.c: Likewise.
530 * gcj_mlc.c: Likewise.
531 * if_mach.c: Likewise.
532 * mach_dep.c: Likewise.
533 * malloc.c: Likewise.
534 * mallocx.c: Likewise.
536 * mark_rts.c: Likewise.
538 * os_dep.c: Likewise.
539 * ptr_chck.c: Likewise.
540 * reclaim.c: Likewise.
541 * solaris_pthreads.c: Likewise.
542 * solaris_threads.c: Likewise.
543 * sparc_mach_dep.S: Likewise.
544 * threadlibs.c: Likewise.
545 * typd_mlc.c: Likewise.
546 * version.h: Likewise.
547 * win32_threads.c: Likewise.
548 * Mac_files/MacOS_Test_config.h: Likewise.
549 * Mac_files/MacOS_config.h: Likewise.
550 * cord/cordbscs.c: Likewise.
551 * cord/cordprnt.c: Likewise.
552 * cord/de_win.c: Likewise.
553 * doc/README: Likewise.
554 * doc/README.MacOSX: Likewise.
555 * doc/README.changes: Likewise.
556 * doc/README.environment: Likewise.
557 * doc/README.ews4800: Likewise.
558 * doc/README.linux: Likewise.
559 * doc/README.macros: Likewise.
560 * doc/README.win32: Likewise.
561 * doc/debugging.html: Likewise.
562 * doc/gcdescr.html: Likewise.
563 * doc/tree.html: Likewise.
564 * include/Makefile.in: Likewise.
565 * include/gc.h: Likewise.
566 * include/gc_cpp.h: Likewise.
567 * include/gc_local_alloc.h: Likewise.
568 * include/gc_mark.h: Likewise.
569 * include/gc_pthread_redirects.h: Likewise.
570 * include/gc_typed.h: Likewise.
571 * include/new_gc_alloc.h: Likewise.
572 * include/private/dbg_mlc.h: Likewise.
573 * include/private/gc_hdrs.h: Likewise.
574 * include/private/gc_locks.h: Likewise.
575 * include/private/gc_pmark.h: Likewise.
576 * include/private/gc_priv.h: Likewise.
577 * include/private/gcconfig.h: Likewise.
578 * include/private/solaris_threads.h: Likewise.
579 * include/private/specific.h: Likewise.
580 * tests/test.c: Likewise.
581 * tests/test_cpp.cc: Likewise.
583 * configure: Rebuild.
584 * Makefile.in: Rebuild.
586 * mips_sgi_mach_dep.s: Add.
588 * alpha_mach_dep.s: Remove.
589 * irix_threads.c: Remove.
590 * linux_threads.c: Remove.
591 * mips_sgi_mach_dep.S: Remove.
593 * powerpc_macosx_mach_dep.s: Remove.
594 * doc/Makefile.am: Remove.
595 * doc/Makefile.in: Remove.
597 2003-07-25 Roger Sayle <roger@eyesopen.com>
599 * configure.host: Only use +ESdbgasm when using the HPUX native
600 compiler on PA-Risc. It isn't recognized by GCC and is silently
601 ignored by HP's compilers on ia64.
603 2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
605 * configure.in: define GC_DLL under mingw if --enable-shared
607 * win32_threads.c: add #ifdef GC_DLL around DllMain
609 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
611 * include/private/gcconfig.h: Add support for arm-netbsdelf.
613 2003-04-09 Tom Tromey <tromey@redhat.com>
615 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
617 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
619 2003-03-22 Richard Henderson <rth@redhat.com>
621 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
622 (GC_test_and_set): Use __sync_lock_test_and_set.
623 (GC_clear): Use volatile assignment.
624 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
625 (GC_memory_write_barrier): Use __sync_synchronize.
627 2003-03-12 Andreas Schwab <schwab@suse.de>
629 * configure.in: Avoid trailing /. in toolexeclibdir.
630 * configure: Rebuilt.
632 2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
633 * include/private/gcconfig.h (GC_data_start): declare when needed.
634 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
636 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
637 GC_register_dynlib_callback): Register main data for static
638 executable if dl_iterate_phdr() didn't.
639 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
640 if we don't expect to register main static data.
642 2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
643 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
644 (GC_push_roots): explicitly mark free list headers, register
645 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
646 * alloc.c (GC_stopped_mark): Conditionally call
647 GC_cond_register_dynamic_libraries().
648 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
649 * dyn_load.c (GC_register_main_static_data): define.
650 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
651 no longer skip main data.
652 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
653 (GC_init_inner): Make main data registration conditional.
654 * include/private/gc_priv.h (GC_register_main_static_data): declare.
655 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
658 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
660 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
662 * configure: Rebuilt.
664 2003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
666 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
668 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
670 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
671 Remove USE_LIBDIR conditional.
672 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
673 * Makefile.in, configure: Rebuilt.
675 2002-12-31 Tom Tromey <tromey@redhat.com>
678 * include/Makefile.in: Rebuilt.
679 * include/Makefile.am (noinst_HEADERS): Renamed from
682 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
684 * ltconfig (osf[345]): Append $major to soname_spec.
685 Reflect this in library_names_spec.
686 * ltmain.sh (osf): Prefix $major with . for use as extension.
688 2002-10-02 Andreas Jaeger <aj@suse.de>
690 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
692 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
694 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
695 check for __arm__ or __thumb__.
697 2002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
699 * include/private/gcconfig: Add machine type S390. Add s390x support.
700 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
701 (GC_compare_and_exchange): Likewise.
703 2002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
705 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
707 2002-08-23 Adam Megacz <adam@xwt.org>
709 * win32_threads.cc: Removed extraneous ABORT()
711 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
713 * Makefile.am (all-multi): Fix multilib parallel build.
715 2002-07-18 Bo Thorsen <bo@suse.de>
717 * include/private/gcconfig.h: Add x86-64 definitions.
718 * os_dep.c: Add x86-64 support.
719 * configure.in: Likewise.
720 * configure: Regenerate.
722 2002-07-18 H.J. Lu <hjl@gnu.org>
724 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
726 2002-07-18 H.J. Lu (hjl@gnu.org)
728 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
731 2002-06-28 Hans Boehm <Hans_Boehm@hp.com>
734 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
736 2002-06-09 H.J. Lu (hjl@gnu.org)
738 * include/private/gc_locks.h (GC_test_and_set): Support
740 (GC_TEST_AND_SET_DEFINED): Likewise.
742 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
745 (LINUX_STACKBOTTOM): Likewise.
746 (STACKBOTTOM): Removed for Linux/mips.
748 Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
750 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
751 (GC_pthread_create): Fix typo.
752 (GC_TRY_LOCK): Likewise.
753 * include/private/gc_locks.h (GC_test_and_set): Only take one
755 (LOCK): Adjust appropriately.
756 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
757 _SIGRTMIN is unavailable.
759 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
761 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
762 * aclocal.m4: Regenerate.
763 * configure: Regenerate.
765 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
767 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
768 script entry, and set LD to it when configuring multilibs.
769 * configure: Rebuilt.
771 2002-04-22 Jeff Sturm <jsturm@one-point.com>
773 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
774 (noinst_LTLIBRARIES): Add libgcjgc.la.
776 * Makefile.in: Rebuild.
778 2002-04-22 David S. Miller <davem@redhat.com>
780 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
781 64-bit SPARC Linux, the __libc_stack_end technique does
782 not work in this case.
784 2002-04-22 Jeff Sturm <jsturm@one-point.com>
786 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
788 2002-04-17 Hans Boehm <Hans_Boehm@hp.com>
790 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
793 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
795 * include/private/gcconfig.h (DATAEND): Update comment example
798 2002-04-08 Loren J. Rittle <ljrittle@acm.org>
800 * include/private/gcconfig.h (DATAEND): Clarify comment.
802 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
804 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
805 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
807 * allchblk.c (GC_allchblk_nth): Change text and support reduced
808 frequency for blacklist warning message.
809 * misc.c (GC_large_alloc_warn_interval,
810 GC_large_alloc_warn_suppressed): define.
811 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
812 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
813 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
814 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
816 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
818 2002-04-04 Loren J. Rittle <ljrittle@acm.org>
820 * include/private/gcconfig.h: Add support for an unmapped
821 memory hole between the end of the initialized data segment
822 and the start of the BSS on FreeBSD/i386.
824 2002-03-30 Krister Walfridsson <cato@df.lth.se>
826 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
829 2002-03-29 Hans Boehm <Hans_Boehm@hp.com>
831 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
832 (GC_local_gcj_malloc): Add assertion.
833 (start_mark_threads): Fix abort message.
834 * mark.c (GC_mark_from): Generalize assertion.
835 * reclaim.c (GC_clear_fl_links): New function.
836 (GC_start_reclaim): Must clear some freelist links.
837 * include/private/specific.h, specific.c: Add assertions.
838 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
839 Rearrange tse fields.
841 2002-03-27 Richard Henderson <rth@redhat.com>
843 * os_dep.c (GC_init_linux_data_start): Fix references to
844 __data_start and _end.
846 2002-03-25 Loren J. Rittle <ljrittle@acm.org>
848 * include/private/gcconfig.h: Change all likely references
849 to linker script synthesized symbols to use this idiom:
850 extern int etext[]; etext
852 2002-03-25 Jeff Sturm <jsturm@one-point.com>
854 * linux_threads.c (GC_get_nprocs): Close file descriptor.
856 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
858 * include/private/gcconfig.h: Add unified test for FreeBSD.
859 Support FreeBSD/alpha.
860 * os_dep.c: Do not include <machine/trap.h> unless available.
861 (GC_freebsd_stack_base): Fix types.
863 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
865 * Makefile.am: Make a convenience library.
866 * Makefile.in: Rebuilt.
868 2002-03-15 Anthony Green <green@redhat.com>
870 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
871 * configure.in: Disable use of getenv for win32 targets (some of
872 which have broken implementations).
873 * configure: Rebuilt.
875 2002-03-12 Adam Megacz <adam@xwt.org>
877 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
878 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
879 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
880 statically initialized it to TRUE if compiling with GCC.
881 * win32_threads.c (thread_start): We no longer use SEH if
883 * mark.c (GC_mark_some): We no longer use SEH if
886 2002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
888 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
889 support is enabled, for hash synchronization.
891 2002-02-24 Adam Megacz <adam@xwt.org>
893 * Makefile.am: Added win32_threads.c to sources list.
894 * win32_threads.c: Added two */'s which I had neglected.
896 2002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
898 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
899 * Makefile.in: Rebuilt.
901 2002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
903 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
905 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
907 * mips_sgi_mach_dep.S: Likewise.
908 * Makefile.am: Update for above changes.
909 * Makefile.in: Rebuilt.
911 2002-02-12 Richard Henderson <rth@redhat.com>
913 * configure.in: Re-apply 2001-06-26 configure change.
914 * configure: Rebuild.
916 2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
918 Imported GC 6.1 Alpha 3.
920 * sparc_mach_dep.S: Delete incorrectly named file.
922 2001-02-11 Adam Megacz <adam@xwt.org
924 * configure.in: support for win32, saner
925 cross-compile options
927 2001-02-08 Anthony Green <green@redhat.com>
929 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
930 board embedded targets.
931 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
932 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
933 redundant uses of ECOS.
934 * misc.c: Use NOSYS where ECOS is being used.
935 Don't define GC_write twice for ECOS systems.
936 (GC_write): New function for NOSYS targets.
938 2002-02-06 Adam Megacz <adam@xwt.org>
940 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
941 now exposed on all Win32 platforms.
942 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
943 compiles on Win32; it invokes CreateThread() if GC is built
944 as a DLL; otherwise it registers the thread.
945 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
946 libgcjgc was not built as a DLL.
948 2002-02-01 Adam Megacz <adam@xwt.org>
950 * boehm-gc on win32 now automatically detects if it is being built
951 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
953 2002-01-25 David Edelsohn <edelsohn@gnu.org>
955 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
956 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
957 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
958 DATASTART and DATAEND roots.
959 * rs6000_mach_dep.s: Add function descriptor and traceback table.
961 2001-12-16 Jeff Sturm <jsturm@one-point.com>
963 * dyn_load.c: Define ElfW (if needed) for all targets,
965 (GC_FirstDLOpenedLinkMap): Use it.
966 (GC_register_dynamic_libraries_dl): Use it.
967 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
970 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
973 * configure.in: Add AC_SUBST(target_alias).
974 * configure: Regenerated.
976 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
978 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
979 case for GC_FREEBSD_THREADS.
980 * configure.in (*-*-freebsd*): Clarify warning.
981 * configure: Rebuilt.
983 2001-10-23 Loren J. Rittle <ljrittle@acm.org>
984 Andreas Tobler <toa@pop.agri.ch>
986 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
988 2001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
990 * linux_threads.c (GC_init_parallel): Do not declare as a static
992 * include/gc.h (GC_init): Declare here. Add description.
993 * include/private/gc_priv.h (GC_init): Remove declaration.
995 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
997 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
998 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
999 GC_FREEBSD_THREADS, handle strange interaction between system
1000 pthread implementation and boehm-gc signal-handler architecture.
1001 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1003 * include/private/gcconfig.h (configuration keyed off FREEBSD):
1004 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
1005 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1007 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
1009 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1010 * Makefile.in: Rebuilt.
1012 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1014 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1015 merged local changes.
1017 2001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1019 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1020 Solaris 2/Intel definition.
1022 * configure.in (i?86-*-solaris2.[89]*): Define
1023 SOLARIS25_PROC_VDB_BUG_FIXED.
1024 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1025 * configure: Regenerate.
1027 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1028 (DATAEND): Define using _end.
1030 2001-09-11 Per Bothner <per@bothner.com>
1032 * include/Makefile.am: New file. It defines include_HEADERS.
1033 * Makefile.am (SUBDIRS): New macro, set to include.
1034 * configure.in (AC_OUTPUT): Add include/Makefile.
1036 2001-08-20 Tom Tromey <tromey@redhat.com>
1038 * configure: Rebuilt.
1039 * configure.in: Always ask gcc for threads package.
1041 2001-08-17 Tom Tromey <tromey@redhat.com>
1043 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1044 merged local changes.
1046 2001-08-02 David Billinghurst <David.Billinghurst>
1048 * configure: Rebuilt.
1049 * configure.in: POSIX threads on cygwin does not link with
1052 2001-07-03 Tom Tromey <tromey@redhat.com>
1054 Fix for PR bootstrap/3281:
1055 * aclocal.m4, configure, Makefile.in: Rebuilt.
1056 * acinclude.m4: Set mkinstalldirs for in-tree build.
1058 2001-06-26 Richard Henderson <rth@redhat.com>
1060 * alpha_mach_dep.s: Mark call-saved FP registers.
1061 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1062 * configure.in (alpha*): Re-enable alpha_mach_dep.s
1063 * configure: Rebuild.
1065 2001-06-12 Tom Tromey <tromey@redhat.com>
1067 * aclocal.m4, configure: Rebuilt.
1068 * acinclude.m4: Find configure.host in srcdir.
1070 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
1072 * configure.in (AC_EXEEXT): Work around in case it expands to
1073 nothing, as in autoconf 2.50.
1074 * acinclude.m4: Likewise.
1075 * aclocal.m4, configure: Rebuilt.
1077 2001-06-07 Tom Tromey <tromey@redhat.com>
1079 For PR bootstrap/3075:
1080 * configure, aclocal.m4, Makefile.in: Rebuilt.
1081 * configure.in: Don't call AC_CONFIG_AUX_DIR or
1082 AC_CANONICAL_SYSTEM.
1083 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1084 AC_CANONICAL_SYSTEM here.
1085 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1088 2001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1090 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1091 (libgcjgc_la_SOURCES): Remove typo.
1092 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1093 * Makefile.in: Rebuilt.
1095 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1097 Imported version version 6.0alpha7.
1099 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1100 README.amiga, README.debugging, README.dj, README.hp, README.linux,
1101 README.rs6000, README.sgi, README.solaris2, README.uts,
1102 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1103 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1104 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1105 hpux_irix_threads.c, makefile.depend, nursery.c,
1106 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1107 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1108 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1109 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1112 2001-05-19 Hans Boehm <hans_boehm@hp.com>
1114 * configure.host: Build with -fexceptions.
1115 * linux_threads.c: Remember which thread stopped world for
1117 2001-05-04 Loren J. Rittle <ljrittle@acm.org>
1118 with final tuning by Bryce McKinlay
1120 * configure.in: Add support for --enable-threads=posix on FreeBSD.
1121 * configure: Rebuilt.
1123 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
1125 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1126 (GC_noop1): Change declaration to take one argument.
1128 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
1130 * configure.in: Obtain THREADS with `gcc -v'.
1131 * configure: Rebuilt.
1133 2001-04-05 Hans Boehm <hans_boehm@hp.com>
1135 * misc.c: Back out buggy changes to stack clearing code.
1136 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1137 spent clearing memory.
1139 2001-04-04 Hans Boehm <hans_boehm@hp.com>
1142 - Accomodate finalization requests for static objects.
1143 (Will be required by hash synchronization. May be needed
1144 in some configurations now.)
1147 - Define MIN_WORDS. All allocation requests are rounded
1148 up to at least this size. Removes a subtle assumption that
1149 Java objects have a 2 word header.
1152 - Adjust Linux/IA64 configuration for non-ancient kernels.
1153 (Necessary fix for IA64.)
1156 - Fix syntax error in currently unused code. Will be needed
1164 - Change stack cleaning code to typically clear about one tenth
1165 the memory it used to in the threads configuration. Occasionally
1166 still clear more. (This is really a fix for a long-standing
1167 and fairly significant performance bug with threads.)
1170 - Fix the code for finding the beginning of the data segment under
1171 Linux. I believe this is necessary for some IA64 Linux
1172 distributions. It will also helo other platforms, though those
1173 may additionally require a gcconfig.h adjustment. (This basically
1174 works around the absence of a data_start or __data_start
1175 definition in glibc.)
1178 - Handle rounding due to MIN_WORDS.
1180 2001-03-22 Tom Tromey <tromey@redhat.com>
1182 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1184 2001-03-19 Tom Tromey <tromey@redhat.com>
1186 * Makefile.in: Rebuilt.
1187 * Makefile.am (gctest_LDFLAGS): new macro.
1189 2001-03-16 Tom Tromey <tromey@redhat.com>
1191 * Makefile.in: Rebuilt.
1192 * Makefile.am (TESTS_ENVIRONMENT): New macro.
1194 2001-01-23 Rod Stewart <stewart@lab43.org>
1196 * gcconfig.h: Check for `__arm__', not `arm'.
1198 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
1200 * configure.in: Rename THREADLIB to THREADLIBS.
1201 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1202 ensures that we link the correct version of the linuxthreads semaphore
1204 * Makefile.in: Rebuilt.
1205 * configure: Rebuilt.
1207 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1208 list of signals which are not blocked during suspend in the NO_SIGNALS
1211 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
1213 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1215 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
1217 * Makefile.dist: Renamed from Makefile.orig.
1219 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
1221 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1222 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1224 * Makefile.in: Rebuilt.
1225 * configure: Likewise.
1227 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
1229 * gcconfig.h: Add new case for powerpc EABI.
1230 [PPC]: Handle embedded OS for powerpc simulator.
1232 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
1234 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1235 cross-compile configuration only.
1236 * Makefile.am: Build gcj_mlc.c.
1237 * configure, Makefile.in: Rebuilt.
1239 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
1241 * acinclude.m4: Include libtool macros from the top level.
1242 * aclocal.m4, configure: Rebuilt.
1244 2000-09-04 Anthony Green <green@redhat.com>
1246 Fix for PR libgcj/230:
1247 * mark.c (GC_mark_from_mark_stack): Remove call to
1248 GC_debug_object_start.
1249 * gc_priv.h (GC_debug_object_start): Remove prototype.
1251 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1253 * gcconfig.h [OSF1] (_end): Declare as `int'.
1255 2000-08-02 Tom Tromey <tromey@cygnus.com>
1257 * gc_priv.h (GC_generic_malloc_inner): Prototype.
1258 (GC_generic_malloc): Likewise.
1259 (GC_add_to_black_list_normal): Likewise.
1260 (GC_find_header): Likewise.
1261 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1262 * gc_mark.h (GC_find_start): Prototype.
1263 (GC_signal_mark_stack_overflow): Likewise.
1265 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
1267 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1268 * configure: Rebuilt.
1270 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1272 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
1274 Imported version 5.1.
1275 * acinclude.m4: Push version to 5.1.
1277 2000-06-19 Andrew Haley <aph@cygnus.com>
1279 * os_dep.c (read): Pass two dummy args to syscall().
1281 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
1283 Imported 5.0 release version.
1284 * acinclude.m4: Increment version to 5.0.
1286 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
1288 Imported version 5.0alpha7.
1289 * acinclude.m4: Update version to 5.0a7.
1291 2000-04-26 Jakub Jelinek <jakub@redhat.com>
1293 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1294 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1295 - sparc glibc does not provide it.
1296 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1297 Make STACKBOTTOM depend on the wordsize.
1298 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1299 (struct frame): Declare on sparc*-linux*.
1300 (GC_save_callers): Bias the frame pointers if needed (sparc64).
1301 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1302 Implement on sparc64.
1303 (GC_clear_stack_inner): Implement on sparc64.
1304 * gc_priv.h (GC_test_and_set): Implement for sparc.
1305 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1306 GC_save_regs_in_stack on sparc.
1308 2000-04-23 Tom Tromey <tromey@cygnus.com>
1310 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1312 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
1314 Imported version version 5.0alpha6.
1315 * acinclude.m4: Bump version to 5.0a6.
1316 * configure.in: Don't use alpha_mach_dep.s.
1317 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1319 * Makefile.am, Makefile.in: irix_threads.c is now
1320 hpux_irix_threads.c.
1321 * Makefile.orig: Updated from gc distribution Makefile.
1323 2000-03-26 Anthony Green <green@redhat.com>
1325 * misc.c (GC_enable): Always define GC_enable and GC_disable.
1327 2000-02-14 Tom Tromey <tromey@cygnus.com>
1329 * gc.h (dlopen): Define as GC_dlopen on Linux.
1330 (GC_dlopen): Declare on Linux.
1331 * dyn_load.c (GC_dlopen): Define for Linux.
1333 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
1335 * gcconfig.h (DATASTART): Add missing extern declaration
1336 for data_start on powerpc.
1338 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
1340 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1343 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
1345 * gcconfig.h: Define DATASTART for Alpha Linux.
1347 1999-12-19 Anthony Green <green@cygnus.com>
1349 * gcconfig.h: Use libgcj hack for Alpha Linux.
1350 Undefine MPROTEXT_VDB (from Jeff Sturm).
1351 * os_dep.c: Remove Alpha Linux hacks.
1354 1999-12-13 Tom Tromey <tromey@cygnus.com>
1356 * aclocal.m4, configure: Rebuilt.
1357 * acinclude.m4: Changed version to 5.0a4.
1358 * Makefile.in: Rebuilt.
1359 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1361 1999-12-12 Anthony Green <green@cygnus.com>
1363 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1365 (DYNAMIC_LOADING): Define for PowerPC Linux.
1366 * os_dep.c: Remove some special cases for PowerPC Linux.
1367 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1370 1999-11-04 Tom Tromey <tromey@cygnus.com>
1372 * Makefile.in: Rebuilt.
1373 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1375 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1376 (GC_thr_init): Don't declare.
1378 * configure: Rebuilt.
1379 * configure.in: Removed qt threads case.
1380 * dyn_load.c: Don't mention QUICK_THREADS.
1381 * os_dep.c: Don't mention QUICK_THREADS.
1382 * misc.c: Don't mention QUICK_THREADS.
1383 * gcconfig.h: Don't mention QUICK_THREADS.
1384 * gc_priv.h: Removed QUICK_THREADS code.
1385 * quick_threads.c: Removed.
1387 1999-11-03 Tom Tromey <tromey@cygnus.com>
1389 * gcconfig.h: Merged in local changes from old config.h.
1391 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
1393 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1395 1999-11-02 Tom Tromey <tromey@cygnus.com>
1397 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1399 * configure: Rebuilt.
1400 * configure.in: Don't create boehm-config.h.
1401 * Makefile.in: Rebuilt.
1402 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1404 ($(all_objs)): Depend on gcconfig.h.
1405 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1406 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1407 * config.h: Removed.
1409 1999-11-01 Tom Tromey <tromey@cygnus.com>
1411 * Makefile.in: Rebuilt.
1412 * Makefile.am (gctest_LDADD): Added THREADLIB.
1414 * configure: Rebuilt.
1415 * configure.in (INCLUDES): New subst.
1417 1999-09-29 Steve Chamberlain <sac@pobox.com>
1419 * config.h: Added picoJava target.
1420 * mach_dep.h (GC_push_regs): New code for picoJava.
1422 1999-09-28 Tom Tromey <tromey@cygnus.com>
1424 * aclocal.m4, configure: Rebuilt.
1425 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1426 appropriate AC_PROG_ symbol.
1428 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1430 * gc_priv.h: IRIX thread changes from
1431 include/private/gc_priv.h.
1433 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1435 * Makefile.in: Rebuilt.
1436 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1439 * configure: Rebuilt.
1440 * configure.in: Properly align --help output, fix capitalization
1442 * acinclude.m4: Likewise.
1444 1999-08-04 Tom Tromey <tromey@cygnus.com>
1446 * configure.in: Added missing `;;'. From Anthony Green.
1448 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1450 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1452 1999-08-03 Tom Tromey <tromey@cygnus.com>
1454 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1455 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1457 1999-08-02 Tom Tromey <tromey@cygnus.com>
1459 * aclocal.m4, configure: Rebuilt for new libtool.
1461 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1463 * mips_sgi_mach_dep.s: Enable PIC option.
1465 1999-07-19 Tom Tromey <tromey@cygnus.com>
1467 * config.h (MPROTECT_VDB): Don't define on Linux.
1469 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1471 * Makefile.am (.s.lo): Avoid `#line' directives.
1472 * Makefile.in: Rebuilt.
1474 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1476 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1477 generate *-recursive for this Makefile, use *-am instead.
1478 * Makefile.in: Rebuilt.
1480 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1482 * Makefile.am (.s.lo): Renamed from `.s.o'.
1483 * Makefile.in: Rebuilt.
1485 1999-06-21 Tom Tromey <tromey@cygnus.com>
1487 Alpha patch from Jeff Sturm:
1488 * os_dep.c (GC_init_linuxalpha): New function.
1489 * misc.c: Initialize for alpha linux.
1490 * gc_priv.h (GC_test_and_set): Define for alpha.
1491 * config.h: Don't assume __data_start on alpha.
1493 * Makefile.in: Rebuilt.
1494 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1497 * Makefile.in: Rebuilt.
1498 * Makefile.am (toolexeclibdir): Define as libdir when
1500 * configure: Rebuilt.
1501 * configure.in (USE_LIBDIR): New conditional.
1503 * configure: Rebuilt.
1504 * configure.in: Recognize all forms of alpha.
1506 1999-06-17 Anthony Green <green@cygnus.com>
1508 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1509 Carlo Dapor <carlo@vis.ethz.ch>).
1511 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1513 * configure.in: Switch from irix threads to posix threads
1514 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1515 for mips architecture.
1516 * configure: Regenerate.
1518 1999-04-30 Tom Tromey <tromey@cygnus.com>
1520 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1522 1999-04-26 Tom Tromey <tromey@cygnus.com>
1524 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1527 1999-04-23 Tom Tromey <tromey@cygnus.com>
1529 * Makefile.in, configure: Rebuilt.
1530 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1531 (libgcjgc_la_SOURCES): Renamed.
1532 (libgcjgc_la_LIBADD): Likewise.
1533 (libgcjgc_la_DEPENDENCIES): Likewise.
1534 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1535 (gctest_LDADD): Use libgcjgc.la.
1536 (all_objs): Mention libgcj_la_OBJECTS.
1537 (EXTRA_LTLIBRARIES): Renamed.
1538 (toollib_LTLIBRARIES): Likewise.
1539 (libgcjgc_la_LDFLAGS): New macro
1540 (toolexecdir): Renamed.
1541 (toolexeclibdir): Likewise.
1542 (toolexeclib_LTLIBRARIES): Likewise.
1543 (LTCOMPILE): Renamed; added libtool invocation.
1544 (LINK): Added libtool invocation.
1545 (.s.o): use LTCOMPILE.
1546 * configure.in: Call AM_PROG_LIBTOOL.
1547 (target_all): Set to libgcjgc.la.
1548 Mention `.lo' forms of object files.
1550 1999-04-21 Tom Tromey <tromey@cygnus.com>
1552 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1555 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1556 sigcontext.h. From Matthias Klose <doko@itso.de>.
1558 1999-04-16 Tom Tromey <tromey@cygnus.com>
1560 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1561 David Pettersson <dapet@mai.liu.se>
1563 1999-04-14 Tom Tromey <tromey@cygnus.com>
1565 * configure: Rebuilt.
1566 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1567 incorrect patch of 199-04-09.
1569 * configure: Rebuilt.
1570 * configure.in: Added support for alpha.
1571 From David Pettersson <dapet@mai.liu.se>.
1573 1999-04-13 Tom Tromey <tromey@cygnus.com>
1575 * Makefile.in: Rebuilt.
1576 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1579 1999-04-09 Tom Tromey <tromey@cygnus.com>
1581 * configure: Rebuilt.
1582 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1584 1999-02-23 Tom Tromey <tromey@cygnus.com>
1586 * configure: Rebuilt.
1587 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1588 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1590 1999-02-18 Tom Tromey <tromey@cygnus.com>
1592 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1593 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1594 for case where LO is NULL.
1596 1999-02-10 Tom Tromey <tromey@cygnus.com>
1598 * aclocal.m4, configure, Makefile.in: Rebuilt.
1599 * acinclude.m4: Updated to be used with automake 1.4.
1600 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1602 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1603 (libgcjgc_a_SOURCES): Likewise.
1604 (libgcjgc_a_LIBADD): Likewise.
1605 (libgcjgc_a_DEPENDENCIES): Likewise.
1606 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1607 (gctest_LDADD): Likewise.
1608 (all_objs): Likewise.
1610 1999-01-08 Tom Tromey <tromey@cygnus.com>
1612 * configure: Rebuilt.
1613 * configure.in: Define LINUX_THREADS if using POSIX threads on
1616 * gc_priv.h (GC_test_and_set): Put return type into definition.
1618 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1620 * Makefile.am: add support for eCos. In particular, add C++
1621 support for compiling the file ecos.cc.
1622 * ecos.cc: new file.
1623 * acinclude.m4: add C++ support.
1624 * aclocal.m4: likewise
1625 * config.h: add eCos support.
1626 * configure: likewise
1627 * configure.in: likewise
1628 * misc.c (GC_write): add eCos support.
1629 * os_dep.c (tiny_sbrk): add eCos support.
1631 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1633 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1634 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1636 1998-11-23 Tom Tromey <tromey@cygnus.com>
1638 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1640 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1642 * Makefile.am, Makefile.in, configure.host: tx39 build option
1645 1998-11-17 Tom Tromey <tromey@cygnus.com>
1647 * configure: Rebuilt.
1648 * configure.in: Switch on host, not target.
1650 1998-11-16 Tom Tromey <tromey@cygnus.com>
1652 * gc_priv.h (GC_debug_object_start): Declare.
1653 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1654 * gc.h (GC_debug_register_finalizer_no_order,
1655 GC_register_finalizer_no_order): Declare.
1656 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1657 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1658 (GC_debug_generic_malloc): Likewise.
1659 (GC_debug_object_start): new function.
1661 1998-11-11 Tom Tromey <tromey@cygnus.com>
1663 * configure: Rebuilt.
1664 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1666 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1668 * dyn_load.c: Handle QUICK_THREADS case.
1670 1998-10-21 Tom Tromey <tromey@cygnus.com>
1672 * configure: Rebuilt.
1673 * configure.in: Put cpp defines here, not in config.h. Recognize
1674 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1675 define PACKAGE or VERSION.
1676 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1679 * os_dep.c (GC_default_push_other_roots): Define when
1680 QUICK_THREADS defined.
1681 * misc.c: Added QUICK_THREADS case.
1682 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1683 * config.h (THREADS): Define if QUICK_THREADS defined.
1684 * Makefile.in: Rebuilt.
1685 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1687 * quick_threads.c: New file.
1689 1998-10-20 Tom Tromey <tromey@cygnus.com>
1691 * aclocal.m4, configure: Rebuilt.
1692 * acinclude.m4: Don't subst machine_dir or sys_dir.
1693 * configure.host: Removed unused code.
1695 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1697 * configure: Rebuilt.
1698 * configure.in: Fix typo in previous patch.
1700 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1702 * Makefile.in, aclocal.m4, configure: Rebuilt.
1703 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1704 * configure.host: Created.
1706 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1708 * Makefile.in: Rebuilt.
1709 * Makefile.am (lib_LIBRARIES): Use target_all.
1710 (EXTRA_LIBRARIES): New macro.
1711 * configure: Rebuilt.
1712 * configure.in: Recognize --enable-gc.
1714 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1716 * Makefile.in: Rebuilt.
1717 * Makefile.am (COMPILE): Define.
1719 (.s.o): Use MY_CFLAGS.
1720 * configure: Rebuilt.
1721 * configure.in (MY_CFLAGS): Define and subst.
1723 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1725 * configure: Rebuilt.
1726 * configure.in: Added --with-cross-host argument. Use
1727 $with_cross_host to determine when cross-compiling.
1729 * config.h (SMALL_CONFIG): Don't define.
1730 * configure: Rebuilt.
1731 * configure.in: Define SMALL_CONFIG when cross-compiling.
1733 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1735 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1736 allchblk.c: Merged with 4.13a2 while preserving local changes.
1738 * Makefile.orig: Updated from Makefile in 4.13a2.
1740 * configure: Rebuilt.
1741 * configure.in: Updated version number to 4.13a2. On Solaris,
1742 don't build with -O when using gcc.
1744 Merged in version 4.13alpha2:
1745 * config.h (USE_MMAP): Re-enable on Solaris.
1746 * solaris_pthreads.c: Removed RCS Id line.
1747 * alpha_mach_dep.s: Removed RCS Id line.
1749 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1751 * config.h (USE_MMAP): Don't define for Solaris.
1753 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1755 * Makefile.in: Rebuilt.
1756 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1758 * Makefile.in: Rebuilt.
1759 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1761 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1763 * Makefile.in: Rebuilt.
1764 * Makefile.am ($(all_objs)): Depend on config.h.
1766 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1767 DATASTART as &_etext.
1768 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1769 * configure: Rebuilt.
1770 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1773 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1775 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1776 (GC_maybe_gc): Likewise.
1777 * os_dep.c: If NO_SIGSET defined, then have empty
1778 GC_disable_signals and GC_enable_signals.
1779 * configure: Rebuilt.
1780 * configure.in: Added --with-target-subdir option. If
1781 cross-compiling, define NO_SIGSET and NO_CLOCK.
1783 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1785 * Makefile.in: Rebuilt.
1786 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1788 * aclocal.m4, configure: Rebuilt.
1789 * acinclude.m4: New file.
1790 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1792 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1794 * configure: Rebuilt.
1795 * configure.in: Link boehm-config.h to config.h.
1796 * Makefile.in: Rebuilt.
1797 * Makefile.am (INCLUDES): Removed.
1798 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1799 JAVA_FINALIZATION): Define
1801 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1803 * Many files: Use GC_bool, not bool.
1804 * gc_priv.h: Define GC_bool, not bool.
1806 * misc.c (GC_dont_gc): Define as int.
1807 (GC_quiet): Likewise.
1808 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1809 * alloc.c (GC_dont_expand): Define as int.
1810 * gc_priv.h: For gcc, define bool as char.
1812 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1814 * Makefile.in: Rebuilt.
1815 * Makefile.am (check_PROGRAMS): New macro.
1816 (gctest_SOURCES): Likewise.
1817 (gctest_LDADD): Likewise.
1819 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1821 * Makefile.in: Rebuilt.
1822 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1823 * configure: Rebuilt.
1824 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1826 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1828 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1830 * Makefile.orig: Renamed from Makefile.