Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-gdlerelax.s
CommitLineData
0855e32b
NS
1 .text
2 .globl foo
3 .type foo, %function
4foo:
5 nop
6.L2:
7 blx lib_gd2(tlscall)
8 mov pc, lr
9
10.Lpool:
11 .word lib_gd2(tlsdesc) + (. - .L2)
12
13 .section .tdata,"awT"
14lib_gd2:
15 .space 4
16
This page took 0.329995 seconds and 4 git commands to generate.