aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaziss <claziss@synopsys.com>2017-05-23 12:18:10 +0200
committerclaziss <claziss@synopsys.com>2017-05-23 12:18:10 +0200
commit575dcd27f8be6ecd3f89539a8210a8d3f0a271b1 (patch)
treeb628a74bea60fc3e88289b02e3f052d97459c3c2
parent903b2a564d78b8e47f2460a2a452f442e6e5e979 (diff)
downloadfsf-binutils-gdb-575dcd27f8be6ecd3f89539a8210a8d3f0a271b1.zip
fsf-binutils-gdb-575dcd27f8be6ecd3f89539a8210a8d3f0a271b1.tar.gz
fsf-binutils-gdb-575dcd27f8be6ecd3f89539a8210a8d3f0a271b1.tar.bz2
[ARC] Update MAX_INSN_FLGS.
It is required to parse instructions like ldb.x.a.di. include/ 2017-05-23 Claudiu Zissulescu <claziss@synopsys.com> * opcode/arc.h (MAX_INSN_FLGS): Update to 4.
-rw-r--r--include/ChangeLog4
-rw-r--r--include/opcode/arc.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 05e13ab..35c99ad 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-23 Claudiu Zissulescu <claziss@synopsys.com>
+
+ * opcode/arc.h (MAX_INSN_FLGS): Update to 4.
+
2017-05-22 H.J. Lu <hongjiu.lu@intel.com>
* include/opcode/i386.h (NOTRACK_PREFIX_OPCODE): New.
diff --git a/include/opcode/arc.h b/include/opcode/arc.h
index 0524fda..69b2630 100644
--- a/include/opcode/arc.h
+++ b/include/opcode/arc.h
@@ -33,7 +33,7 @@ extern "C" {
#endif
#ifndef MAX_INSN_FLGS
-#define MAX_INSN_FLGS 3
+#define MAX_INSN_FLGS 4
#endif
/* Instruction Class. */