aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-22 18:21:44 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-22 18:21:44 +0000
commit077a0da7dc2ecb4343930189413d24c637f4c4fa (patch)
tree8cc92e266f4339dc7a901394765552fb5cb44237 /nptl/ChangeLog
parentc67da0b50e3d20f89d7bb352cd67dcf66d808e50 (diff)
downloadglibc-077a0da7dc2ecb4343930189413d24c637f4c4fa.tar
glibc-077a0da7dc2ecb4343930189413d24c637f4c4fa.tar.gz
glibc-077a0da7dc2ecb4343930189413d24c637f4c4fa.tar.bz2
glibc-077a0da7dc2ecb4343930189413d24c637f4c4fa.zip
* sysdeps/x86_64/__longjmp.S: Also protect SP and BP.
* sysdeps/x86_64/setjmp.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 3d2d4adae7..761308de65 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-22 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #1913]
+ * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S (__new_sem_wait):
+ Fix unwind info. Remove useless branch prediction prefix.
+
2005-12-21 Roland McGrath <roland@redhat.com>
* libc-cancellation.c: Use <> rather than "" #includes.