Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 6 Nov 2003 04:29:42 +0000 (04:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 6 Nov 2003 04:29:42 +0000 (04:29 +0000)
commit44e941492d0dcefa98e0b7686ecfba3f39ded173
treec70e0334dc36dc62a595a7a2fcf1a543b0dcf8f1
parentc28422b575d8399fc3d5ce8e50cbde83c58b647c
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.
nptl/ChangeLog
nptl/Makefile
nptl/tst-cleanup4.c [new file with mode: 0644]
nptl/tst-cleanup4aux.c [new file with mode: 0644]
nptl/tst-cleanupx4.c [new file with mode: 0644]
nptl/unwind.c