]>
granicus.if.org Git - gc/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
tromey [Wed, 2 Aug 2000 19:46:07 +0000 (19:46 +0000)]
* gc_priv.h (GC_generic_malloc_inner): Prototype.
(GC_generic_malloc): Likewise.
(GC_add_to_black_list_normal): Likewise.
(GC_find_header): Likewise.
(GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
* gc_mark.h (GC_find_start): Prototype.
(GC_signal_mark_stack_overflow): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35431
138bc75d -0d04-0410-961f-
82ee72b054a4
aoliva [Mon, 24 Jul 2000 04:20:09 +0000 (04:20 +0000)]
* configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35218
138bc75d -0d04-0410-961f-
82ee72b054a4
aoliva [Mon, 24 Jul 2000 04:06:16 +0000 (04:06 +0000)]
* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35217
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Tue, 20 Jun 2000 01:04:58 +0000 (01:04 +0000)]
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.1.
* acinclude.m4: Push version to 5.1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34610
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Mon, 19 Jun 2000 23:42:00 +0000 (23:42 +0000)]
This commit was generated by cvs2svn to compensate for changes in r34605,
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34606
138bc75d -0d04-0410-961f-
82ee72b054a4
aph [Mon, 19 Jun 2000 18:46:45 +0000 (18:46 +0000)]
2000-06-19 Andrew Haley <aph@cygnus.com>
* os_dep.c (read): Pass two dummy args to syscall().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34598
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Wed, 10 May 2000 21:59:16 +0000 (21:59 +0000)]
2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
Imported 5.0 release version.
* acinclude.m4: Increment version to 5.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33832
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Sun, 7 May 2000 00:43:49 +0000 (00:43 +0000)]
2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.0alpha7.
* acinclude.m4: Update version to 5.0a7.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33750
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Sat, 6 May 2000 23:59:01 +0000 (23:59 +0000)]
This commit was generated by cvs2svn to compensate for changes in r33746,
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33747
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Thu, 27 Apr 2000 00:45:13 +0000 (00:45 +0000)]
Fixed ChangeLog merge snafu
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33453
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Thu, 27 Apr 2000 00:43:33 +0000 (00:43 +0000)]
<<<<<<< ChangeLog
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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33452
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Mon, 24 Apr 2000 04:57:20 +0000 (04:57 +0000)]
* gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33367
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Wed, 19 Apr 2000 12:47:53 +0000 (12:47 +0000)]
* Makefile.am, Makefile.in: irix_threads.c is now
hpux_irix_threads.c.
* Makefile.orig: Updated from gc distribution Makefile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33255
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Wed, 19 Apr 2000 10:10:01 +0000 (10:10 +0000)]
Imported version version 5.0alpha6.
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33251
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Wed, 19 Apr 2000 02:29:16 +0000 (02:29 +0000)]
This commit was generated by cvs2svn to compensate for changes in r33244,
which included commits to RCS files with non-trunk default branches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33245
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Wed, 19 Apr 2000 02:29:14 +0000 (02:29 +0000)]
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33241
138bc75d -0d04-0410-961f-
82ee72b054a4
green [Sun, 2 Apr 2000 15:36:43 +0000 (15:36 +0000)]
2000-03-26 Anthony Green <green@redhat.com>
* 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
tromey [Mon, 14 Feb 2000 21:53:27 +0000 (21:53 +0000)]
* gc.h (dlopen): Define as GC_dlopen on Linux.
(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
green [Sat, 29 Jan 2000 01:17:03 +0000 (01:17 +0000)]
* gcconfig.h (DATASTART): Add missing extern declaration
for data_start on powerpc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31677
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Fri, 24 Dec 1999 01:08:34 +0000 (01:08 +0000)]
1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
* 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
green [Mon, 20 Dec 1999 05:55:34 +0000 (05:55 +0000)]
Alpha Linux changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31030
138bc75d -0d04-0410-961f-
82ee72b054a4
green [Mon, 20 Dec 1999 02:34:52 +0000 (02:34 +0000)]
* gcconfig.h: Use libgcj hack for Alpha Linux.
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
tromey [Mon, 13 Dec 1999 20:15:51 +0000 (20:15 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30893
138bc75d -0d04-0410-961f-
82ee72b054a4
green [Sun, 12 Dec 1999 18:56:25 +0000 (18:56 +0000)]
Oops. Date was wrong.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30876
138bc75d -0d04-0410-961f-
82ee72b054a4
green [Sun, 12 Dec 1999 18:06:08 +0000 (18:06 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30873
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Thu, 4 Nov 1999 19:39:50 +0000 (19:39 +0000)]
* Makefile.in: Rebuilt.
* 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
tromey [Thu, 4 Nov 1999 18:53:24 +0000 (18:53 +0000)]
* misc.c (GC_init_inner): Don't call GC_init_linuxppc().
(GC_thr_init): Don't declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30395
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Thu, 4 Nov 1999 17:25:07 +0000 (17:25 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30394
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 3 Nov 1999 17:26:59 +0000 (17:26 +0000)]
* gcconfig.h: Merged in local changes from old config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30376
138bc75d -0d04-0410-961f-
82ee72b054a4
bryce [Wed, 3 Nov 1999 03:04:52 +0000 (03:04 +0000)]
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
* 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
tromey [Wed, 3 Nov 1999 01:26:31 +0000 (01:26 +0000)]
* quick_threads.c: Include gcconfig.h, not boehm-config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30360
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 3 Nov 1999 01:11:03 +0000 (01:11 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30358
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Mon, 1 Nov 1999 23:15:51 +0000 (23:15 +0000)]
Merged GC 5.0alpha4 with local changes, plus:
* 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
tromey [Mon, 1 Nov 1999 20:48:52 +0000 (20:48 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30327,
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
tromey [Mon, 1 Nov 1999 20:48:50 +0000 (20:48 +0000)]
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30324
138bc75d -0d04-0410-961f-
82ee72b054a4
green [Sat, 2 Oct 1999 15:50:57 +0000 (15:50 +0000)]
I am committing the following changes to enable the picojava port. I
will also forward them to Boehm.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29767
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Tue, 28 Sep 1999 20:14:11 +0000 (20:14 +0000)]
* aclocal.m4, configure: Rebuilt.
* 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
tromey [Tue, 17 Aug 1999 22:46:02 +0000 (22:46 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28740
138bc75d -0d04-0410-961f-
82ee72b054a4
green [Tue, 10 Aug 1999 05:28:31 +0000 (05:28 +0000)]
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28638
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 4 Aug 1999 20:57:53 +0000 (20:57 +0000)]
Removed extra ';;'
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28516
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 4 Aug 1999 20:25:54 +0000 (20:25 +0000)]
* configure.in: Added missing `;;'. From Anthony Green.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28510
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 4 Aug 1999 19:51:34 +0000 (19:51 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28503
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 4 Aug 1999 03:26:15 +0000 (03:26 +0000)]
* gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28480
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Tue, 3 Aug 1999 03:09:12 +0000 (03:09 +0000)]
* aclocal.m4, configure: Rebuilt for new libtool.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28436
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Sat, 31 Jul 1999 23:50:05 +0000 (23:50 +0000)]
1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
* 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
tromey [Mon, 19 Jul 1999 19:27:56 +0000 (19:27 +0000)]
* config.h (MPROTECT_VDB): Don't define on Linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28179
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Mon, 19 Jul 1999 19:17:22 +0000 (19:17 +0000)]
1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
* 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
tromey [Mon, 19 Jul 1999 19:11:54 +0000 (19:11 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28173
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 30 Jun 1999 20:04:37 +0000 (20:04 +0000)]
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27855
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 30 Jun 1999 13:05:33 +0000 (13:05 +0000)]
This commit was generated by cvs2svn to compensate for changes in r27853,
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
tromey [Wed, 30 Jun 1999 12:25:07 +0000 (12:25 +0000)]
1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
* 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
tromey [Mon, 21 Jun 1999 15:39:02 +0000 (15:39 +0000)]
Alpha patch from Jeff Sturm:
* 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
tromey [Mon, 21 Jun 1999 14:57:44 +0000 (14:57 +0000)]
* Makefile.in: Rebuilt.
* 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
tromey [Mon, 21 Jun 1999 13:03:47 +0000 (13:03 +0000)]
* Makefile.in: Rebuilt.
* 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
tromey [Mon, 21 Jun 1999 11:14:41 +0000 (11:14 +0000)]
* configure: Rebuilt.
* configure.in: Recognize all forms of alpha.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27660
138bc75d -0d04-0410-961f-
82ee72b054a4
green [Thu, 17 Jun 1999 23:22:51 +0000 (23:22 +0000)]
* mach_dep.c (GC_push_regs): FreeBSD-elf support (from
Carlo Dapor <carlo@vis.ethz.ch>).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27580
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 5 May 1999 11:46:18 +0000 (11:46 +0000)]
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26779
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Fri, 30 Apr 1999 16:00:28 +0000 (16:00 +0000)]
* linux_threads.c: Don't reference __pthread_initial_thread_bos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26711
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Mon, 26 Apr 1999 14:15:05 +0000 (14:15 +0000)]
libtoolized GC library. See ChangeLog for details.
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
tromey [Wed, 21 Apr 1999 09:42:28 +0000 (09:42 +0000)]
* os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
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
tromey [Fri, 16 Apr 1999 09:56:29 +0000 (09:56 +0000)]
* config.h (__start): Declare as `int' in alpha/OSF1 case. From
David Pettersson <dapet@mai.liu.se>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26490
138bc75d -0d04-0410-961f-
82ee72b054a4
tromey [Wed, 14 Apr 1999 11:24:02 +0000 (11:24 +0000)]
* configure: Rebuilt.
* 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
tromey [Wed, 14 Apr 1999 11:21:24 +0000 (11:21 +0000)]
* configure: Rebuilt.
* 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
tromey [Tue, 13 Apr 1999 14:28:15 +0000 (14:28 +0000)]
* Makefile.in: Rebuilt.
* 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
tromey [Wed, 7 Apr 1999 08:01:42 +0000 (08:01 +0000)]
Cygnus/libgcj changes to Boehm GC.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26257
138bc75d -0d04-0410-961f-
82ee72b054a4
guest [Fri, 29 Jul 2011 06:45:00 +0000 (10:45 +0400)]
Integration with gcc-boehmgc branch
Ivan Maidanski [Tue, 26 Jul 2011 11:16:41 +0000 (15:16 +0400)]
gc4.12 tarball import
Ivan Maidanski [Tue, 26 Jul 2011 11:09:22 +0000 (15:09 +0400)]
gc4.11 tarball import
Ivan Maidanski [Tue, 26 Jul 2011 10:55:44 +0000 (14:55 +0400)]
gc4.10t3 tarball import
Ivan Maidanski [Tue, 26 Jul 2011 10:53:58 +0000 (14:53 +0400)]
gc4.10 tarball import
Ivan Maidanski [Tue, 26 Jul 2011 10:51:28 +0000 (14:51 +0400)]
gc4.8 tarball import
Ivan Maidanski [Tue, 26 Jul 2011 10:48:42 +0000 (14:48 +0400)]
gc4.1 tarball import