Remove MULTI_OBJFILE_P
[deliverable/binutils-gdb.git] / opcodes / arc-opc.c
index fe2c4fae6323d6defa49a03c9d14026f6ea272f7..27c2303fa13293d1843fe1f2394aca8954943460 100644 (file)
@@ -1822,7 +1822,9 @@ const struct arc_operand arc_operands[] =
 
 #define RAD            (RBdup + 1)
   { 6, 0, 0, ARC_OPERAND_IR | ARC_OPERAND_TRUNCATE, insert_rad, 0 },
-#define RCD            (RAD + 1)
+#define RAD_CHK                (RAD + 1)
+  { 6, 0, 0, ARC_OPERAND_IR | ARC_OPERAND_TRUNCATE, insert_rad, 0 },
+#define RCD            (RAD_CHK + 1)
   { 6, 6, 0, ARC_OPERAND_IR | ARC_OPERAND_TRUNCATE, insert_rcd, 0 },
 
   /* The plain integer register fields.  Used by short
This page took 0.023122 seconds and 4 git commands to generate.