diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-17 17:59:33 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-17 17:59:33 -0800 |
commit | f8c10bb45b7639ec7b6bb500a9e69b1e29d5e6f6 (patch) | |
tree | 729b54bba26bbac84f6170702f56bda4d983f374 /nptl/ChangeLog | |
parent | 3933378fd3cbe49c1e0ca42844f959eb12f05f60 (diff) | |
download | glibc-f8c10bb45b7639ec7b6bb500a9e69b1e29d5e6f6.zip glibc-f8c10bb45b7639ec7b6bb500a9e69b1e29d5e6f6.tar.gz glibc-f8c10bb45b7639ec7b6bb500a9e69b1e29d5e6f6.tar.bz2 |
Use cfi directives in x86 pthread_cond_{,timed}wait.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0aaaa3f..ae345a3 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2009-11-17 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Convert to use + cfi directives. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise. + Based on a patch by Dinakar Guniguntala <dino@in.ibm.com>. + 2009-11-03 Andreas Schwab <schwab@linux-m68k.org> [BZ #4457] |