From 70bfe5a714745d22d30a0f29d582c64c2dad7f10 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 5 Dec 2019 03:56:40 +0000 Subject: * edtest.c (test1): Add noclone attribute. From-SVN: r278985 --- libbacktrace/edtest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbacktrace/edtest.c') diff --git a/libbacktrace/edtest.c b/libbacktrace/edtest.c index 0aafafc..17775d7 100644 --- a/libbacktrace/edtest.c +++ b/libbacktrace/edtest.c @@ -43,8 +43,7 @@ POSSIBILITY OF SUCH DAMAGE. */ #include "testlib.h" -static int test1 (void) __attribute__ ((noinline, unused)); -static int test1 (void) __attribute__ ((noinline, unused)); +static int test1 (void) __attribute__ ((noinline, noclone, unused)); extern int f2 (int); extern int f3 (int, int); -- cgit v1.1