about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-13 08:36:19 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-13 08:36:19 +0000
commitad2be8527ac0f19f129fc4519d823cbe48239c78 (patch)
tree2e5a5862015657296877d4ca5e34a92551865b54 /nptl/ChangeLog
parent08c765fa6e664c584659a476dadfc926d6c74254 (diff)
downloadglibc-ad2be8527ac0f19f129fc4519d823cbe48239c78.tar.gz
glibc-ad2be8527ac0f19f129fc4519d823cbe48239c78.tar.xz
glibc-ad2be8527ac0f19f129fc4519d823cbe48239c78.zip
Update.
	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Add unwind info.
	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 9066a7c475..1a3e32f716 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,7 +1,8 @@
 2003-04-13  Ulrich Drepper  <drepper@redhat.com>
 
-	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Add
-	unwind info.
+	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Add unwind info.
+	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
+	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
 	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
 
 2003-04-12  Ulrich Drepper  <drepper@redhat.com>