MIPS: Verify the ISA mode and alignment of branch and jump targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips.s
index 48c0148454a47e5bda0fbcc479bd9f80fede3cf2..8c901b9b9ef24ff47222e2444691620ff2f19c5a 100644 (file)
@@ -755,7 +755,7 @@ test3:
        jal     test2
 
        jalx    test
-       jalx    test2
+       jalx    test4
 
        la      $2, test
        lca     $2, test
@@ -5563,7 +5563,7 @@ test_delay_slot:
        bgezall $3, test_delay_slot
        bltzall $3, test_delay_slot
        jal     test_delay_slot
-       jalx    test_delay_slot
+       jalx    test_delay_slot_ext
        .ifndef insn32
        jalr16  $2
        .endif
This page took 0.023754 seconds and 4 git commands to generate.