ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-lib-loc.s
1 .text
2 .arm
3
4 foo:
5 ldr r0,1f
6 2: blx loc(tlscall)
7 nop
8
9 .p2align 2
10 1: .word loc(tlsdesc) + (. - 2b)
11
12 .section .tdata,"awT"
13 loc:
14 .space 4
This page took 0.028843 seconds and 4 git commands to generate.