diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-27 07:02:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-27 07:02:58 +0000 |
commit | 7539c7ecfda06eeae987fc53815523a70938073a (patch) | |
tree | 08bbc03085456f30ccee6316ec794b2b81170fa7 /nptl/ChangeLog | |
parent | 4ae89108d3c71ca5156c13e5597a84f774a67196 (diff) | |
download | glibc-7539c7ecfda06eeae987fc53815523a70938073a.tar glibc-7539c7ecfda06eeae987fc53815523a70938073a.tar.gz glibc-7539c7ecfda06eeae987fc53815523a70938073a.tar.bz2 glibc-7539c7ecfda06eeae987fc53815523a70938073a.zip |
Update.
2003-06-26 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/librt-cancellation.c: Move __pthread_unwind
definition to the front.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Rename
the cleanup functions to make the names unique. Fix dwarf opcode
un unwind table.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Rename cleanup
functions to make the names unique. Fix CFA offset for two blocks.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1a02a3812e..21157bca0d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,14 @@ +2003-06-26 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/librt-cancellation.c: Move __pthread_unwind + definition to the front. + + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Rename + the cleanup functions to make the names unique. Fix dwarf opcode + un unwind table. + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Rename cleanup + functions to make the names unique. Fix CFA offset for two blocks. + 2003-06-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h (class __pthread_cleanup_class): Add |