20091216-1_0.c: Adjust test case to avoid conflict with darwin crt1.o 'start' symbol.
authorSteven Bosscher <steven@gcc.gnu.org>
Fri, 30 Apr 2010 10:09:41 +0000 (10:09 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 30 Apr 2010 10:09:41 +0000 (10:09 +0000)
* gcc.dg/lto/20091216-1_0.c: Adjust test case to avoid
conflict with darwin crt1.o 'start' symbol.

From-SVN: r158929

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/20091216-1_0.c

index f3284dc07adce5495c91ee24c3e3b0a0ea65460a..9aaaf8290c47efca34d1a21b83f40f4c2e44ab43 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-30  Steven Bosscher  <steven@gcc.gnu.org>
+
+       * gcc.dg/lto/20091216-1_0.c: Adjust test case to avoid
+       conflict with darwin crt1.o 'start' symbol.
+
 2010-04-30  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/43879
index 8d120224312c47bf00dedcecd7e1118e196aa757..ee3b6c73c6b22b389eee596bcb601f675015c25b 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-lto-do run } */
 
-asm (".globl start; start: nop");
+asm (".globl start_; start_: nop");
 
 int
 main ()