about summary refs log tree commit diff
path: root/elf/tst-tlsmod15b.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tlsmod15b.c')
-rw-r--r--elf/tst-tlsmod15b.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/elf/tst-tlsmod15b.c b/elf/tst-tlsmod15b.c
deleted file mode 100644
index b37283686a..0000000000
--- a/elf/tst-tlsmod15b.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "tst-tls10.h"
-
-__thread int mod15b_var __attribute__((tls_model("initial-exec")));
-
-int
-in_dso (void)
-{
-  return mod15b_var;
-}