diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-10 11:26:16 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-10 11:26:16 -0700 |
commit | 1bc2b97ee42dd653890657a4c910bd144247ea11 (patch) | |
tree | 29251524a889dea988f0edbfc29a70e448c8aed1 /nptl/ChangeLog | |
parent | 78fd882a7bf6153f33b73363c542e1f37c098c56 (diff) | |
download | glibc-1bc2b97ee42dd653890657a4c910bd144247ea11.tar.gz glibc-1bc2b97ee42dd653890657a4c910bd144247ea11.tar.xz glibc-1bc2b97ee42dd653890657a4c910bd144247ea11.zip |
Add CFI directives to x86-64 pthread_rwlock_{rd,wr)lock.
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 092962fab6..f8e85a9247 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2009-08-10 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Add CFI + directives. + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Likewise. + 2009-08-10 Andreas Schwab <schwab@redhat.com> * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S |