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 310b9d6..82b3e41 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -4043,7 +4043,7 @@ ppc64_elf_link_hash_table_free (struct bfd_link_hash_table *hash) bfd_hash_table_free (&htab->branch_hash_table); if (htab->tocsave_htab) htab_delete (htab->tocsave_htab); - _bfd_generic_link_hash_table_free (hash); + _bfd_elf_link_hash_table_free (hash); } /* Satisfy the ELF linker by filling in some fields in our fake bfd. */ |