ld: Don't evaluate unneeded PROVIDE expressions.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-lib-loc.s
CommitLineData
0855e32b
NS
1 .text
2 .arm
3
4foo:
5 ldr r0,1f
62: blx loc(tlscall)
7 nop
8
9 .p2align 2
101: .word loc(tlsdesc) + (. - 2b)
11
12 .section .tdata,"awT"
13loc:
14 .space 4
This page took 0.180527 seconds and 4 git commands to generate.