summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-size/size64-2.s
blob: e443085f763b8fb01fba5ffaca5986d8be645c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 64-bit size relocation against TLS symbol in shared object
	.globl	xxx
	.section	.tbss,"awT",%nobits
	.p2align 2
	.type	xxx, %object
	.size	xxx, 40
xxx:
	.zero	40
	.globl	yyy
	.section	.tdata,"awT",%progbits
	.p2align 2
	.type	yyy, %object
	.size	yyy, 40
yyy:
	.zero	40
	.data
	.p2align 2
	.quad	xxx@SIZE
	.quad	yyy@SIZE
	.quad	zzz@SIZE
	.quad	zzz@SIZE-30
	.quad	zzz@SIZE+30