summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr17550-4.s
blob: d0442fd4f0544f8fcd7d9e25bfb824e84caac712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.data
	.dc.a	y
	.section .data,"awG",%progbits,foo_group,comdat
	.globl	y
	.type	y, %object
	.size	y, 4
y:
	.zero	4
	.globl	x
	.type	x, %object
	.size	x, 4
x:
	.zero	4
	.globl	x_alias
	.set	x_alias,x