Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / frv / all-tls-local-dynamic-plt.c
blob5c2de93847f421a737cba5a3c4628c52a79ded07
1 /* { dg-options "-ftls-model=local-dynamic -minline-plt -fPIC -mfdpic" } */
2 /* { dg-do compile } */
3 static __thread int x;
4 extern void bar ();
5 int *y;
7 void foo (void)
9 bar ();
10 y = &x;
12 /* { dg-final { scan-assembler "ldd.*tlsdesc\\(0\\)@" } } */