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