PR 2434
[deliverable/binutils-gdb.git] / bfd / elf64-s390.c
index 7beda9dcd00bf7cc5767735c01a86cb99dce86ec..1fe0c6ca915c05efcfb82867d07eb99e31877c36 100644 (file)
@@ -724,7 +724,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.023976 seconds and 4 git commands to generate.