[ARC] Update MAX_INSN_FLGS.
authorclaziss <claziss@synopsys.com>
Tue, 23 May 2017 10:18:10 +0000 (12:18 +0200)
committerclaziss <claziss@synopsys.com>
Tue, 23 May 2017 10:18:10 +0000 (12:18 +0200)
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.

include/ChangeLog
include/opcode/arc.h

index 05e13ab852cd061caea8e35401e60fb8d825684f..35c99adf8e5d40b5347a87409f5aad31a4ce88c6 100644 (file)
@@ -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.
index 0524fdaceb990c6841d7dc655db594f9a9c1077d..69b26303a2ec7f98b435c225eff242afaa572017 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 #endif
 
 #ifndef MAX_INSN_FLGS
-#define MAX_INSN_FLGS       3
+#define MAX_INSN_FLGS       4
 #endif
 
 /* Instruction Class.  */
This page took 0.024767 seconds and 4 git commands to generate.