diff options
Diffstat (limited to 'ld/testsuite/ld-cris/tls-hx.s')
-rw-r--r-- | ld/testsuite/ld-cris/tls-hx.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-hx.s b/ld/testsuite/ld-cris/tls-hx.s new file mode 100644 index 0000000..8e83164 --- /dev/null +++ b/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 |