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 /gas | |
parent | cd665a945eccba1406696c65ac7eebb12a355446 (diff) | |
download | binutils-75f31665204bf965cc5b3dd699636be12fb6bcfa.zip binutils-75f31665204bf965cc5b3dd699636be12fb6bcfa.tar.gz binutils-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 'gas')
0 files changed, 0 insertions, 0 deletions