From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- linuxthreads/tst-tls1modd.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 linuxthreads/tst-tls1modd.c (limited to 'linuxthreads/tst-tls1modd.c') diff --git a/linuxthreads/tst-tls1modd.c b/linuxthreads/tst-tls1modd.c new file mode 100644 index 0000000000..cd68e0c26a --- /dev/null +++ b/linuxthreads/tst-tls1modd.c @@ -0,0 +1,6 @@ +#include + +#ifdef TLS_REGISTER +static __thread int d; +TLS_REGISTER (d) +#endif -- cgit v1.2.3