From 08c765fa6e664c584659a476dadfc926d6c74254 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Apr 2003 08:04:46 +0000 Subject: Update. 2003-04-13 Ulrich Drepper * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Add unwind info. * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise. * Makefile: Make sure all cancellation points are compiled with exception and asynchronous unwind tables. --- nptl/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nptl/Makefile') diff --git a/nptl/Makefile b/nptl/Makefile index 79d28c9..4de004a 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -125,6 +125,11 @@ libpthread-nonshared = pthread_atfork CFLAGS-pthread_atfork.c = -DNOT_IN_libc CFLAGS-init.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-unwind.c = -fexceptions +CFLAGS-pthread_testcancel.c = -fexceptions +CFLAGS-pthread_join.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-pthread_timedjoin.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-pthread_cond_wait.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-pthread_cond_timedwait.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-cancellation.c = -fasynchronous-unwind-tables CFLAGS-libc-cancellation.c = -fasynchronous-unwind-tables -- cgit v1.1