summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris/tls-z.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-cris/tls-z.s')
-rw-r--r--ld/testsuite/ld-cris/tls-z.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-z.s b/ld/testsuite/ld-cris/tls-z.s
new file mode 100644
index 0000000..25d97cd
--- /dev/null
+++ b/ld/testsuite/ld-cris/tls-z.s
@@ -0,0 +1,7 @@
+ .globl z
+ .section .tdata,"awT",@progbits
+ .p2align 2
+ .type z, @object
+ .size z, 4
+z:
+ .long 42