diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-01 17:02:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-01 17:02:15 +0000 |
commit | 3b985826caf97f30c74bf1ceff77eff86aaf9158 (patch) | |
tree | 371aad9a47cf15bf53c94fae7070214ae1bd7684 /nptl/ChangeLog | |
parent | b5d5b67be3e624efa7f44df4375dfdfffa1f97cb (diff) | |
download | glibc-3b985826caf97f30c74bf1ceff77eff86aaf9158.zip glibc-3b985826caf97f30c74bf1ceff77eff86aaf9158.tar.gz glibc-3b985826caf97f30c74bf1ceff77eff86aaf9158.tar.bz2 |
Update.
2003-07-01 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Add correct
cleanup support and unwind info.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a739fe1..509f23a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-07-01 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Add correct + cleanup support and unwind info. + 2003-06-30 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/pthread_once.S (__pthread_once): |