2001-08-09 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / bfd / elf32-arm.h
index 6fb163389ac1fee808e2a5904ecc44479ad69f1b..f8f94d66b8351d3d27f68e69b3664e12534556f3 100644 (file)
@@ -1295,7 +1295,7 @@ elf32_arm_final_link_relocate (howto, input_bfd, output_bfd,
 
        case R_ARM_REL32:
          value -= (input_section->output_section->vma
-                   + input_section->output_offset);
+                   + input_section->output_offset + rel->r_offset);
          value += addend;
          break;
        }
This page took 0.02301 seconds and 4 git commands to generate.