From 01d1a5b62005298c927141d13981daac6be659a2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 17 Jan 2002 00:32:33 +0000 Subject: [PATCH] Update. 2002-01-14 Martin Schwidefsky * linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent automatic inline. --- linuxthreads/ChangeLog | 5 +++++ linuxthreads/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 6be38e1..8ceadaf 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-01-14 Martin Schwidefsky + + * linuxthreads/Makefile (CFLAGS-tst-cancel.c): Add + -fno-inline-functions to prevent automatic inline. + 2002-01-12 Andreas Schwab * Makefile (test-srcs): Add tst-signal. diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 2237482..33c041e 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 -- 2.7.4