Browse Source

1999-05-24 Philip Blundell <pb@nexus.co.uk>

* elf32-arm.h (elf32_arm_relocate_section): Undo change of
 	1999-03-25
gdb-premipsmulti-2000-06-06-branch
Nick Clifton 28 years ago
parent
commit
db65e864b3
  1. 5
      bfd/ChangeLog
  2. 2
      bfd/elf32-arm.h

5
bfd/ChangeLog

@ -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.

2
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

Loading…
Cancel
Save