blob: 5489f1e5ceeae45aab94305e22a7426dfa6a9c0b [file] [log] [blame]
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-O2 -fpic -mno-direct-extern-access" } */
/* Initialized symbol with -fpic. */
__attribute__((visibility("protected")))
int xxx = -1;
int
foo ()
{
return xxx;
}
/* { dg-final { scan-assembler "xxx\\(%rip\\)" { target { ! ia32 } } } } */
/* { dg-final { scan-assembler-not "xxx@GOTPCREL" { target { ! ia32 } } } } */
/* { dg-final { scan-assembler "xxx@GOTOFF" { target ia32 } } } */
/* { dg-final { scan-assembler-not "xxx@GOT\\(" { target ia32 } } } */
/* { dg-final { scan-assembler "\.section\[ \t]+.note.gnu.property," } } */
/* { dg-final { scan-assembler "\.long\[ \t]+0xb0008000" } } */