Commit 7f58e69f by Steve Ellcey Committed by Steve Ellcey

re PR testsuite/43283 (ld: Unsatisfied symbol "start" in file c_lto_20091216-1_0.o)

2010-06-24  Steve Ellcey  <sje@cup.hp.com>

	PR testsuite/43283
	* gcc.dg/lto/20091216-1_0.c: Use newline instead of semicolon
	and add argument to nop for IA64.

From-SVN: r161342
parent 43a5d30b
2010-06-24 Steve Ellcey <sje@cup.hp.com>
PR testsuite/43283
* gcc.dg/lto/20091216-1_0.c: Use newline instead of semicolon
and add argument to nop for IA64.
2010-06-24 H.J. Lu <hongjiu.lu@intel.com>
PR target/44588
......
/* { dg-lto-do run } */
asm (".globl start_; start_: nop");
#ifdef __ia64
asm (".globl start_\n\tstart_: nop 0");
#else
asm (".globl start_\n\tstart_: nop");
#endif
int
main ()
......
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