MIPS: Fix the encoding of immediates with microMIPS JALX
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-4b.s
1 .abicalls
2 .option pic0
3 .global __start
4 .ent __start
5 __start:
6 lui $2,%hi(obj1)
7 addiu $2,$2,%lo(obj1)
8 .end __start
9 .word obj2
10
11 .data
12 .word obj2
13 .word obj3