PR 2434
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index c14fc3ba312e279ae3db64c1cd53c52f1e5ed0e6..bc44cba972ccc163aff6fa48cd1905af4f2d09a7 100644 (file)
@@ -721,7 +721,8 @@ elf_i386_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 elf_i386_link_hash_entry)))
     {
       free (ret);
       return NULL;
This page took 0.024014 seconds and 4 git commands to generate.