aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/aclocal.m4
AgeCommit message (Collapse)AuthorFilesLines
2000-05-10Imported 5.0 release version.Bryce McKinlay1-1/+1
2000-05-11 Bryce McKinlay <bryce@albatross.co.nz> Imported 5.0 release version. * acinclude.m4: Increment version to 5.0. From-SVN: r33832
2000-04-27<<<<<<< ChangeLogJakub Jelinek1-5/+8
2000-04-26 Jakub Jelinek <jakub@redhat.com> * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC. (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START - sparc glibc does not provide it. (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*. Make STACKBOTTOM depend on the wordsize. * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*. (struct frame): Declare on sparc*-linux*. (GC_save_callers): Bias the frame pointers if needed (sparc64). * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32. Implement on sparc64. (GC_clear_stack_inner): Implement on sparc64. * gc_priv.h (GC_test_and_set): Implement for sparc. * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use From-SVN: r33452
2000-04-19Imported version version 5.0alpha6.Bryce McKinlay1-1/+1
* acinclude.m4: Bump version to 5.0a6. * configure.in: Don't use alpha_mach_dep.s. * include/private/config.h, irix_threads.c gc_watcom.asm: Delete obsolete files. From-SVN: r33251
1999-12-13aclocal.m4, configure: Rebuilt.Tom Tromey1-1/+1
* aclocal.m4, configure: Rebuilt. * acinclude.m4: Changed version to 5.0a4. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0. From-SVN: r30893
1999-11-01Merged GC 5.0alpha4 with local changes, plus:Tom Tromey1-269/+71
* Makefile.in: Rebuilt. * Makefile.am (gctest_LDADD): Added THREADLIB. (TESTS): New macro. * configure: Rebuilt. * configure.in (INCLUDES): New subst. From-SVN: r30332
1999-09-28aclocal.m4, configure: Rebuilt.Tom Tromey1-72/+274
* aclocal.m4, configure: Rebuilt. * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide From-SVN: r29698
1999-08-03* aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey1-269/+71
From-SVN: r28436
1999-06-21configure: Rebuilt.Tom Tromey1-60/+413
* configure: Rebuilt. * configure.in: Recognize all forms of alpha. From-SVN: r27660
1999-04-26libtoolized GC library. See ChangeLog for details.Tom Tromey1-0/+251
Also a couple bug fixes: * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as `weak'. * misc.c (GC_init_inner): If QUICK_THREADS defined, compute GC_stackbottom. From-SVN: r26650
1999-04-07Cygnus/libgcj changes to Boehm GC.Tom Tromey1-0/+291
From-SVN: r26257