From 75accc3bc3c164ac6063c384c98f0dfa7d489dcc Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 17 Oct 2009 12:39:06 -0700 Subject: test/nptl/: tests for NPTL Signed-off-by: Austin Foxley --- test/nptl/tst-tls5mode.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/nptl/tst-tls5mode.c (limited to 'test/nptl/tst-tls5mode.c') diff --git a/test/nptl/tst-tls5mode.c b/test/nptl/tst-tls5mode.c new file mode 100644 index 000000000..d30b06752 --- /dev/null +++ b/test/nptl/tst-tls5mode.c @@ -0,0 +1,8 @@ +#include "tst-tls5.h" + +#ifdef TLS_REGISTER +static __thread int e1 = 24; +static __thread char e2 [32] __attribute__ ((aligned (64))); +TLS_REGISTER (e1) +TLS_REGISTER (e2) +#endif -- cgit v1.2.3