diff options
author | Claudiu Zissulescu <claziss@gmail.com> | 2019-07-24 16:52:23 +0300 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gmail.com> | 2019-07-24 16:52:23 +0300 |
commit | 0f3f71676a8971e0376d7d99b383660f06ff4d95 (patch) | |
tree | 4b8d9e9bb46f32326a21903e3ac469cb91ce389d /opcodes/ChangeLog | |
parent | 7e126ba31ab6536b1dd779e483b72f47d3a76742 (diff) | |
download | fsf-binutils-gdb-0f3f71676a8971e0376d7d99b383660f06ff4d95.zip fsf-binutils-gdb-0f3f71676a8971e0376d7d99b383660f06ff4d95.tar.gz fsf-binutils-gdb-0f3f71676a8971e0376d7d99b383660f06ff4d95.tar.bz2 |
[ARC] Update disassembler opcode selection
New instruction are added, and some of them are overlapping. Update
disassembler to correctly recognize them. Introduce nps400 option.
opcodes/
xxxx-xx-xx Claudiu Zissulescu <claziss@synopsys.com>
* arc-dis.c (skip_this_opcode): Check also for 0x07 major opcodes,
and MPY class instructions.
(parse_option): Add nps400 option.
(print_arc_disassembler_options): Add nps400 info.
gas/
xxxx-xx-xx Claudiu Zissulescu <claziss@synopsys.com>
* testsuite/gas/arc/nps400-6.d: Update test.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e0e6bdb..ba0be86 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,12 @@ 2019-07-24 Claudiu Zissulescu <claziss@synopsys.com> + * arc-dis.c (skip_this_opcode): Check also for 0x07 major opcodes, + and MPY class instructions. + (parse_option): Add nps400 option. + (print_arc_disassembler_options): Add nps400 info. + +2019-07-24 Claudiu Zissulescu <claziss@synopsys.com> + * arc-ext-tbl.h (bspeek): Remove it, added to main table. (bspop): Likewise. (modapp): Likewise. |