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 /gas | |
parent | 7e126ba31ab6536b1dd779e483b72f47d3a76742 (diff) | |
download | gdb-0f3f71676a8971e0376d7d99b383660f06ff4d95.zip gdb-0f3f71676a8971e0376d7d99b383660f06ff4d95.tar.gz 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 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/arc/nps400-6.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c08ccbc..ab519fa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2019-07-24 Claudiu Zissulescu <claziss@synopsys.com> + + * testsuite/gas/arc/nps400-6.d: Update test. + 2019-07-24 Alan Modra <amodra@gmail.com> * config/obj-elf.c (obj_elf_section, obj_elf_type): Set has_gnu_osabi. diff --git a/gas/testsuite/gas/arc/nps400-6.d b/gas/testsuite/gas/arc/nps400-6.d index 3adf756..9534408 100644 --- a/gas/testsuite/gas/arc/nps400-6.d +++ b/gas/testsuite/gas/arc/nps400-6.d @@ -1,5 +1,5 @@ #as: -mcpu=arc700 -mnps400 -#objdump: -dr +#objdump: -dr -Mnps400 .*: +file format .*arc.* |