1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Merge in our ELF branding.

This commit is contained in:
David E. O'Brien 2000-06-20 06:46:06 +00:00
parent 6e440a7238
commit 76efa1c2d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61845

View File

@ -979,6 +979,7 @@ _bfd_elf_link_hash_table_init (table, abfd, newfunc)
table->needed = NULL;
table->hgot = NULL;
table->stab_info = NULL;
table->dynlocal = NULL;
return _bfd_link_hash_table_init (&table->root, abfd, newfunc);
}