diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-23 17:05:01 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-23 19:37:13 +0000 |
commit | d8722d7641d234dcd3d1f2254fbc5d9cf234e4e6 (patch) | |
tree | 14e776f31302da5b1f23383fd025d6db926bede6 /gas/ChangeLog | |
parent | 0674ee5dada21c8deec690ca66d5b2870f13ea49 (diff) | |
download | gdb-d8722d7641d234dcd3d1f2254fbc5d9cf234e4e6.zip gdb-d8722d7641d234dcd3d1f2254fbc5d9cf234e4e6.tar.gz gdb-d8722d7641d234dcd3d1f2254fbc5d9cf234e4e6.tar.bz2 |
MIPS16: Reassign `0' and `4' operand codes
Replace `0' and `4' operand codes with `.' and `F' respectively to free
up the `0'-`4' consecutive range. No functional change.
gas/
* config/tc-mips.c (mips16_macro_build): Replace `0' and `4'
operand codes with `.' and `F' respectively.
(mips16_macro): Likewise.
include/
* opcode/mips.h: Replace `0' and `4' operand codes with `.' and
`F' respectively.
opcodes/
* mips16-opc.c (decode_mips16_operand): Replace `0' and `4'
operand codes with `.' and `F' respectively.
(mips16_opcodes): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2a2fafb..b181f0c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2016-12-23 Maciej W. Rozycki <macro@imgtec.com> + * config/tc-mips.c (mips16_macro_build): Replace `0' and `4' + operand codes with `.' and `F' respectively. + (mips16_macro): Likewise. + +2016-12-23 Maciej W. Rozycki <macro@imgtec.com> + * config/tc-mips.c (is_size_valid_16): Disallow a `.e' suffix instruction size override for INSN2_SHORT_ONLY opcode table entries. |