about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-11-17 17:59:33 -0800
committerUlrich Drepper <drepper@redhat.com>2009-11-17 17:59:33 -0800
commitf8c10bb45b7639ec7b6bb500a9e69b1e29d5e6f6 (patch)
tree729b54bba26bbac84f6170702f56bda4d983f374 /nptl/ChangeLog
parent3933378fd3cbe49c1e0ca42844f959eb12f05f60 (diff)
downloadglibc-f8c10bb45b7639ec7b6bb500a9e69b1e29d5e6f6.tar.gz
glibc-f8c10bb45b7639ec7b6bb500a9e69b1e29d5e6f6.tar.xz
glibc-f8c10bb45b7639ec7b6bb500a9e69b1e29d5e6f6.zip
Use cfi directives in x86 pthread_cond_{,timed}wait.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 0aaaa3f7b9..ae345a3574 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]