Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / frv / all-tls-initial-exec-pic.c
blobb51e34df63c63a851d5e05d585ba4bc8244f2540
1 /* { dg-options "-ftls-model=initial-exec -fpic -mfdpic" } */
2 /* { dg-do compile } */
3 extern __thread int x;
4 extern void bar ();
5 int *y;
7 void foo (void)
9 bar ();
10 y = &x;
12 /* { dg-final { scan-assembler "ld.*#gottlsoff12" } } */