diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-13 08:36:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-13 08:36:19 +0000 |
commit | ad2be8527ac0f19f129fc4519d823cbe48239c78 (patch) | |
tree | 2e5a5862015657296877d4ca5e34a92551865b54 /nptl/ChangeLog | |
parent | 08c765fa6e664c584659a476dadfc926d6c74254 (diff) | |
download | glibc-ad2be8527ac0f19f129fc4519d823cbe48239c78.zip glibc-ad2be8527ac0f19f129fc4519d823cbe48239c78.tar.gz glibc-ad2be8527ac0f19f129fc4519d823cbe48239c78.tar.bz2 |
Update.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Add unwind info.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9066a7c..1a3e32f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,7 +1,8 @@ 2003-04-13 Ulrich Drepper <drepper@redhat.com> - * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Add - unwind info. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Add unwind info. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise. * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise. 2003-04-12 Ulrich Drepper <drepper@redhat.com> |