aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2017-11-07 20:24:21 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2017-11-07 20:24:21 +0000
commit52eab766df54915f8d3d71475235868285c4ca82 (patch)
treec3f32bdcb1fe484c7a19846f1ede53a9e4ef53b9 /opcodes/ChangeLog
parent016f5a3777ab6ce33616917be7795a7501f29dd7 (diff)
downloadgdb-52eab766df54915f8d3d71475235868285c4ca82.zip
gdb-52eab766df54915f8d3d71475235868285c4ca82.tar.gz
gdb-52eab766df54915f8d3d71475235868285c4ca82.tar.bz2
opcodes/arc: Fix incorrect insn_class for some nps insns
A small number of NPS400 instruction incorrectly used NONE as an insn_class_t, which would trigger a build warning. Fixed by changing to MISC. opcodes/ChangeLog: * arc-nps400-tbl.h: Change incorrect use of NONE to MISC.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7107ee6..70f146f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * arc-nps400-tbl.h: Change incorrect use of NONE to MISC.
+
2017-11-07 Alan Modra <amodra@gmail.com>
* opintl.h: Formatting, comment fixes.