From 32c075e1f01849e161724bbd400ba77244e482cc Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 31 Jul 2007 13:33:18 +0000 Subject: . --- elf/tst-tlsmod13a.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'elf/tst-tlsmod13a.c') diff --git a/elf/tst-tlsmod13a.c b/elf/tst-tlsmod13a.c index 70a0213..14b12b0 100644 --- a/elf/tst-tlsmod13a.c +++ b/elf/tst-tlsmod13a.c @@ -1,6 +1,7 @@ #include -#if defined HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE +#if defined USE_TLS && defined HAVE___THREAD \ + && defined HAVE_TLS_MODEL_ATTRIBUTE __thread int b[2] __attribute__ ((tls_model ("initial-exec"))); #else int b[2]; -- cgit v1.1