(_bfd_elf_link_hash_table_init): Initialize dynlocal.

This commit is contained in:
Alan Modra
2000-05-29 05:16:19 +00:00
parent ce8ff112cf
commit 1ae00f9d91
2 changed files with 110 additions and 106 deletions

View File

@ -1,3 +1,7 @@
2000-05-29 Anatoly Vorobey <mellon@pobox.com>
* elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
2000-05-26 Alan Modra <alan@linuxcare.com.au>
* Makefile.am: Update dependencies with "make dep-am"
@ -637,7 +641,6 @@ Mon Apr 17 19:14:36 2000 David Mosberger <davidm@hpl.hp.com>
2000-04-12 Alan Modra <alan@linuxcare.com.au>
* dep-in.sed: Match space before file name, not after.
* Makefile.am: Regenerate dependencies.
* Makefile.in: Regenerate.

View File

@ -977,6 +977,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);
}