aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-14 21:38:45 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-14 21:38:45 +0000
commit359091616d3ad5f3d35b37f38406d30805c7fd18 (patch)
treed64fd7efc1b8793c3df3c5b6ab3fb1790d946dbc /nptl/ChangeLog
parentbd4f43b462aadbe49bece8a7d6b62381ee90f690 (diff)
downloadglibc-359091616d3ad5f3d35b37f38406d30805c7fd18.zip
glibc-359091616d3ad5f3d35b37f38406d30805c7fd18.tar.gz
glibc-359091616d3ad5f3d35b37f38406d30805c7fd18.tar.bz2
Update.
2003-04-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Don't overflow CFA advance instructions. * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.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 9f8cbae..5dcea7b 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-14 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Don't
+ overflow CFA advance instructions.
+ * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
+
2003-04-14 Jakub Jelinek <jakub@redhat.com>
* sysdeps/i386/tls.h: Rename LOCK to LOCK_PREFIX.