diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-01 03:29:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-01 03:29:50 +0000 |
commit | 3a4d1e1e490a8c98ad8478973936880c3f4af0bd (patch) | |
tree | 0e8a6da9a3d088f573ec96d289b92c23f8683841 /nptl/ChangeLog | |
parent | 5a8e918dc6809872537f589976cc5b9e9d89131c (diff) | |
download | glibc-3a4d1e1e490a8c98ad8478973936880c3f4af0bd.tar glibc-3a4d1e1e490a8c98ad8478973936880c3f4af0bd.tar.gz glibc-3a4d1e1e490a8c98ad8478973936880c3f4af0bd.tar.bz2 glibc-3a4d1e1e490a8c98ad8478973936880c3f4af0bd.zip |
Update.
2003-06-30 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/pthread_once.S (__pthread_once):
Use correct cleanup handler registration. Add unwind info.
* tst-once3.c: Add cleanup handler and check it is called.
* tst-once4.c: Likewise.
* tst-oncex3.c: New file.
* tst-oncex4.c: New file.
* Makefile: Add rules to build and run tst-oncex3 and tst-oncex4.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 02238477bd..11071d68c3 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,13 @@ +2003-06-30 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/pthread_once.S (__pthread_once): + Use correct cleanup handler registration. Add unwind info. + * tst-once3.c: Add cleanup handler and check it is called. + * tst-once4.c: Likewise. + * tst-oncex3.c: New file. + * tst-oncex4.c: New file. + * Makefile: Add rules to build and run tst-oncex3 and tst-oncex4. + 2003-06-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/configure.in: Check for C cleanup handling in gcc. |