]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* edtest.c (test1): Add noclone attribute.
authorIan Lance Taylor <iant@golang.org>
Thu, 5 Dec 2019 03:56:40 +0000 (03:56 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 5 Dec 2019 03:56:40 +0000 (03:56 +0000)
From-SVN: r278985

libbacktrace/ChangeLog
libbacktrace/edtest.c

index 365aef7d4bdb960f13952689fc92f838fd33e511..9936620ba92b7184369b75c505aa7d2a09ea152a 100644 (file)
@@ -1,3 +1,7 @@
+2019-12-04  Ian Lance Taylor  <iant@golang.org>
+
+       * edtest.c (test1): Add noclone attribute.
+
 2019-12-04  Ian Lance Taylor  <iant@golang.org>
 
        * internal.h (enum dwarf_section): Define.
index 0aafafcc152a3dad80b1b86937d7c0bf9e366b7c..17775d7c4261134873e04375e3318b6bf29083d3 100644 (file)
@@ -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);