[binutils][Arm] Fix Branch Future relocation handling and testisms
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-mixed.s
CommitLineData
0855e32b
NS
1 .text
2 .globl foo
3 .type foo, %function
4foo:
5 nop
6.L1:
7 nop
8.L2:
9 bl lib_gd2(tlscall)
10 mov pc, lr
11
12.Lpool:
13 .word lib_gd(tlsgd) + (. - .L1 - 8)
14.Lpool2:
15 .word lib_gd2(tlsdesc) + (. - .L2)
16 .word lib_gd2(tlsgd) + (. - .L2 - 8)
17
18 .section .tdata,"awT"
19 .global lib_gd
20lib_gd:
21 .space 4
22 .global lib_gd2
23lib_gd2:
24 .space 4
25
This page took 0.393449 seconds and 4 git commands to generate.