Accept mips-sgi-irix output in a few ld tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-reloc-lui.s
CommitLineData
3c7687b9
MR
1 .text
2 .globl foo
3 .ent foo
4foo:
5 lui $2, %hi(bar)
6 addiu $2, %lo(bar)
7 lui $2, %hi(bar)
8 addiu $2, %lo(bar)
9 .end foo
10
11# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
12 .align 4, 0
13 .space 16
This page took 0.071708 seconds and 4 git commands to generate.