diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-22 06:22:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-22 06:22:38 +0000 |
commit | 6ef518c323c2bcdd8e633da3c0cd1f525f63c7d8 (patch) | |
tree | fa426cf849ca27e6735320777db6f17679fce4c0 /elf/tst-tlsmod6.c | |
parent | 82bbb29edd37e2f74a50afb1895dcb3014a7b63e (diff) | |
download | glibc-6ef518c323c2bcdd8e633da3c0cd1f525f63c7d8.zip glibc-6ef518c323c2bcdd8e633da3c0cd1f525f63c7d8.tar.gz glibc-6ef518c323c2bcdd8e633da3c0cd1f525f63c7d8.tar.bz2 |
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.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/elf/tst-tlsmod6.c b/elf/tst-tlsmod6.c new file mode 100644 index 0000000..0fda51b --- /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 |