diff options
Diffstat (limited to 'elf/tst-tlsmod13.c')
-rw-r--r-- | elf/tst-tlsmod13.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/tst-tlsmod13.c b/elf/tst-tlsmod13.c deleted file mode 100644 index 7712d8b8c8..0000000000 --- a/elf/tst-tlsmod13.c +++ /dev/null @@ -1,7 +0,0 @@ -__thread int a[2] __attribute__ ((tls_model ("initial-exec"))); - -int -foo (void) -{ - return a[0]; -} |