diff options
Diffstat (limited to 'bfd/elf32-hppa.c')
-rw-r--r-- | bfd/elf32-hppa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index 2c1b9dbaebf..5399d496bec 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -450,7 +450,7 @@ elf32_hppa_link_hash_table_free (struct bfd_link_hash_table *btab) = (struct elf32_hppa_link_hash_table *) btab; bfd_hash_table_free (&htab->bstab); - _bfd_generic_link_hash_table_free (btab); + _bfd_elf_link_hash_table_free (btab); } /* Build a name for an entry in the stub hash table. */ |