bfd/
[deliverable/binutils-gdb.git] / bfd / elf32-arm.h
index 27e74d95569442d3bb11cbced1e0b15b78ec25f8..99ed731f65deec7d5a31f4a1dc797a8b54dcf8c3 100644 (file)
@@ -925,6 +925,8 @@ bfd_elf32_arm_set_target_relocs (struct bfd_link_info *link_info,
   globals->target1_is_rel = target1_is_rel;
   if (strcmp (target2_type, "rel") == 0)
     globals->target2_reloc = R_ARM_REL32;
+  else if (strcmp (target2_type, "abs") == 0)
+    globals->target2_reloc = R_ARM_ABS32;
   else if (strcmp (target2_type, "got-rel") == 0)
     globals->target2_reloc = R_ARM_GOT_PREL;
   else
This page took 0.024715 seconds and 4 git commands to generate.