aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorClaudiu Zissulescu <claziss@synopsys.com>2016-10-06 12:05:27 +0200
committerClaudiu Zissulescu <claziss@synopsys.com>2016-11-29 11:23:24 +0100
commitee881e5d3312ea5396bddc37e8673b77bf549b4b (patch)
treeff710b530cd746306fc2669069ad196275e9bd8f /binutils
parent0a0640e3ba9a668c4c317520c48246e1cc8d75ca (diff)
downloadfsf-binutils-gdb-ee881e5d3312ea5396bddc37e8673b77bf549b4b.zip
fsf-binutils-gdb-ee881e5d3312ea5396bddc37e8673b77bf549b4b.tar.gz
fsf-binutils-gdb-ee881e5d3312ea5396bddc37e8673b77bf549b4b.tar.bz2
[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.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/testsuite/binutils-all/arc/objdump.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index b0ea872..eab32c7 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-29 Claudiu Zissulescu <claziss@synopsys.com>
+
+ * testsuite/binutils-all/arc/objdump.exp (Warning test): Update
+ test.
+
2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
* dwarf.c: Fix spelling in comments.
diff --git a/binutils/testsuite/binutils-all/arc/objdump.exp b/binutils/testsuite/binutils-all/arc/objdump.exp
index 58c4a05..a988823 100644
--- a/binutils/testsuite/binutils-all/arc/objdump.exp
+++ b/binutils/testsuite/binutils-all/arc/objdump.exp
@@ -46,7 +46,7 @@ if [is_remote host] {
set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]
-set want "Warning: disassembly.*dsubh12\[ \t\]*r0,r2,r4.*dmulh12.f\[ \t\]*r0,r2,r4.*dmulh11.f"
+set want "Warning: disassembly.*vmac2hnfr\[ \t\]*r0,r2,r4.*dmulh12.f\[ \t\]*r0,r2,r4.*dmulh11.f"
if [regexp $want $got] then {
pass "Warning test"