opcodes/mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.
[binutils-gdb.git] / opcodes / mips-opc.c
index 13ce87eb7f8f702a386da53866061ba76e617822..81c553deca8f36c9b64f769da0cb4bfba7621430 100644 (file)
@@ -404,7 +404,9 @@ const struct mips_opcode mips_builtin_opcodes[] = {
    assembler, but will never match user input (because the line above
    will match first).  */
 {"jal",     "a",       0x0c000000, 0xfc000000, UBD|WR_31,      I1      },
-{"jalx",    "a",       0x74000000, 0xfc000000, UBD|WR_31,      I1      },
+  /* jalx really should only be avaliable if mips16 is available,
+     but for now make it I1. */
+{"jalx",    "a",       0x74000000, 0xfc000000, UBD|WR_31,      I1      },
 {"la",      "t,A(b)",  0,    (int) M_LA_AB,    INSN_MACRO      },
 {"lb",      "t,o(b)",  0x80000000, 0xfc000000, LDD|RD_b|WR_t,  I1      },
 {"lb",      "t,A(b)",  0,    (int) M_LB_AB,    INSN_MACRO      },