diff options
Diffstat (limited to 'test/tls/tst-tlsmod15b.c')
-rw-r--r-- | test/tls/tst-tlsmod15b.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/tls/tst-tlsmod15b.c b/test/tls/tst-tlsmod15b.c deleted file mode 100644 index 4f63eab14..000000000 --- a/test/tls/tst-tlsmod15b.c +++ /dev/null @@ -1,17 +0,0 @@ -#include "tst-tls10.h" - -#ifdef USE_TLS__THREAD -__thread int mod15b_var __attribute__((tls_model("initial-exec"))); - -int -in_dso (void) -{ - return mod15b_var; -} -#else -int -in_dso (void) -{ - return 0; -} -#endif |