Make bfd.link_next field a union
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-x.s
1 .globl x
2 .section .tdata,"awT",@progbits
3 .p2align 2
4 .type x, @object
5 .size x, 4
6 x:
7 .long 40
This page took 0.029965 seconds and 4 git commands to generate.