summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-vxworks/tls-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-vxworks/tls-2.s')
-rw-r--r--ld/testsuite/ld-vxworks/tls-2.s19
1 files changed, 19 insertions, 0 deletions
diff --git a/ld/testsuite/ld-vxworks/tls-2.s b/ld/testsuite/ld-vxworks/tls-2.s
new file mode 100644
index 0000000000..8fa97ab528
--- /dev/null
+++ b/ld/testsuite/ld-vxworks/tls-2.s
@@ -0,0 +1,19 @@
+ .globl foo
+foo:
+
+ .section .tls_data
+ .p2align 2
+ .type i,%object
+ .size i,4
+i:
+ .space 4
+ .globl __tls__i
+ .section .tls_vars
+ .p2align 2
+ .type __tls__i,%object
+ .size __tls__i,12
+__tls__i:
+ .4byte i
+ .4byte 0
+ .4byte 4
+