summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-cris/tls-hx.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-cris/tls-hx.s')
-rw-r--r--binutils-2.25/ld/testsuite/ld-cris/tls-hx.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-cris/tls-hx.s b/binutils-2.25/ld/testsuite/ld-cris/tls-hx.s
new file mode 100644
index 00000000..8e831647
--- /dev/null
+++ b/binutils-2.25/ld/testsuite/ld-cris/tls-hx.s
@@ -0,0 +1,8 @@
+ .hidden x
+ .globl x
+ .section .tdata,"awT",@progbits
+ .p2align 2
+ .type x, @object
+ .size x, 4
+x:
+ .long 40