URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [m68k/] [tls-ld-xgot.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-skip-if "" { ! *-linux-* } { "*" } { "" } } */ /* { dg-options "-O2 -fpic -mxgot" } */ /* { dg-final { scan-assembler "#foo@TLSLDM,\%\[ad\]\[0-7\]" } } */ /* { dg-final { scan-assembler "bsr.l __tls_get_addr@PLTPC" } } */ /* { dg-final { scan-assembler "lea \\(foo@TLSLDO,\%a0\\)" } } */ static int __thread foo; int * bar (void) { return &foo; }
Go to most recent revision | Compare with Previous | Blame | View Log