aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2010-01-15 18:09:14 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-15 18:09:14 -0800
commit893549c5a06956d2559391a3ffdeb6ded53b65c0 (patch)
tree9bdfb0297e3af6352618b78fbeeda14f4b6e63f0 /nptl/ChangeLog
parentaa732e2b2b3178ed436b6df39180605437897f53 (diff)
downloadglibc-893549c5a06956d2559391a3ffdeb6ded53b65c0.tar
glibc-893549c5a06956d2559391a3ffdeb6ded53b65c0.tar.gz
glibc-893549c5a06956d2559391a3ffdeb6ded53b65c0.tar.bz2
glibc-893549c5a06956d2559391a3ffdeb6ded53b65c0.zip
Fix pthread_cond_*wait with requeue-PI on i386.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index e4185e020f..c81eb03b75 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,16 @@
+2010-01-15 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
+ Fix unwind info.
+ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
+
+2010-01-15 Michal Schmidt <mschmidt@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
+ Fix pthread_cond_timedwait with requeue-PI.
+ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:
+ Fix pthread_cond_wait with requeue-PI.
+
2010-01-14 Ulrich Drepper <drepper@redhat.com>
* Versions: Add pthread_mutex_consistent, pthread_mutexattr_getrobust,