summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/elf-rel4.s
blob: 085cb23c34871498468c7e1bede24ab659569202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

	.section .sdata
	.global a
	.4byte 1
a:	.4byte 2

	.section .text
	la $4,a
	la $4,a+4
	la $4,a+8
	la $4,a+12