Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / tls-longplt-lib.s
CommitLineData
0855e32b 1 .syntax unified
3cfdb781 2 .arch armv6t2
0855e32b
NS
3 .text
4text:
5 .arm
6 ldr r0,1f
72: blx loc(tlscall)
8 nop
9 .p2align 2
101: .word loc(tlsdesc) + (. - 2b)
11
12 .thumb
13 ldr r0,1f
142: blx loc(tlscall)
15 nop
16 .p2align 2
171: .word loc(tlsdesc) + (. - 2b + 1)
18
19 .section ".foo","ax"
20foo:
21 .arm
22 ldr r0,1f
232: blx loc(tlscall)
24 nop
25 .p2align 2
261: .word loc(tlsdesc) + (. - 2b)
27
28 .arm
29 ldr r0,1f
302: blx glob(tlscall)
31 nop
32 .p2align 2
331: .word glob(tlsdesc) + (. - 2b)
34
35 .thumb
36 ldr r0,1f
372: blx loc(tlscall)
38 nop
39 .p2align 2
401: .word loc(tlsdesc) + (. - 2b + 1)
41
42 .section .tdata,"awT"
43 .type loc, %object
44loc: .space 4
45
46 @ glob1 and glob2 used by tls-longplt
47 .type glob1, %object
48 .globl glob1
49glob1: .space 4
50 .type glob2, %object
51 .globl glob2
52glob2: .space 4
This page took 0.436089 seconds and 4 git commands to generate.