]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
1999-05-24 Philip Blundell <pb@nexus.co.uk>
authorNick Clifton <nickc@redhat.com>
Mon, 24 May 1999 10:06:39 +0000 (10:06 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 24 May 1999 10:06:39 +0000 (10:06 +0000)
* elf32-arm.h (elf32_arm_relocate_section): Undo change of
  1999-03-25

bfd/ChangeLog
bfd/elf32-arm.h

index 0b687c0fe5743a6ecb2cf5f57f0521a424e33a33..3a76843cbb648ac4b758d4946805ef52ec90eb09 100644 (file)
@@ -1,3 +1,8 @@
+1999-05-24  Philip Blundell  <pb@nexus.co.uk>
+
+       * elf32-arm.h (elf32_arm_relocate_section): Undo change of
+       1999-03-25.
+
 Mon May 17 13:35:35 1999  Stan Cox  <scox@cygnus.com>
        * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed
        F_PIC_INT to F_PIC.
index 4e06a7e690154d62007ee82bf6612627424455f7..c73f1ae0d1c6e432da07ffe9881997712d068676 100644 (file)
@@ -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