mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
* elf64-ia64-vms.c (elf64_ia64_relocate_section): Update
RELOC_AGAINST_DISCARDED_SECTION invocation.
This commit is contained in:
parent
cce3d66c34
commit
2de5d13503
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user