]> granicus.if.org Git - gc/commit
2006-02-06 Jakub Jelinek <jakub@redhat.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Feb 2006 01:02:31 +0000 (01:02 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:27 +0000 (10:54 +0400)
commit2f26f4be56fa8e39921f7e2ca351919315951860
tree2d2b7c4c1314fe0cf83e77c0640c5c34c6fbc50a
parent62123bbf952913f891bb026148ea0375674dd22b
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
ChangeLog
configure
configure.ac
include/gc_config.h.in
include/gc_ext_config.h.in
include/gc_pthread_redirects.h
pthread_support.c