* linker.c (_bfd_generic_link_add_one_symbol): If hashp and *hashp
authorIan Lance Taylor <ian@airs.com>
Mon, 9 May 1994 23:22:00 +0000 (23:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 9 May 1994 23:22:00 +0000 (23:22 +0000)
commit8e5090ce3a68e4a0285a1a9572c75f84d573478a
tree4ed14242e0f783ca062e84f406663cb5c9ec9a4e
parent580937986fd23549372e0bb08d82c02912cf14ca
* linker.c (_bfd_generic_link_add_one_symbol): If hashp and *hashp
are not NULL, assume the caller has already looked up the symbol
in the hash table and has stored the entry in *hashp.
(generic_link_add_symbol_list): Set h to NULL before calling
_bfd_generic_link_add_one_symbol.
* ecoff.c (ecoff_link_add_externals): Likewise.
bfd/ChangeLog
bfd/ecoff.c
bfd/linker.c