summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-08-10 08:10:11 -0700
committerUlrich Drepper <drepper@redhat.com>2009-08-10 08:10:11 -0700
commitec4922395b05b428cb2cd17ea8118087e0ed6df4 (patch)
treebabd0b2fcd81ac7d50f554c5a46d3e4e4b3f54e9 /nptl/ChangeLog
parentefa0569d2bfdbb7367fce42b1c99821b85d2d3ba (diff)
Fix check for PI mutex in x86-64 pthread_cond_signal
Register eax contains the syscall number, use a different one instead.
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 5be464e2f2..092962fab6 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-10 Andreas Schwab <schwab@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
+ (__pthread_cond_signal): Don't clobber register used for syscall
+ number.
+
2009-08-08 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S (sem_timedwait):