diff options
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 402e859756f..545fae83503 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -9998,6 +9998,8 @@ ppc64_elf_relocate_section (bfd *output_bfd, br = bfd_get_32 (input_bfd, contents + rel->r_offset); if ((br & 1) == 0) can_plt_call = TRUE; + else + stub_entry = NULL; } else if (h != NULL && strcmp (h->elf.root.root.string, |