bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-mixed.s
1 .text
2 .globl foo
3 .type foo, %function
4 foo:
5 nop
6 .L1:
7 nop
8 .L2:
9 bl lib_gd2(tlscall)
10 mov pc, lr
11
12 .Lpool:
13 .word lib_gd(tlsgd) + (. - .L1 - 8)
14 .Lpool2:
15 .word lib_gd2(tlsdesc) + (. - .L2)
16 .word lib_gd2(tlsgd) + (. - .L2 - 8)
17
18 .section .tdata,"awT"
19 .global lib_gd
20 lib_gd:
21 .space 4
22 .global lib_gd2
23 lib_gd2:
24 .space 4
25
This page took 0.031686 seconds and 4 git commands to generate.