PR 2434
[deliverable/binutils-gdb.git] / bfd / elf64-x86-64.c
index 8c1a712c1e081febeb9811dabcbe5f49c6c407ce..504a19b7b9833f1ee059760c2eba068b4fde1c0c 100644 (file)
@@ -510,7 +510,8 @@ elf64_x86_64_link_hash_table_create (bfd *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 elf64_x86_64_link_hash_entry)))
     {
       free (ret);
       return NULL;
This page took 0.026473 seconds and 4 git commands to generate.