diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2017-05-15 13:04:19 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2017-05-15 13:57:07 +0100 |
commit | fdfb475260daf591d05407ea7affa39122a5b7f6 (patch) | |
tree | 0cdec9155f283ae80acad48f2b5d1c0feebadb65 /opcodes/ChangeLog | |
parent | a54d5f8bb3eb4772a94779a5d37b644aeee72bca (diff) | |
download | gdb-fdfb475260daf591d05407ea7affa39122a5b7f6.zip gdb-fdfb475260daf591d05407ea7affa39122a5b7f6.tar.gz gdb-fdfb475260daf591d05407ea7affa39122a5b7f6.tar.bz2 |
MIPS/opcodes: Remove an incorrect MT ASE reference in MFC0/MTC0 decoding
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 02408b2..4816a4e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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 |