summaryrefslogtreecommitdiff
path: root/boehm-gc
Commit message (Collapse)AuthorAgeFilesLines
* 2000-03-26 Anthony Green <green@redhat.com>green2000-04-022-2/+4
| | | | | | | * misc.c (GC_enable): Always define GC_enable and GC_disable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32867 138bc75d-0d04-0410-961f-82ee72b054a4
* * gc.h (dlopen): Define as GC_dlopen on Linux.tromey2000-02-143-6/+30
| | | | | | | | (GC_dlopen): Declare on Linux. * dyn_load.c (GC_dlopen): Define for Linux. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31970 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcconfig.h (DATASTART): Add missing extern declarationgreen2000-01-292-0/+6
| | | | | | | for data_start on powerpc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31677 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>bryce1999-12-242-0/+25
| | | | | | | | * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the NO_SIGNALS case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31083 138bc75d-0d04-0410-961f-82ee72b054a4
* Alpha Linux changes.green1999-12-202-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31030 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcconfig.h: Use libgcj hack for Alpha Linux.green1999-12-204-12/+16
| | | | | | | | | Undefine MPROTEXT_VDB (from Jeff Sturm). * os_dep.c: Remove Alpha Linux hacks. * misc.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31028 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4, configure: Rebuilt.tromey1999-12-136-5/+12
| | | | | | | | | * acinclude.m4: Changed version to 5.0a4. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30893 138bc75d-0d04-0410-961f-82ee72b054a4
* Oops. Date was wrong.green1999-12-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30876 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcconfig.h (DATASTART): Define as (&data_start) for PowerPCgreen1999-12-124-10/+14
| | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30873 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.tromey1999-11-043-8/+9
| | | | | | | * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30396 138bc75d-0d04-0410-961f-82ee72b054a4
* * misc.c (GC_init_inner): Don't call GC_init_linuxppc().tromey1999-11-042-8/+4
| | | | | | | (GC_thr_init): Don't declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30395 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.tromey1999-11-049-83/+15
| | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30394 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcconfig.h: Merged in local changes from old config.h.tromey1999-11-032-11/+35
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30376 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>bryce1999-11-032-1/+7
| | | | | | | * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30364 138bc75d-0d04-0410-961f-82ee72b054a4
* * quick_threads.c: Include gcconfig.h, not boehm-config.h.tromey1999-11-032-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30360 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.tromey1999-11-038-1059/+19
| | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30358 138bc75d-0d04-0410-961f-82ee72b054a4
* Merged GC 5.0alpha4 with local changes, plus:tromey1999-11-0160-1927/+3741
| | | | | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (gctest_LDADD): Added THREADLIB. (TESTS): New macro. * configure: Rebuilt. * configure.in (INCLUDES): New subst. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30332 138bc75d-0d04-0410-961f-82ee72b054a4
* This commit was generated by cvs2svn to compensate for changes in r30327,tromey1999-11-0110-77/+428
| | | | | | | which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30328 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisiontromey1999-11-019-0/+3400
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30324 138bc75d-0d04-0410-961f-82ee72b054a4
* I am committing the following changes to enable the picojava port. Igreen1999-10-023-1/+24
| | | | | | | will also forward them to Boehm. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29767 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4, configure: Rebuilt.tromey1999-09-284-348/+689
| | | | | | | * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29698 138bc75d-0d04-0410-961f-82ee72b054a4
* Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>tromey1999-08-172-8/+22
| | | | | | | | * gc_priv.h: Merged IRIX thread changes from include/private/gc_priv.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28740 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.green1999-08-106-80/+104
| | | | | | | | | | | | | * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native builds. * configure: Rebuilt. * configure.in: Properly align --help output, fix capitalization and punctuation. * acinclude.m4: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28638 138bc75d-0d04-0410-961f-82ee72b054a4
* Removed extra ';;'tromey1999-08-042-2/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28516 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Added missing `;;'. From Anthony Green.tromey1999-08-043-0/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28510 138bc75d-0d04-0410-961f-82ee72b054a4
* Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>tromey1999-08-043-9/+19
| | | | | | | * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28503 138bc75d-0d04-0410-961f-82ee72b054a4
* * gc_priv.h (GC_test_and_set): Implementation for Linux PPC fromtromey1999-08-042-0/+28
| | | | | | | Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28480 138bc75d-0d04-0410-961f-82ee72b054a4
* * aclocal.m4, configure: Rebuilt for new libtool.tromey1999-08-034-648/+105
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28436 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>tromey1999-07-312-0/+5
| | | | | | | * mips_sgi_mach_dep.s: Enable PIC option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28363 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.h (MPROTECT_VDB): Don't define on Linux.tromey1999-07-192-1/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28179 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>tromey1999-07-193-2/+9
| | | | | | | | * Makefile.am (.s.lo): Avoid `#line' directives. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28175 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>tromey1999-07-193-12/+18
| | | | | | | | | * Makefile.am (*-recursive, *-am, *-multi): Automake does not generate *-recursive for this Makefile, use *-am instead. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28173 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisiontromey1999-06-304-0/+2619
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27855 138bc75d-0d04-0410-961f-82ee72b054a4
* This commit was generated by cvs2svn to compensate for changes in r27853,tromey1999-06-308-49/+254
| | | | | | | which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27854 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>tromey1999-06-303-5/+10
| | | | | | | | * Makefile.am (.s.lo): Renamed from `.s.o'. * Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27850 138bc75d-0d04-0410-961f-82ee72b054a4
* Alpha patch from Jeff Sturm:tromey1999-06-215-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27670 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.tromey1999-06-213-2/+6
| | | | | | | | * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not -release. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27668 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.tromey1999-06-215-3/+32
| | | | | | | | | | * Makefile.am (toolexeclibdir): Define as libdir when appropriate. * configure: Rebuilt. * configure.in (USE_LIBDIR): New conditional. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27667 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.tromey1999-06-215-141/+851
| | | | | | | * configure.in: Recognize all forms of alpha. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27660 138bc75d-0d04-0410-961f-82ee72b054a4
* * mach_dep.c (GC_push_regs): FreeBSD-elf support (fromgreen1999-06-172-3/+8
| | | | | | | Carlo Dapor <carlo@vis.ethz.ch>). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27580 138bc75d-0d04-0410-961f-82ee72b054a4
* 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>tromey1999-05-053-2/+33
| | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26779 138bc75d-0d04-0410-961f-82ee72b054a4
* * linux_threads.c: Don't reference __pthread_initial_thread_bos.tromey1999-04-302-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26711 138bc75d-0d04-0410-961f-82ee72b054a4
* libtoolized GC library. See ChangeLog for details.tromey1999-04-268-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26650 138bc75d-0d04-0410-961f-82ee72b054a4
* * os_dep.c: glibc 2.1 requires asm/sigcontext.h, nottromey1999-04-212-1/+6
| | | | | | | sigcontext.h. From Matthias Klose <doko@itso.de>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26574 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.h (__start): Declare as `int' in alpha/OSF1 case. Fromtromey1999-04-162-1/+6
| | | | | | | David Pettersson <dapet@mai.liu.se> git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26490 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.tromey1999-04-143-2/+4
| | | | | | | | * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts incorrect patch of 199-04-09. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26450 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.tromey1999-04-143-0/+12
| | | | | | | | * configure.in: Added support for alpha. From David Pettersson <dapet@mai.liu.se>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26449 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.tromey1999-04-135-6/+66
| | | | | | | | * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and solaris-threads.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26407 138bc75d-0d04-0410-961f-82ee72b054a4
* Cygnus/libgcj changes to Boehm GC.tromey1999-04-0722-22/+3971
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26257 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisiontromey1999-04-071-0/+172
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26256 138bc75d-0d04-0410-961f-82ee72b054a4