aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
AgeCommit message (Collapse)AuthorFilesLines
2000-04-19Imported version version 5.0alpha6.Bryce McKinlay44-2161/+1480
* 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
2000-04-19This commit was generated by cvs2svn to compensate for changes in r33244,Bryce McKinlay11-135/+484
which included commits to RCS files with non-trunk default branches. From-SVN: r33245
2000-04-19Initial revisionBryce McKinlay3-0/+488
From-SVN: r33241
2000-04-02misc.c (GC_enable): Always define GC_enable and GC_disable.Anthony Green2-2/+4
2000-03-26 Anthony Green <green@redhat.com> * misc.c (GC_enable): Always define GC_enable and GC_disable. From-SVN: r32867
2000-02-14gc.h (dlopen): Define as GC_dlopen on Linux.Tom Tromey3-6/+30
* gc.h (dlopen): Define as GC_dlopen on Linux. (GC_dlopen): Declare on Linux. * dyn_load.c (GC_dlopen): Define for Linux. From-SVN: r31970
2000-01-29gcconfig.h (DATASTART): Add missing extern declaration for data_start on ↵Anthony Green2-0/+6
powerpc. * gcconfig.h (DATASTART): Add missing extern declaration for data_start on powerpc. From-SVN: r31677
1999-12-24linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the NO_SIGNALS case.Bryce McKinlay2-0/+25
1999-12-22 Bryce McKinlay <bryce@albatross.co.nz> * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the NO_SIGNALS case. From-SVN: r31083
1999-12-20Alpha Linux changes.Anthony Green2-0/+5
From-SVN: r31030
1999-12-20gcconfig.h: Use libgcj hack for Alpha Linux.Anthony Green4-12/+16
* gcconfig.h: Use libgcj hack for Alpha Linux. Undefine MPROTEXT_VDB (from Jeff Sturm). * os_dep.c: Remove Alpha Linux hacks. * misc.c: Ditto. From-SVN: r31028
1999-12-13aclocal.m4, configure: Rebuilt.Tom Tromey6-5/+12
* 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-12-12Oops. Date was wrong.Anthony Green1-1/+1
From-SVN: r30876
1999-12-12gcconfig.h (DATASTART): Define as (&data_start) for PowerPC Linux.Anthony Green4-10/+14
* gcconfig.h (DATASTART): Define as (&data_start) for PowerPC Linux. (DYNAMIC_LOADING): Define for PowerPC Linux. * os_dep.c: Remove some special cases for PowerPC Linux. * misc.c (GC_init_inner): Don't call GC_init_linux_data_start for PowerPC Linux. From-SVN: r30873
1999-11-04Makefile.in: Rebuilt.Tom Tromey3-8/+9
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c. From-SVN: r30396
1999-11-04misc.c (GC_init_inner): Don't call GC_init_linuxppc().Tom Tromey2-8/+4
* misc.c (GC_init_inner): Don't call GC_init_linuxppc(). (GC_thr_init): Don't declare. From-SVN: r30395
1999-11-04configure: Rebuilt.Tom Tromey9-83/+15
* configure: Rebuilt. * configure.in: Removed qt threads case. * dyn_load.c: Don't mention QUICK_THREADS. * os_dep.c: Don't mention QUICK_THREADS. * misc.c: Don't mention QUICK_THREADS. * gcconfig.h: Don't mention QUICK_THREADS. * gc_priv.h: Removed QUICK_THREADS code. * quick_threads.c: Removed. From-SVN: r30394
1999-11-03* gcconfig.h: Merged in local changes from old config.h.Tom Tromey2-11/+35
From-SVN: r30376
1999-11-03gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.Bryce McKinlay2-1/+7
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386. From-SVN: r30364
1999-11-03* quick_threads.c: Include gcconfig.h, not boehm-config.h.Tom Tromey2-1/+3
From-SVN: r30360
1999-11-03configure: Rebuilt.Tom Tromey8-1059/+19
* configure: Rebuilt. * configure.in: Don't create boehm-config.h. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not config.h. ($(all_objs)): Depend on gcconfig.h. * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H. * gcconfig.h: Define GCCONFIG_H, not CONFIG_H. * config.h: Removed. From-SVN: r30358
1999-11-01Merged GC 5.0alpha4 with local changes, plus:Tom Tromey60-1927/+3741
* Makefile.in: Rebuilt. * Makefile.am (gctest_LDADD): Added THREADLIB. (TESTS): New macro. * configure: Rebuilt. * configure.in (INCLUDES): New subst. From-SVN: r30332
1999-11-01This commit was generated by cvs2svn to compensate for changes in r30327,Tom Tromey10-77/+428
which included commits to RCS files with non-trunk default branches. From-SVN: r30328
1999-11-01Initial revisionTom Tromey9-0/+3400
From-SVN: r30324
1999-10-02I am committing the following changes to enable the picojava port.Steve Chamberlain3-1/+24
I am committing the following changes to enable the picojava port. I will also forward them to Boehm. From-SVN: r29767
1999-09-28aclocal.m4, configure: Rebuilt.Tom Tromey4-348/+689
* aclocal.m4, configure: Rebuilt. * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide From-SVN: r29698
1999-08-17gc_priv.h: Merged IRIX thread changes from include/private/gc_priv.h.Rainer Orth2-8/+22
Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * gc_priv.h: Merged IRIX thread changes from include/private/gc_priv.h. From-SVN: r28740
1999-08-10Makefile.in: Rebuilt.Rainer Orth6-80/+104
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native builds. * configure: Rebuilt. * configure.in: Properly align --help output, fix capitalization and punctuation. * acinclude.m4: Likewise. From-SVN: r28638
1999-08-04Removed extra ';;'Tom Tromey2-2/+0
From-SVN: r28516
1999-08-04* configure.in: Added missing `;;'. From Anthony Green.Tom Tromey3-0/+6
From-SVN: r28510
1999-08-04configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.Rainer Orth3-9/+19
Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4. From-SVN: r28503
1999-08-04gc_priv.h (GC_test_and_set): Implementation for Linux PPC from Franz Sirl ↵Tom Tromey2-0/+28
<Franz.Sirl-kernel@lauterbach.com>. * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. From-SVN: r28480
1999-08-03* aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey4-648/+105
From-SVN: r28436
1999-07-31mips_sgi_mach_dep.s: Enable PIC option.Alexandre Oliva2-0/+5
1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br> * mips_sgi_mach_dep.s: Enable PIC option. From-SVN: r28363
1999-07-19* config.h (MPROTECT_VDB): Don't define on Linux.Tom Tromey2-1/+8
From-SVN: r28179
1999-07-19Makefile.am (.s.lo): Avoid `#line' directives.Alexandre Oliva3-2/+9
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (.s.lo): Avoid `#line' directives. * Makefile.in: Rebuilt. From-SVN: r28175
1999-07-19Makefile.am (*-recursive, [...]): Automake does not generate *-recursive for ↵Alexandre Oliva3-12/+18
this Makefile, use *-am instead. 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (*-recursive, *-am, *-multi): Automake does not generate *-recursive for this Makefile, use *-am instead. * Makefile.in: Rebuilt. From-SVN: r28173
1999-06-30Initial revisionTom Tromey4-0/+2619
From-SVN: r27855
1999-06-30This commit was generated by cvs2svn to compensate for changes in r27853,Tom Tromey8-49/+254
which included commits to RCS files with non-trunk default branches. From-SVN: r27854
1999-06-30Makefile.am (.s.lo): Renamed from `.s.o'.Alexandre Oliva3-5/+10
1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.am (.s.lo): Renamed from `.s.o'. * Makefile.in: Rebuilt. From-SVN: r27850
1999-06-21Alpha patch from Jeff Sturm:Tom Tromey5-4/+111
* os_dep.c (GC_init_linuxalpha): New function. * misc.c: Initialize for alpha linux. * gc_priv.h (GC_test_and_set): Define for alpha. * config.h: Don't assume __data_start on alpha. From-SVN: r27670
1999-06-21Makefile.in: Rebuilt.Tom Tromey3-2/+6
* Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not -release. From-SVN: r27668
1999-06-21Makefile.in: Rebuilt.Tom Tromey5-3/+32
* Makefile.in: Rebuilt. * Makefile.am (toolexeclibdir): Define as libdir when appropriate. * configure: Rebuilt. * configure.in (USE_LIBDIR): New conditional. From-SVN: r27667
1999-06-21configure: Rebuilt.Tom Tromey5-141/+851
* configure: Rebuilt. * configure.in: Recognize all forms of alpha. From-SVN: r27660
1999-06-17mach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor ↵Anthony Green2-3/+8
<carlo@vis.ethz.ch>). * mach_dep.c (GC_push_regs): FreeBSD-elf support (from Carlo Dapor <carlo@vis.ethz.ch>). From-SVN: r27580
1999-05-05configure.in: Switch from irix threads to posix threads Defined IRIX_THREADS.Gilles Zunino3-2/+33
1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr> * configure.in: Switch from irix threads to posix threads Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep for mips architecture. * configure: Regenerate. From-SVN: r26779
1999-04-30* linux_threads.c: Don't reference __pthread_initial_thread_bos.Tom Tromey2-0/+9
From-SVN: r26711
1999-04-26libtoolized GC library. See ChangeLog for details.Tom Tromey8-139/+1098
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-21os_dep.c: glibc 2.1 requires asm/sigcontext.h, not sigcontext.h.Tom Tromey2-1/+6
* os_dep.c: glibc 2.1 requires asm/sigcontext.h, not sigcontext.h. From Matthias Klose <doko@itso.de>. From-SVN: r26574
1999-04-16config.h (__start): Declare as `int' in alpha/OSF1 case.Tom Tromey2-1/+6
* config.h (__start): Declare as `int' in alpha/OSF1 case. From David Pettersson <dapet@mai.liu.se> From-SVN: r26490
1999-04-14configure: Rebuilt.Tom Tromey3-2/+4
* configure: Rebuilt. * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts incorrect patch of 199-04-09. From-SVN: r26450
1999-04-14configure: Rebuilt.Tom Tromey3-0/+12
* configure: Rebuilt. * configure.in: Added support for alpha. From David Pettersson <dapet@mai.liu.se>. From-SVN: r26449