From: Steven Bosscher Date: Fri, 30 Apr 2010 10:09:41 +0000 (+0000) Subject: 20091216-1_0.c: Adjust test case to avoid conflict with darwin crt1.o 'start' symbol. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1179ee883f2fe46578cb07b3b2027dbe381905fc;p=gcc.git 20091216-1_0.c: Adjust test case to avoid conflict with darwin crt1.o 'start' symbol. * gcc.dg/lto/20091216-1_0.c: Adjust test case to avoid conflict with darwin crt1.o 'start' symbol. From-SVN: r158929 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f3284dc07ad..9aaaf8290c4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-04-30 Steven Bosscher + + * gcc.dg/lto/20091216-1_0.c: Adjust test case to avoid + conflict with darwin crt1.o 'start' symbol. + 2010-04-30 Richard Guenther PR tree-optimization/43879 diff --git a/gcc/testsuite/gcc.dg/lto/20091216-1_0.c b/gcc/testsuite/gcc.dg/lto/20091216-1_0.c index 8d120224312..ee3b6c73c6b 100644 --- a/gcc/testsuite/gcc.dg/lto/20091216-1_0.c +++ b/gcc/testsuite/gcc.dg/lto/20091216-1_0.c @@ -1,6 +1,6 @@ /* { dg-lto-do run } */ -asm (".globl start; start: nop"); +asm (".globl start_; start_: nop"); int main ()