PR 2434
[deliverable/binutils-gdb.git] / bfd / elf32-s390.c
index 1c527552bef882d59607f231344c8a406c6f6d5d..eb8e1724fc195d10f9dd6481ffe8baa2f6e9575a 100644 (file)
@@ -771,7 +771,8 @@ elf_s390_link_hash_table_create (abfd)
   if (ret == NULL)
     return NULL;
 
-  if (! _bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc))
+  if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc,
+                                     sizeof (struct elf_s390_link_hash_entry)))
     {
       free (ret);
       return NULL;
This page took 0.023586 seconds and 4 git commands to generate.