Allow non-fatal errors to be emitted and for disassembly notes be placed on AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-gc-76.s
1 .text
2 .global gc76fn
3 .type gc76fn,@function
4 gc76fn:
5 move.d gc76var:GOT,$r10
6 .Lfe:
7 .size gc76fn,.Lfe-gc76fn
8
9 .data
10 .type gc76var,@object
11 .size gc76var,4
12 gc76var:
13 .dword 0
14
15 .section .text.2,"ax"
16 .global tlsdsofn
17 .type tlsdsofn,@function
18 .p2align 1
19 tlsdsofn:
20 move.d x:DTPREL,$r10
21 move.d x:DTPREL,$r10
22 .Lfe2:
23 .size tlsdsofn,.Lfe2-tlsdsofn
This page took 0.030859 seconds and 4 git commands to generate.