diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-17 12:14:09 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-17 12:14:09 -0700 |
commit | d52c96e73a20d1c1d266f783fc31df6759207ea0 (patch) | |
tree | 9fb786fce760b887b85b93ee15fbe54138fabc08 /nptl/ChangeLog | |
parent | 00ebd7ed58df389a78e41dece058048725cb585e (diff) | |
download | glibc-d52c96e73a20d1c1d266f783fc31df6759207ea0.tar glibc-d52c96e73a20d1c1d266f783fc31df6759207ea0.tar.gz glibc-d52c96e73a20d1c1d266f783fc31df6759207ea0.tar.bz2 glibc-d52c96e73a20d1c1d266f783fc31df6759207ea0.zip |
Replace hand-coded unwind tables from x86-64 pthread_cond_wait.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ec9ace7d31..2551faa0d9 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2009-07-17 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S + (__condvar_cleanup): Rewrite to use cfi directives instead of + hand-coded unwind tables. + 2009-06-12 Ulrich Drepper <drepper@redhat.com> * Makefile (libpthread-routines): Add pthread_sigqueue. |