Commit 70bfe5a7 by Ian Lance Taylor Committed by Ian Lance Taylor

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

From-SVN: r278985
parent 66ab5839
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.
(struct dwarf_sections): Define.
(backtrace_dwarf_add): Update declaration to replace specific
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment