about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--linuxthreads/ChangeLog5
-rw-r--r--linuxthreads/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 6be38e11d2..8ceadaff01 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+	* linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add
+	-fno-inline-functions to prevent automatic inline.
+
 2002-01-12  Andreas Schwab  <schwab@suse.de>
 
 	* Makefile (test-srcs): Add tst-signal.
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index 2237482f3b..33c041ebc5 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -46,7 +46,7 @@ LDFLAGS-pthread.so = $(nodelete-$(have-z-nodelete)) \
 vpath %.c Examples
 
 tst-cancel-ARGS = "$(objpfx)"
-CFLAGS-tst-cancel.c = -fno-inline
+CFLAGS-tst-cancel.c = -fno-inline -fno-inline-functions
 
 include ../Makeconfig