[ARC] Fix disassembler option.
authorClaudiu Zissulescu <claziss@synopsys.com>
Thu, 6 Oct 2016 10:05:27 +0000 (12:05 +0200)
committerClaudiu Zissulescu <claziss@synopsys.com>
Tue, 29 Nov 2016 10:23:24 +0000 (11:23 +0100)
commitee881e5d3312ea5396bddc37e8673b77bf549b4b
treeff710b530cd746306fc2669069ad196275e9bd8f
parent0a0640e3ba9a668c4c317520c48246e1cc8d75ca
[ARC] Fix disassembler option.

This patch fixes:
- fpus and fpud are swaped.
- quarkse_em doesn't include FPX extensions.
- auto guessed opcode mechanism may ignore the option passed via -M<feature> option.

opcodes/
2016-11-29  Claudiu Zissulescu  <claziss@synopsys.com>

* arc-dis.c (is_compatible_p): Remove function.
(skip_this_opcode): Don't add any decoding class to decode list.
Remove warning.
(find_format_from_table): Go through all opcodes, and warn if we
use a guessed mnemonic.

binutils/
2016-11-29  Claudiu Zissulescu  <claziss@synopsys.com>

* testsuite/binutils-all/arc/objdump.exp (Warning test): Update
test.
binutils/ChangeLog
binutils/testsuite/binutils-all/arc/objdump.exp
opcodes/ChangeLog
opcodes/arc-dis.c
This page took 0.025035 seconds and 4 git commands to generate.