summaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-05-29 05:16:19 +0000
committerAlan Modra <amodra@gmail.com>2000-05-29 05:16:19 +0000
commit1ae00f9d91f0126ed5505229dc31672599591b4b (patch)
tree421bb636a86d7c29b9c142f1d4c8576de380cac4 /bfd/elf.c
parentce8ff112cfacd5b642b4e8c6cbcc4eaa157745f0 (diff)
downloadbinutils-gdb-1ae00f9d91f0126ed5505229dc31672599591b4b.tar.gz
(_bfd_elf_link_hash_table_init): Initialize dynlocal.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 975b2b9cb37..76c85e11219 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -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);
}