diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-06 04:29:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-06 04:29:42 +0000 |
commit | 44e941492d0dcefa98e0b7686ecfba3f39ded173 (patch) | |
tree | c70e0334dc36dc62a595a7a2fcf1a543b0dcf8f1 /nptl/ChangeLog | |
parent | c28422b575d8399fc3d5ce8e50cbde83c58b647c (diff) | |
download | glibc-44e941492d0dcefa98e0b7686ecfba3f39ded173.tar.gz glibc-44e941492d0dcefa98e0b7686ecfba3f39ded173.tar.xz glibc-44e941492d0dcefa98e0b7686ecfba3f39ded173.zip |
Update.
2003-11-05 Jakub Jelinek <jakub@redhat.com> * unwind.c (FRAME_LEFT): Define. (unwind_stop): Handle old style cleanups here. (__pthread_unwind): Handle old style cleanups only if !HAVE_FORCED_UNWIND. * Makefile (tests): Add tst-cleanup4 and tst-cleanupx4. (CFLAGS-tst-cleanupx4.c): Add -fexceptions. ($(objpfx)tst-cleanup4): Depend on $(objpfx)tst-cleanup4aux.o. ($(objpfx)tst-cleanupx4): Likewise. * tst-cleanup4.c: New test. * tst-cleanup4aux.c: New. * tst-cleanupx4.c: New test.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9e52682111..220c2e8a18 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,17 @@ +2003-11-05 Jakub Jelinek <jakub@redhat.com> + + * unwind.c (FRAME_LEFT): Define. + (unwind_stop): Handle old style cleanups here. + (__pthread_unwind): Handle old style cleanups only if + !HAVE_FORCED_UNWIND. + * Makefile (tests): Add tst-cleanup4 and tst-cleanupx4. + (CFLAGS-tst-cleanupx4.c): Add -fexceptions. + ($(objpfx)tst-cleanup4): Depend on $(objpfx)tst-cleanup4aux.o. + ($(objpfx)tst-cleanupx4): Likewise. + * tst-cleanup4.c: New test. + * tst-cleanup4aux.c: New. + * tst-cleanupx4.c: New test. + 2003-11-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/bits/stdio-lock.h: Use lll_*lock instead of |