summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-17 16:26:06 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-17 16:26:06 -0700
commitaee2665a1795c60aa1965387681d801cf3cda75c (patch)
treedca3690e6667f82d4e5377bfb5f5de40430e3099 /nptl/ChangeLog
parent0adae4681750bea9eb729c8935d4b152de4a6b68 (diff)
Replace hand-coded unwind tables from x86-64 sem_timedwait.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 5db47a138b..867493ced5 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -9,6 +9,8 @@
* sysdeps/unix/sysv/linux/x86_64/pthread_once.S (__pthread_once):
Likewise.
* sysdeps/unix/sysv/linux/x86_64/sem_wait.S (sem_wait): Likewise.
+ * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):
+ Likewise.
2009-06-12 Ulrich Drepper <drepper@redhat.com>