diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-02-20 20:51:36 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@mips.com> | 2018-02-20 20:51:36 +0000 |
commit | 75f31665204bf965cc5b3dd699636be12fb6bcfa (patch) | |
tree | f90a652890e3b796b4b00de3e5927b6c693ef0cd /include/ChangeLog | |
parent | cd665a945eccba1406696c65ac7eebb12a355446 (diff) | |
download | fsf-binutils-gdb-75f31665204bf965cc5b3dd699636be12fb6bcfa.zip fsf-binutils-gdb-75f31665204bf965cc5b3dd699636be12fb6bcfa.tar.gz fsf-binutils-gdb-75f31665204bf965cc5b3dd699636be12fb6bcfa.tar.bz2 |
MIPS16/opcodes: Free up `M' operand code
The `M' and `m' MIPS16 operand codes are functionally the same, denoting
a 7-bit register list that is encoded the same way for both SAVE and
RESTORE. Use `m' for both instructions then, making `M' available for a
different use.
opcodes/
* mips16-opc.c (decode_mips16_operand) <'M'>: Remove case.
(mips16_opcodes): Replace `M' with `m' for "restore".
include/
* opcode/mips.h: Remove `M' operand code.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 2563ab5..e9ac49a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2018-02-20 Maciej W. Rozycki <macro@mips.com> + + * opcode/mips.h: Remove `M' operand code. + 2018-02-12 Zebediah Figura <z.figura12@gmail.com> * coff/msdos.h: New header. |