summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/i386/size-4.s
blob: 1e0944c5a93e28748a78c9095344f4c0bf8ea8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Test SIZE32 relocations against local TLS symbols
	.text
	movl	$xxx@SIZE, %eax
	movl	$xxx@SIZE - 8, %eax
	movl	$xxx@SIZE + 8, %eax
	movl	$yyy@SIZE, %eax
	movl	$yyy@SIZE - 16, %eax
	movl	$yyy@SIZE + 16, %eax
	.section .tbss,"awT",%nobits
	.type	yyy,%object
	.size	yyy,30
yyy:
	.zero	30
	.section .tdata,"awT",%progbits
	.type	xxx,%object
	.size	xxx,80
xxx:
	.zero	80
	.long	xxx@SIZE - 1
	.long	yyy@SIZE + 2
OpenPOWER on IntegriCloud