[PATCH 3/3] [ARC] Update MAX_INSN_FLGS.

Claudiu Zissulescu Claudiu.Zissulescu@synopsys.com
Mon May 22 13:44:00 GMT 2017


From: claziss <claziss@synopsys.com>

It is required to parse instructions like ldb.x.a.di.

include/
2017-05-18  Claudiu Zissulescu <claziss@synopsys.com>

	* opcode/arc.h (MAX_INSN_FLGS): Update to 4.
---
 include/opcode/arc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.  */
-- 
1.9.1



More information about the Binutils mailing list