aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-05-17 05:17:12 +0000
committerUlrich Drepper <drepper@redhat.com>2004-05-17 05:17:12 +0000
commit4123718eddda0d304989b1e81cf49a11df078136 (patch)
tree29d58028940fbca2b42fd69f1a6a6b7a9a75adbb /nptl/ChangeLog
parentf7803f5170fb98c3ed464da05412af5964f087b2 (diff)
downloadglibc-4123718eddda0d304989b1e81cf49a11df078136.tar
glibc-4123718eddda0d304989b1e81cf49a11df078136.tar.gz
glibc-4123718eddda0d304989b1e81cf49a11df078136.tar.bz2
glibc-4123718eddda0d304989b1e81cf49a11df078136.zip
Update.
2004-05-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Correct some unwind info. * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Parametrize frame size. Correct some unwind info. * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 7e3de56ec7..534f585f52 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-16 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Correct some
+ unwind info.
+
+ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:
+ Parametrize frame size. Correct some unwind info.
+ * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
+
2004-05-04 Jakub Jelinek <jakub@redhat.com>
* tst-stack3.c: Note testing functionality beyond POSIX.