diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-29 20:38:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-29 20:38:04 +0000 |
commit | cca50323b6a80283886c5fb6e2cff25f6c2d006b (patch) | |
tree | 3787ee6c3122d8692610861baba3db91b997e8d8 /nptl/ChangeLog | |
parent | cdf77dd87b27260d1aefbad18aaa169d4a3a6121 (diff) | |
download | glibc-cca50323b6a80283886c5fb6e2cff25f6c2d006b.tar glibc-cca50323b6a80283886c5fb6e2cff25f6c2d006b.tar.gz glibc-cca50323b6a80283886c5fb6e2cff25f6c2d006b.tar.bz2 glibc-cca50323b6a80283886c5fb6e2cff25f6c2d006b.zip |
* allocatestack.c (__free_stacks): Renamed from free_stacks.
(__free_stack_cache): Removed. Change callers to call __free_stacks.
* init.c (nptl_freeres): New function.
(pthread_functions): Initialize ptr_freeres to nptl_freeres.
* pthreadP.h: Don't declare __free_stack_cache. Declare __free_stacks.
* sysdeps/pthread/unwind-forcedunwind.c (libgcc_s_handle): New
variable.
(pthread_cancel_init): Depend in libgcc_s_handle for decision to
load DSO. Assign last.
(__unwind_freeres): New function.
* allocatestack.c (__reclaim_stacks): Reset in_flight_stack later
for better debugging. No need to use stack_list_add here.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 4fb05b2feb..664e2e14f9 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,19 @@ +2009-01-29 Ulrich Drepper <drepper@redhat.com> + + * allocatestack.c (__free_stacks): Renamed from free_stacks. + (__free_stack_cache): Removed. Change callers to call __free_stacks. + * init.c (nptl_freeres): New function. + (pthread_functions): Initialize ptr_freeres to nptl_freeres. + * pthreadP.h: Don't declare __free_stack_cache. Declare __free_stacks. + * sysdeps/pthread/unwind-forcedunwind.c (libgcc_s_handle): New + variable. + (pthread_cancel_init): Depend in libgcc_s_handle for decision to + load DSO. Assign last. + (__unwind_freeres): New function. + + * allocatestack.c (__reclaim_stacks): Reset in_flight_stack later + for better debugging. No need to use stack_list_add here. + 2009-01-14 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/lowlevellock.S |