ld: Don't evaluate unneeded PROVIDE expressions.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-gdierelax2.s
CommitLineData
0855e32b
NS
1 .text
2 .arm
3 .globl foo
4 .type foo, %function
5foo:
6 nop
73: ldr r0,1f
82: bl lib_gd2(tlscall)
9 nop
10
111:
12 .word lib_gd2(tlsdesc) + (. - 2b)
13 .word lib_gd2(gottpoff) + (. - 3b - 8)
14
15 .thumb
16 .globl bar
17 .type bar, %function
18bar:
193: ldr r0,1f
202: blx lib_gd2(tlscall)
21 nop
22
23 .p2align 2
241:
25 .word lib_gd2(tlsdesc) + (. - 2b + 1)
26 .word lib_gd2(gottpoff) + (. - 3b - 4)
27
28 .globl _start
29_start:
30
31 .section .tdata,"awT"
32 .global lib_gd2
33lib_gd2:
34 .space 4
35
This page took 0.183353 seconds and 4 git commands to generate.