* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-cris / tls-gc-76.s
blob980defd4ed566d96624dee488f48b2b7148ca73d
1 .text
2 .global gc76fn
3 .type gc76fn,@function
4 gc76fn:
5 move.d gc76var:GOT,$r10
6 .Lfe:
7 .size gc76fn,.Lfe-gc76fn
9 .data
10 .type gc76var,@object
11 .size gc76var,4
12 gc76var:
13 .dword 0
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