testsuite/ld-cris various files: Run ld with --hash-style=sysv.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-hx.s
1 .hidden x
2 .globl x
3 .section .tdata,"awT",@progbits
4 .p2align 2
5 .type x, @object
6 .size x, 4
7 x:
8 .long 40
This page took 0.029918 seconds and 4 git commands to generate.