diff options
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 1bbd253..59ae522 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -1801,7 +1801,7 @@ ppc64_elf_copy_indirect_symbol (dir, ind) struct ppc_dyn_relocs **pp; struct ppc_dyn_relocs *p; - if (dir != ind->weakdef) + if (ind->root.type == bfd_link_hash_indirect) abort (); /* Add reloc counts against the weak sym to the strong sym |