diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-23 18:06:55 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-23 19:38:41 +0000 |
commit | 1da43accb4f8e2a19dc033b617982e3c2dc83a08 (patch) | |
tree | b7e33ea0912ced9dc0e4f9774fe9fe4ebbdb55c4 /opcodes | |
parent | d8722d7641d234dcd3d1f2254fbc5d9cf234e4e6 (diff) | |
download | gdb-1da43accb4f8e2a19dc033b617982e3c2dc83a08.zip gdb-1da43accb4f8e2a19dc033b617982e3c2dc83a08.tar.gz gdb-1da43accb4f8e2a19dc033b617982e3c2dc83a08.tar.bz2 |
MIPS16/GAS: Clean up invalid unextended operand handling
Bail out right away when an unextended instruction encoding is required
either with the use of a `.t' suffix or by means of `.set noautoextend',
however an operand supplied requires the extended instruction form to be
used.
This is to avoid messing up with the internal state of the assembler,
even though no actual failures are known to happen as a result. Add
test cases for the situation concerned.
gas/
* config/tc-mips.c (match_mips16_insn): Don't update
`forced_insn_length' or the instruction opcode if an operand
requires an extended instruction form, but an unextended one
has been requested.
* testsuite/gas/mips/mips16-relax-unextended-1.d: New test.
* testsuite/gas/mips/mips16-relax-unextended-2.d: New test.
* testsuite/gas/mips/mips16-relax-unextended-1.l: New stderr
output.
* testsuite/gas/mips/mips16-relax-unextended-2.l: New stderr
output.
* testsuite/gas/mips/mips16-relax-unextended-1.s: New test
source.
* testsuite/gas/mips/mips16-relax-unextended-2.s: New test
source.
* testsuite/gas/mips/mips.exp: Run the new tests.
Diffstat (limited to 'opcodes')
0 files changed, 0 insertions, 0 deletions