diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-11 20:47:36 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-11 20:47:36 -0700 |
commit | ae0d54500381eb9d40710a259819d9b745a7297f (patch) | |
tree | fb0f9841966ed8be71e084920fed76fe9530175c /nptl/ChangeLog | |
parent | 1bc2b97ee42dd653890657a4c910bd144247ea11 (diff) | |
download | glibc-ae0d54500381eb9d40710a259819d9b745a7297f.zip glibc-ae0d54500381eb9d40710a259819d9b745a7297f.tar.gz glibc-ae0d54500381eb9d40710a259819d9b745a7297f.tar.bz2 |
Add CFI directives to x86-64 pthread_rwlock_unlock.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f8e85a9..88975a7 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2009-08-11 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Add CFI + directives. + 2009-08-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Add CFI |