diff options
Diffstat (limited to 'bfd/elf32-hppa.c')
-rw-r--r-- | bfd/elf32-hppa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index 82a0db6..8d86cb8 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -3736,8 +3736,8 @@ elf32_hppa_relocate_section (bfd *output_bfd, if (sym_sec != NULL && discarded_section (sym_sec)) RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, - rela, relend, - elf_hppa_howto_table + r_type, + rela, 1, relend, + elf_hppa_howto_table + r_type, 0, contents); if (info->relocatable) |