summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-size/size64-1.s
blob: 25672b50be75fa107495d2702b389cdc07532181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 64-bit size relocation in shared object
	.comm	xxx,40,32
	.data
	.p2align 2
	.quad	xxx@SIZE
	.quad	xxx@SIZE-30
	.quad	xxx@SIZE+30
	.quad	yyy@SIZE
	.quad	zzz@SIZE
	.globl	yyy
	.type	yyy, %object
	.size	yyy, 40
yyy:
	.zero	40