]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
MIPS/opcodes: Remove an incorrect MT ASE reference in MFC0/MTC0 decoding
authorMaciej W. Rozycki <macro@imgtec.com>
Mon, 15 May 2017 12:04:19 +0000 (13:04 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Mon, 15 May 2017 12:57:07 +0000 (13:57 +0100)
The `sel' operand of CP0 move instructions is a part of the base ISA and
has nothing to do with the MT ASE.

opcodes/
* mips-dis.c (print_insn_args) <default>: Remove an MT ASE
reference in CP0 move operand decoding.

opcodes/ChangeLog
opcodes/mips-dis.c

index 02408b238b69a3da31aec07e35fa4c0a209d3dde..4816a4e3c963814bd20bb5b288c50a8a668ff500 100644 (file)
@@ -1,3 +1,8 @@
+2017-05-15  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (print_insn_args) <default>: Remove an MT ASE
+       reference in CP0 move operand decoding.
+
 2017-05-12  Maciej W. Rozycki  <macro@imgtec.com>
 
        * mips16-opc.c (decode_mips16_operand) <'6'>: Switch the operand
index 289f50160ae1015fb8e9c7ef915f9e5b5637dade..ab92add7a46590fd4a867b5671d8bba16fbda581 100644 (file)
@@ -1641,7 +1641,7 @@ print_insn_args (struct disassemble_info *info,
              && s[2] == 'H'
              && opcode->name[strlen (opcode->name) - 1] == '0')
            {
-             /* Coprocessor register 0 with sel field (MT ASE).  */
+             /* Coprocessor register 0 with sel field.  */
              const struct mips_cp0sel_name *n;
              unsigned int reg, sel;