summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/tls.s
blob: 96a25f56f88d5fbddac0fcaed2a713c972aaf231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
	.text
	.arm
	.globl arm_fn
	.type arm_fn, %function
arm_fn:
1:
.tlsdescseq  af
	nop
	ldr	r0, 1f
2:	blx	ae(tlscall)
	nop

.arm_pool:
	.word	aa(tlsgd) + (. - 1b - 8)
	.word	ab(tlsldm) + (. - 1b- 8)
	.word	ac(gottpoff) + (. - 1b - 8)
	.word	ad(tpoff)
1:	.word	ae(tlsdesc) + (. - 2b)
	
	.thumb
	.globl	thumb_fn
	.type thumb_fn, %function
thumb_fn:
	nop
1:	
.tlsdescseq tf
	nop
	ldr	r0, 1f
2:	blx	te(tlscall)
	nop

	.p2align 2
.Lpool:
	.word	ta(tlsgd) + (. - 1b - 8)
	.word	tb(tlsldm) + (. - 1b - 8)
	.word	tc(gottpoff) + (. - 1b - 8)
	.word	td(tpoff)
1:	.word	te(tlsdesc) + (. - 2b + 1)