Update year range in copyright notice of all files owned by the GDB project.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-lib.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 lib_ld(tlsldm) + (. - .L2 - 8)
13 .word lib_ld(tlsldo)
14
15 .section .tdata,"awT"
16 .global lib_gd
17lib_gd:
18 .space 4
19
20 .global lib_ld
21lib_ld:
22 .space 4
This page took 0.39889 seconds and 4 git commands to generate.