summaryrefslogtreecommitdiff
path: root/elf/tst-tlsmod12.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tlsmod12.c')
-rw-r--r--elf/tst-tlsmod12.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/tst-tlsmod12.c b/elf/tst-tlsmod12.c
index 4602709a18..d0be51891a 100644
--- a/elf/tst-tlsmod12.c
+++ b/elf/tst-tlsmod12.c
@@ -1,6 +1,5 @@
#include "tst-tls10.h"
-#ifdef USE_TLS__THREAD
extern __thread struct A a2 __attribute__((tls_model("initial-exec")));
void
@@ -11,4 +10,3 @@ check1 (void)
if (a2.a != 7 || a2.b != 8 || a2.c != 9)
abort ();
}
-#endif