Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-lib.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 lib_ld(tlsldm) + (. - .L2 - 8)
13 .word lib_ld(tlsldo)
14
15 .section .tdata,"awT"
16 .global lib_gd
17 lib_gd:
18 .space 4
19
20 .global lib_ld
21 lib_ld:
22 .space 4
This page took 0.030646 seconds and 4 git commands to generate.