diff options
Diffstat (limited to 'elf/tst-tls6.c')
-rw-r--r-- | elf/tst-tls6.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/elf/tst-tls6.c b/elf/tst-tls6.c index 3c5c7aa..2c015ef 100644 --- a/elf/tst-tls6.c +++ b/elf/tst-tls6.c @@ -5,15 +5,6 @@ #include <link.h> #include <tls.h> -#ifdef USE_TLS -# include "tls-macros.h" - -/* This gives the executable a TLS segment so that even if the libc.so - it loads has none (i.e. --with-tls --without-__thread), ld.so will - permit loading of objects with TLS segments. */ -COMMON_INT_DEF(loser); -#endif - #define TEST_FUNCTION do_test () static int |