aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/equ-reloc.s
blob: efdd0e1b8ab5819166b871f1d8446b63b3ca0121 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.data
	.long x1, x2

	.global x1, x2, z2

	.set x1, y1
	.set x2, y2
	.set x2, z2

	.section .bss, "aw", %nobits
x1:
	.zero	4
y1:
	.zero	4
y2:
	.zero	4