MIPS: Fix the encoding of immediates with microMIPS JALX
[binutils-gdb.git] / gas / testsuite / gas / mips / pcrel-1.s
1 .text
2 .ent func
3 func:
4 lui $4,%hi(foo-.)
5 addiu $4,%lo(foo-.)
6 .end func
7
8 .space 0x8008
9
10 .ent foo
11 foo:
12 nop
13 .end foo