pr37843-4.c: Allow for leading underscores on symbol names.

* gcc.target/i386/pr37843-4.c: Allow for leading underscores on
	symbol names.

From-SVN: r180544
This commit is contained in:
Joseph Myers 2011-10-26 22:52:08 +01:00 committed by Joseph Myers
parent 286a21cee5
commit 5bf2f56385
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-10-26 Joseph Myers <joseph@codesourcery.com>
* gcc.target/i386/pr37843-4.c: Allow for leading underscores on
symbol names.
2011-10-26 Joseph Myers <joseph@codesourcery.com>
* gcc.target/i386/pad-4.c: Skip for Windows targets.

View File

@ -3,8 +3,8 @@
/* { dg-options "-O2 -msse2 -mpreferred-stack-boundary=4 -mstackrealign" } */
/* { dg-require-effective-target sse2 } */
/* { dg-final { scan-assembler-not "andl\[\\t \]*\\$-16,\[\\t \]*%\[re\]?sp" } } */
/* { dg-final { scan-assembler-not "call\[\\t \]*foo" } } */
/* { dg-final { scan-assembler "jmp\[\\t \]*foo" } } */
/* { dg-final { scan-assembler-not "call\[\\t \]*_?foo" } } */
/* { dg-final { scan-assembler "jmp\[\\t \]*_?foo" } } */
extern int foo (void);