diff options
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r-- | bfd/elf32-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index 61f70de..c31e26e 100644 --- a/bfd/elf32-ppc.c +++ b/bfd/elf32-ppc.c @@ -7090,7 +7090,7 @@ ppc_elf_relocate_section (bfd *output_bfd, howto = ppc_elf_howto_table[r_type]; _bfd_clear_contents (howto, input_bfd, input_section, - contents + rel->r_offset); + contents, rel->r_offset); wrel->r_offset = rel->r_offset; wrel->r_info = 0; wrel->r_addend = 0; |