]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-cris/tls-hx1x2.s
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-cris / tls-hx1x2.s
diff --git a/ld/testsuite/ld-cris/tls-hx1x2.s b/ld/testsuite/ld-cris/tls-hx1x2.s
new file mode 100644 (file)
index 0000000..1964504
--- /dev/null
@@ -0,0 +1,15 @@
+       .hidden x1
+       .globl x1
+       .section        .tdata,"awT",@progbits
+       .p2align 2
+       .type   x1, @object
+       .size   x1, 4
+x1:
+       .long   41
+       .hidden x2
+       .globl x2
+       .p2align 2
+       .type   x2, @object
+       .size   x2, 4
+x2:
+       .long   42