about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--elf/tls-macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tls-macros.h b/elf/tls-macros.h
index e25e33b0f0..772862dff2 100644
--- a/elf/tls-macros.h
+++ b/elf/tls-macros.h
@@ -1,7 +1,7 @@
 /* Macros to support TLS testing in times of missing compiler support.  */
 
 #define COMMON_INT_DEF(x) \
-  asm (".tls_common " #x ",4,4")
+  __thread int x;
 /* XXX Until we get compiler support we don't need declarations.  */
 #define COMMON_INT_DECL(x)