diff options
Diffstat (limited to 'bfd/elf32-hppa.c')
-rw-r--r-- | bfd/elf32-hppa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index 4d00432..38f9569 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -418,8 +418,7 @@ elf32_hppa_link_hash_table_create (bfd *abfd) return NULL; if (!_bfd_elf_link_hash_table_init (&htab->etab, abfd, hppa_link_hash_newfunc, - sizeof (struct elf32_hppa_link_hash_entry), - HPPA32_ELF_DATA)) + sizeof (struct elf32_hppa_link_hash_entry))) { free (htab); return NULL; |