MIPS: Fix the encoding of immediates with microMIPS JALX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel3.s
index 46c804676ffe524429813e246c267d81b46334eb..d57e5a89486b7e2e09fd6649113da98ddb4a83fd 100644 (file)
@@ -7,5 +7,6 @@ x:
        .type    b,@object
        .size    b,8
 b:
-       .word   b-4
+       .word   b+4
        .word   x
+       .word   0
This page took 0.025272 seconds and 4 git commands to generate.