diff options
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 04f21eeeaf..c3b211528f 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -6721,11 +6721,12 @@ ppc64_elf_edit_opd (bfd *obfd, struct bfd_link_info *info, { Elf_Internal_Rela *write_rel; bfd_byte *rptr, *wptr; - bfd_byte *new_contents = NULL; + bfd_byte *new_contents; bfd_boolean skip; long opd_ent_size; bfd_size_type amt; + new_contents = NULL; amt = sec->size * sizeof (long) / 8; opd = &ppc64_elf_section_data (sec)->u.opd; opd->adjust = bfd_zalloc (obfd, amt); |