diff options
Diffstat (limited to 'bfd/linker.c')
-rw-r--r-- | bfd/linker.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/linker.c b/bfd/linker.c index 89b9526..d3a3343 100644 --- a/bfd/linker.c +++ b/bfd/linker.c @@ -483,6 +483,8 @@ _bfd_link_hash_table_init (table, abfd, newfunc) table->creator = abfd->xvec; table->undefs = NULL; table->undefs_tail = NULL; + table->type = bfd_link_generic_hash_table; + return bfd_hash_table_init (&table->table, newfunc); } |