summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/ppc64-tls.s
blob: 11d1d12409624d1f0f1795b4b7044e5a1181343e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
	.text
	.abiversion 2
	.type	a,@object # @a
	.type	b,@object # @a
	.type	c,@object # @a
	.section	.tdata,"awT",@progbits
	.globl	a
a:
	.long	10                      # 0xa
	.size	a, 4

	.globl	b
b:
	.long	10                      # 0xa
	.size	b, 4

	.globl	c
c:
	.long	10                      # 0xa
	.size	c, 4
OpenPOWER on IntegriCloud