summaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-23 02:04:28 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-06-23 02:04:28 +0000
commit1e04a95f9f346cd1d8796fce615411292c433a5b (patch)
treef78b3ebc79e339f17fff4974200b94b68c766367 /bfd/elf.c
parent2397443df9a97045f854047581b6cd367427108d (diff)
downloadgdb-1e04a95f9f346cd1d8796fce615411292c433a5b.tar.gz
2002-06-23 Alan Modra <amodra@bigpond.net.au>
* elflink.h: Comment typo fixes. 2002-06-23 H.J. Lu <hjl@gnu.org> * elf-bfd.h (elf_link_loaded_list): New structure. (elf_link_hash_table): Add "loaded". * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded". * elflink.h (elf_link_check_versioned_symbol): New function. (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
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 61b9f50b064..e592086983c 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -1430,6 +1430,7 @@ _bfd_elf_link_hash_table_init (table, abfd, newfunc)
table->bucketcount = 0;
table->needed = NULL;
table->runpath = NULL;
+ table->loaded = NULL;
table->hgot = NULL;
table->stab_info = NULL;
table->merge_info = NULL;