mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
* edtest.c (test1): Add noclone attribute.
From-SVN: r278985
This commit is contained in:
parent
66ab583969
commit
70bfe5a714
@ -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.
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user