diff options
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r-- | bfd/elf32-ppc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index 59bac50..281fab0 100644 --- a/bfd/elf32-ppc.c +++ b/bfd/elf32-ppc.c @@ -6180,7 +6180,10 @@ ppc_elf_relocate_section (bfd *output_bfd, a linker script. */ dodyn: if (r_symndx == 0) - break; + { + _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset); + break; + } /* Fall thru. */ if ((input_section->flags & SEC_ALLOC) == 0) |