]> granicus.if.org Git - gc/commit
libjava:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Aug 2004 23:05:36 +0000 (23:05 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:25 +0000 (10:54 +0400)
commita3ce735609542bdecf1c64d6ee516cff615d6f2f
treef521c8a3e6a36d358f23e435a2f802536ffa64e9
parente85dc721ca49c986a0c8452a5463d27e4bdc8b11
libjava:
2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>

* configure.in (GCINCS): Don't use "boehm-cflags". Instead, -I
boehm-gc's include dirs.
* configure: Rebuilt.
* include/boehm-gc.h: Include gc_config.h.

boehm-gc:
2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>

* configure.ac (gc_cflags): Add -Iinclude.
(AC_CONFIG_HEADERS): New. Configure gc_config.h header.
Don't write DEFS to boehm-cflags file.
* configure: Rebuilt.
* gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
* specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
* include/gc_config_macros.h: Remove backward-compatibility
redefinitions of GC_ names.
* include/gc.h: Include <gc_config.h>.

2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>

Import Boehm GC version 6.3.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85972 138bc75d-0d04-0410-961f-82ee72b054a4
65 files changed:
BCC_MAKEFILE
ChangeLog
Makefile.direct
Makefile.dist
Makefile.dj
Makefile.in
NT_MAKEFILE
aclocal.m4
allchblk.c
alloc.c
checksums.c
configure
configure.ac
cord/cordprnt.c
cord/cordtest.c
cord/cordxtra.c
cord/de.c
dbg_mlc.c
doc/README
doc/README.changes
doc/README.environment
doc/README.macros
doc/README.win32
doc/debugging.html
doc/gc.man
doc/gcdescr.html
dyn_load.c
finalize.c
gcj_mlc.c
headers.c
if_not_there.c
include/Makefile.in
include/gc.h
include/gc_config.h.in [new file with mode: 0644]
include/gc_config_macros.h
include/gc_cpp.h
include/gc_gcj.h
include/gc_local_alloc.h
include/gc_mark.h
include/javaxfc.h
include/new_gc_alloc.h
include/private/dbg_mlc.h
include/private/gc_pmark.h
include/private/gc_priv.h
include/private/gcconfig.h
include/private/solaris_threads.h
include/private/specific.h
mach_dep.c
malloc.c
mallocx.c
mark.c
misc.c
new_hblk.c
os_dep.c
pthread_support.c
solaris_pthreads.c
solaris_threads.c
specific.c
tests/test.c
tests/test_cpp.cc
tests/trace_test.c
threadlibs.c
typd_mlc.c
version.h
win32_threads.c