blob: 9d77f0c27dc0fe94e5dd3cadf6deba7383e87209 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-skip-if "" { ! *-linux-* } } */
/* { dg-options "-O2 -mxtls" } */
/* { dg-final { scan-assembler "jsr __m68k_read_tp" } } */
/* { dg-final { scan-assembler "#foo@TLSLE,\%\[ad\]\[0-7\]" } } */
static int __thread foo;
int *
bar (void)
{
return &foo;
}