2006-02-06 Jakub Jelinek <jakub@redhat.com>
commit4b04d5da9664071707b4d123f361fe50de22fb9a
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Feb 2006 01:02:31 +0000 (7 01:02 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Feb 2006 01:02:31 +0000 (7 01:02 +0000)
tree743d9a439c476b1312d603f747bf02782d271c50
parentdb21128ecc6870fbcd060be3d869dc0114ce37d7
2006-02-06  Jakub Jelinek  <jakub@redhat.com>
    Anthony Green  <green@redhat.com>
    Tom Tromey  <tromey@redhat.com>

* include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
* include/gc_config.h.in: Rebuilt.
* include/gc_pthread_redirects.h (pthread_create): Conditionally
define.
* pthread_support.c (pthread_create_): New global.
(constr): New function.
(pthread_create): Conditionally renamed.
* configure: Rebuilt.
* configure.ac (GC_PTHREAD_SYM_VERSION): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110682 138bc75d-0d04-0410-961f-82ee72b054a4
boehm-gc/ChangeLog
boehm-gc/configure
boehm-gc/configure.ac
boehm-gc/include/gc_config.h.in
boehm-gc/include/gc_ext_config.h.in
boehm-gc/include/gc_pthread_redirects.h
boehm-gc/pthread_support.c