aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorClaudiu Zissulescu <claziss@synopsys.com>2016-11-09 15:30:35 +0100
committerClaudiu Zissulescu <claziss@synopsys.com>2016-11-22 12:34:51 +0100
commitc4b943d7aed5edbfc31aa1e9dc9e7bcf108d76a0 (patch)
tree8d9627c44264a1f14c0649339f9b95797e487e7f /gas
parent08dc996fedde9143cda25720961684087b133640 (diff)
downloadgdb-c4b943d7aed5edbfc31aa1e9dc9e7bcf108d76a0.zip
gdb-c4b943d7aed5edbfc31aa1e9dc9e7bcf108d76a0.tar.gz
gdb-c4b943d7aed5edbfc31aa1e9dc9e7bcf108d76a0.tar.bz2
[ARC] Fix printing 'b' mnemonics.
gas/ 2016-11-22 Claudiu Zissulescu <claziss@synopsys.com> * testsuite/gas/arc/b.d: Update test result. opcode/ 2016-11-22 Claudiu Zissulescu <claziss@synopsys.com> * arc-tbl.h: Reorder conditional flags with delay flags for 'b' instructions.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/testsuite/gas/arc/b.d4
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 71cc677..58142ea 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-22 Claudiu Zissulescu <claziss@synopsys.com>
+
+ * testsuite/gas/arc/b.d: Update test result.
+
2016-11-22 Alan Modra <amodra@gmail.com>
PR 20744
diff --git a/gas/testsuite/gas/arc/b.d b/gas/testsuite/gas/arc/b.d
index 87afdc0..50bc305 100644
--- a/gas/testsuite/gas/arc/b.d
+++ b/gas/testsuite/gas/arc/b.d
@@ -39,8 +39,8 @@ Disassembly of section .text:
78: 0789 ffcf b 0 <text_label>
7c: 0785 ffef b.d 0 <text_label>
80: 264a 7000 mov 0,0
- 84: 077c ffe1 b.deq -132
+ 84: 077c ffe1 beq.d -132
88: 264a 7000 mov 0,0
8c: 0774 ffc2 bne -140
- 90: 0770 ffe6 b.dnc -144
+ 90: 0770 ffe6 bnc.d -144
94: 264a 7000 mov 0,0