* ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d,
[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.030952 seconds and 4 git commands to generate.