bfd/
[binutils.git] / ld / testsuite / ld-cris / tls-dtprelm.s
blobf69724b867932b968d8446784fb35f3b11afe178
1 .text
3 .ifndef r
4 .set r,1
5 .endif
7 .global tlsdsofndtprelm
8 .type tlsdsofndtprelm,@function
9 .p2align 1
10 tlsdsofndtprelm:
11 move.w x:DTPREL16,$r10
12 .Lfe:
13 .size tlsdsofndtprelm,.Lfe-tlsdsofndtprelm
15 .globl z
16 .section .tdata,"awT",@progbits
17 .p2align 2
18 .type z,@object
19 .size z,r
21 .fill r,1,42
23 .type x,@object
24 .size x,1
26 .byte 42