bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-hx1x2.s
1 .hidden x1
2 .globl x1
3 .section .tdata,"awT",@progbits
4 .p2align 2
5 .type x1, @object
6 .size x1, 4
7 x1:
8 .long 41
9 .hidden x2
10 .globl x2
11 .p2align 2
12 .type x2, @object
13 .size x2, 4
14 x2:
15 .long 42
This page took 0.029284 seconds and 4 git commands to generate.