diff options
Diffstat (limited to 'bfd/elf32-s390.c')
-rw-r--r-- | bfd/elf32-s390.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-s390.c b/bfd/elf32-s390.c index 702b023..565ce1f 100644 --- a/bfd/elf32-s390.c +++ b/bfd/elf32-s390.c @@ -804,8 +804,7 @@ elf_s390_link_hash_table_create (bfd *abfd) return NULL; if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc, - sizeof (struct elf_s390_link_hash_entry), - S390_ELF_DATA)) + sizeof (struct elf_s390_link_hash_entry))) { free (ret); return NULL; |