[ARC] Enable .cfi_* pseudo-ops.
[deliverable/binutils-gdb.git] / binutils / readelf.c
index f33257bc04754bcac7ce233bb4ea136878c414f4..d6abab800af2d12c72145aba6c1e1c3994bce89a 100644 (file)
@@ -11558,6 +11558,9 @@ is_32bit_pcrel_reloc (unsigned int reloc_type)
       return reloc_type == 6;
     case EM_ALPHA:
       return reloc_type == 10; /* R_ALPHA_SREL32.  */
+    case EM_ARC_COMPACT:
+    case EM_ARC_COMPACT2:
+      return reloc_type == 49; /* R_ARC_32_PCREL.  */
     case EM_ARM:
       return reloc_type == 3;  /* R_ARM_REL32 */
     case EM_MICROBLAZE:
This page took 0.025952 seconds and 4 git commands to generate.