Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-reloc-lui.s
blob3ad35708aa40646d77e0b7860fe5b29e70e0bcd1
1 .text
2 .globl foo
3 .ent foo
4 foo:
5 lui $2, %hi(bar)
6 addiu $2, %lo(bar)
7 lui $2, %hi(bar)
8 addiu $2, %lo(bar)
9 .end foo
11 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
12 .align 4, 0
13 .space 16