From: Ian Lance Taylor Date: Thu, 5 Dec 2019 03:56:40 +0000 (+0000) Subject: * edtest.c (test1): Add noclone attribute. X-Git-Tag: misc/cutover-git~735 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70bfe5a714745d22d30a0f29d582c64c2dad7f10;p=thirdparty%2Fgcc.git * edtest.c (test1): Add noclone attribute. From-SVN: r278985 --- diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 365aef7d4bdb..9936620ba92b 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,7 @@ +2019-12-04 Ian Lance Taylor + + * edtest.c (test1): Add noclone attribute. + 2019-12-04 Ian Lance Taylor * internal.h (enum dwarf_section): Define. diff --git a/libbacktrace/edtest.c b/libbacktrace/edtest.c index 0aafafcc152a..17775d7c4261 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);