From 6ef518c323c2bcdd8e633da3c0cd1f525f63c7d8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 22 Oct 2002 06:22:38 +0000 Subject: 2002-10-21 Roland McGrath * 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. --- elf/tst-tlsmod6.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 elf/tst-tlsmod6.c (limited to 'elf/tst-tlsmod6.c') 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 + +#ifdef USE_TLS +#include "tls-macros.h" + +COMMON_INT_DEF(bar); +#endif -- cgit v1.2.3