summaryrefslogtreecommitdiff
path: root/elf/tst-tlsmod6.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-22 06:22:38 +0000
committerRoland McGrath <roland@gnu.org>2002-10-22 06:22:38 +0000
commit6ef518c323c2bcdd8e633da3c0cd1f525f63c7d8 (patch)
treefa426cf849ca27e6735320777db6f17679fce4c0 /elf/tst-tlsmod6.c
parent82bbb29edd37e2f74a50afb1895dcb3014a7b63e (diff)
2002-10-21 Roland McGrath <roland@redhat.com>
* elf/tst-tls9.c, elf/tst-tls9-static.c: New files. * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files. * elf/Makefile (tests): Add tst-tls9. (tests-static): Add tst-tls9-static. (tst-tls9-static-ENV): New variable. ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
Diffstat (limited to 'elf/tst-tlsmod6.c')
-rw-r--r--elf/tst-tlsmod6.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/elf/tst-tlsmod6.c b/elf/tst-tlsmod6.c
new file mode 100644
index 0000000000..0fda51b226
--- /dev/null
+++ b/elf/tst-tlsmod6.c
@@ -0,0 +1,7 @@
+#include <tls.h>
+
+#ifdef USE_TLS
+#include "tls-macros.h"
+
+COMMON_INT_DEF(bar);
+#endif