diff options
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 0d6dd99..433fabf 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -12275,8 +12275,8 @@ ppc64_elf_relocate_section (bfd *output_bfd, if (sec != NULL && discarded_section (sec)) RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, - rel, relend, - ppc64_elf_howto_table[r_type], + rel, 1, relend, + ppc64_elf_howto_table[r_type], 0, contents); if (info->relocatable) |