]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-arm/tls-app.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-arm / tls-app.s
1 .text
2 .globl foo
3 .type foo, %function
4 foo:
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
20 app_gd:
21 .space 4
22
23 .global app_ld
24 app_ld:
25 .space 4
26
27 .section .tbss,"awT",%nobits
28 .global app_ie
29 app_ie:
30 .space 4
31
32 .global app_le
33 app_le:
34 .space 4