* edtest.c (test1): Add noclone attribute.

From-SVN: r278985
This commit is contained in:
Ian Lance Taylor 2019-12-05 03:56:40 +00:00 committed by Ian Lance Taylor
parent 66ab583969
commit 70bfe5a714
2 changed files with 5 additions and 2 deletions

View 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.

View 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);