From db65e864b3e882f60bc0e7d78e2a4018e0b3f283 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 24 May 1999 10:06:39 +0000 Subject: 1999-05-24 Philip Blundell * elf32-arm.h (elf32_arm_relocate_section): Undo change of 1999-03-25 --- bfd/elf32-arm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf32-arm.h') 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 -- cgit v1.1