Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-app.s
CommitLineData
ba93b8ac
DJ
1 .text
2 .globl foo
3 .type foo, %function
4foo:
5 nop
6.L2:
7 nop
8 mov pc, lr
9
10.Lpool:
11 .word lib_gd(tlsgd) + (. - .L2 - 8)
12 .word app_gd(tlsgd) + (. - .L2 - 8)
13 .word app_ld(tlsldm) + (. - .L2 - 8)
14 .word app_ld(tlsldo)
15 .word app_ie(gottpoff) + (. - .L2 - 8)
16 .word app_le(tpoff)
17
18 .section .tdata,"awT"
19 .global app_gd
20app_gd:
21 .space 4
22
23 .global app_ld
24app_ld:
25 .space 4
26
27 .section .tbss,"awT",%nobits
28 .global app_ie
29app_ie:
30 .space 4
31
32 .global app_le
33app_le:
34 .space 4
This page took 0.374183 seconds and 4 git commands to generate.