diff options
Diffstat (limited to 'bfd/elf32-tilepro.c')
-rw-r--r-- | bfd/elf32-tilepro.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-tilepro.c b/bfd/elf32-tilepro.c index 0c187c0..eabb456 100644 --- a/bfd/elf32-tilepro.c +++ b/bfd/elf32-tilepro.c @@ -1184,8 +1184,7 @@ tilepro_elf_link_hash_table_create (bfd *abfd) return NULL; if (!_bfd_elf_link_hash_table_init (ret, abfd, link_hash_newfunc, - sizeof (struct tilepro_elf_link_hash_entry), - TILEPRO_ELF_DATA)) + sizeof (struct tilepro_elf_link_hash_entry))) { free (ret); return NULL; |