diff options
Diffstat (limited to 'bfd/elf64-hppa.c')
-rw-r--r-- | bfd/elf64-hppa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index 2d08bf3..f060cd0 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -296,8 +296,7 @@ elf64_hppa_hash_table_create (bfd *abfd) if (!_bfd_elf_link_hash_table_init (&htab->root, abfd, hppa64_link_hash_newfunc, - sizeof (struct elf64_hppa_link_hash_entry), - HPPA64_ELF_DATA)) + sizeof (struct elf64_hppa_link_hash_entry))) { free (htab); return NULL; |