diff options
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 61bc00e8521..425b015952a 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,17 @@ +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. + 2006-02-04 Alan Modra <amodra@bigpond.net.au> * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't |