From 0f3f71676a8971e0376d7d99b383660f06ff4d95 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Wed, 24 Jul 2019 16:52:23 +0300 Subject: [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 * 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 * testsuite/gas/arc/nps400-6.d: Update test. --- gas/ChangeLog | 4 ++++ gas/testsuite/gas/arc/nps400-6.d | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gas') 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 + + * testsuite/gas/arc/nps400-6.d: Update test. + 2019-07-24 Alan Modra * 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.* -- cgit v1.1