diff options
Diffstat (limited to 'bfd/elf32-arm.h')
-rw-r--r-- | bfd/elf32-arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-arm.h b/bfd/elf32-arm.h index 4e06a7e..c73f1ae 100644 --- a/bfd/elf32-arm.h +++ b/bfd/elf32-arm.h @@ -1519,7 +1519,7 @@ elf32_arm_relocate_section (output_bfd, info, input_bfd, input_section, { bfd_vma val; val = bfd_get_32 (input_bfd, contents + rel->r_offset); - val += (sec->output_offset + sym->st_value) >> howto->rightshift; + val += (sec->output_offset + sym->st_value); bfd_put_32 (input_bfd, val, contents + rel->r_offset); } #else |