MIPS: Fix the encoding of immediates with microMIPS JALX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / pcrel-3.s
... / ...
CommitLineData
1 .text
2 .ent func
3func:
4 lui $4,%hi(foo-.)
5 addiu $4,%lo(foo-.)
6 lw $4,%got(foo-.)($gp)
7 .end func
8
9 .byte foo-.
10 .half foo-.
11 .quad foo-.
This page took 0.022265 seconds and 4 git commands to generate.