[ARC] Improve printing of pc-relative instructions.
[deliverable/binutils-gdb.git] / opcodes / arc-opc.c
index e57877e1c988c2eda9406acba966cea7be07807d..56c9aaffa86a44ee19c46a10db303b323782ac63 100644 (file)
@@ -2006,7 +2006,7 @@ const struct arc_operand arc_operands[] =
   /* SIMM21_A16_5 mask = 00000111111111102222222222000000.  */
 #define SIMM21_A16_5      (UIMM6_8 + 1)
   {21, 0, BFD_RELOC_ARC_S21H_PCREL, ARC_OPERAND_SIGNED
-   | ARC_OPERAND_ALIGNED16 | ARC_OPERAND_TRUNCATE,
+   | ARC_OPERAND_ALIGNED16 | ARC_OPERAND_TRUNCATE | ARC_OPERAND_PCREL,
    insert_simm21_a16_5, extract_simm21_a16_5},
 
   /* SIMM25_A16_5 mask = 00000111111111102222222222003333.  */
This page took 0.026393 seconds and 4 git commands to generate.