Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / noplt-4.c
blobb89fcf04a3caf168db4e63349fc1c2105a6f82b8
1 /* { dg-do compile { target *-*-linux* } } */
2 /* { dg-options "-O2 -fno-pic -fno-plt" } */
4 int foo();
6 int bar()
8 return foo();
11 /* { dg-final { scan-assembler "jmp\[ \t\]*.foo@GOTPCREL" { target { ! ia32 } } } } */
12 /* { dg-final { scan-assembler "jmp\[ \t\]*.foo@GOT" { target { ia32 && got32x_reloc } } } } */