1999-07-17 Bryce McKinlay <bryce@albatross.co.nz>heads/GC_5_0_ALPHA_1
commit560be40c802e6dd4f6f8f5e15fdee6dc92ca6608
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jul 1999 11:49:07 +0000 (17 11:49 +0000)
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jul 1999 11:49:07 +0000 (17 11:49 +0000)
tree477b7f2ff134a43226ad546239a318187aaddf63
parentbf2c9a0b5e7019c65be761a891ea0fd5c68a0d9e
1999-07-17  Bryce McKinlay  <bryce@albatross.co.nz>

* config.h: removed (now gcconfig.h)
* Makefile.am, Makefile.in, configure, configure.in: 'config.h' ->
'gcconfig.h'
* alloc.c, dbg_mlc.c, gc.h, gc_priv.h, linux_threads.c, mark.c,
misc.c, os_dep.c, solaris_pthreads.c: merge previous GC patches.
* gcconfig.h: don't define MPROTECT_VDB on Linux due to problems
with threads & blocking I/O.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/GC_5_0_ALPHA_1@28137 138bc75d-0d04-0410-961f-82ee72b054a4
16 files changed:
boehm-gc/ChangeLog
boehm-gc/Makefile.am
boehm-gc/Makefile.in
boehm-gc/alloc.c
boehm-gc/config.h [deleted file]
boehm-gc/configure
boehm-gc/configure.in
boehm-gc/dbg_mlc.c
boehm-gc/dyn_load.c
boehm-gc/gc.h
boehm-gc/gc_priv.h
boehm-gc/gcconfig.h
boehm-gc/linux_threads.c
boehm-gc/mark.c
boehm-gc/misc.c
boehm-gc/os_dep.c