085cb23c34871498468c7e1bede24ab659569202
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel4.s
1
2 .section .sdata
3 .global a
4 .4byte 1
5 a: .4byte 2
6
7 .section .text
8 la $4,a
9 la $4,a+4
10 la $4,a+8
11 la $4,a+12
12
This page took 0.066863 seconds and 3 git commands to generate.