Browse Source

* elf64-ia64-vms.c (elf64_ia64_relocate_section): Update

RELOC_AGAINST_DISCARDED_SECTION invocation.
cygwin-64bit-branch
Alan Modra 14 years ago
parent
commit
2de5d13503
  1. 5
      bfd/ChangeLog
  2. 2
      bfd/elf64-ia64-vms.c

5
bfd/ChangeLog

@ -1,3 +1,8 @@
2012-05-07 Alan Modra <amodra@gmail.com>
* elf64-ia64-vms.c (elf64_ia64_relocate_section): Update
RELOC_AGAINST_DISCARDED_SECTION invocation.
2012-05-07 Hans-Peter Nilsson <hp@axis.com>
* elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Declare and use

2
bfd/elf64-ia64-vms.c

@ -3508,7 +3508,7 @@ elf64_ia64_relocate_section (bfd *output_bfd,
section contents zeroed. Avoid any special processing. */
if (sym_sec != NULL && discarded_section (sym_sec))
RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
rel, relend, howto, contents);
rel, 1, relend, howto, 0, contents);
if (info->relocatable)
continue;

Loading…
Cancel
Save