summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/i386/size-2.s
blob: 09f8f4724b2c17b459dc07f09356340a91c3721b (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
# Test SIZE32 relocations against local 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
	movl	$zzz@SIZE, %eax
	movl	$zzz@SIZE - 32, %eax
	movl	$zzz@SIZE + 32, %eax
	.local	zzz
	.comm	zzz,429496720,32
	.bss
	.type	yyy,%object
	.size	yyy,30
yyy:
	.zero	30
	.data
	.type	xxx,%object
	.size	xxx,80
xxx:
	.zero	80
	.long	xxx@SIZE - 1
	.long	yyy@SIZE + 2
	.long	zzz@SIZE
OpenPOWER on IntegriCloud