about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-01-17 00:32:33 +0000
committerUlrich Drepper <drepper@redhat.com>2002-01-17 00:32:33 +0000
commit01d1a5b62005298c927141d13981daac6be659a2 (patch)
treef407279f46ffd04d2224937e4ec7b5cd3411b3d5 /linuxthreads
parentde13e6e79b95fb939bd6698a7be98910312897d1 (diff)
downloadglibc-01d1a5b62005298c927141d13981daac6be659a2.tar.gz
glibc-01d1a5b62005298c927141d13981daac6be659a2.tar.xz
glibc-01d1a5b62005298c927141d13981daac6be659a2.zip
Update.
2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add
	-fno-inline-functions to prevent automatic inline.
Diffstat (limited to 'linuxthreads')
-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