diff options
author | Chung-Lin Tang <cltang@codesourcery.com> | 2012-05-09 17:48:42 +0800 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-05-09 17:48:42 +0800 |
commit | e1b4354e663fe7f68c96b6c6e72e55492bf38b91 (patch) | |
tree | 627ed65d4e742e55c477ec01d8db087e2fa246d2 /nptl/ChangeLog | |
parent | b9f1922d7e7d67e8559664b266b2a6b35121d6af (diff) | |
download | glibc-e1b4354e663fe7f68c96b6c6e72e55492bf38b91.zip glibc-e1b4354e663fe7f68c96b6c6e72e55492bf38b91.tar.gz glibc-e1b4354e663fe7f68c96b6c6e72e55492bf38b91.tar.bz2 |
Use CFI statements instead of hand-coding .eh_frame.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 324b234..7e17ca0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2012-05-09 Chung-Lin Tang <cltang@codesourcery.com> + + * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S + (__pthread_cond_timedwait): Use CFI directives. + * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S + (__pthread_cond_wait): Likewise. + * sysdeps/unix/sysv/linux/sh/sem_timedwait.S (sem_timedwait): Likewise. + * sysdeps/unix/sysv/linux/sh/sem_wait.S (__new_sem_wait): Likewise. + 2012-05-03 David S. Miller <davem@davemloft.net> * sysdeps/sparc/sparc64/pthread_spin_unlock.S: Fix thinko, we |