* nm.c (lineno_cache_bfd): New file static variable.
authorIan Lance Taylor <ian@airs.com>
Thu, 9 Oct 1997 19:59:15 +0000 (19:59 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 9 Oct 1997 19:59:15 +0000 (19:59 +0000)
commit3cbae240f106d15430564061e213795db76d260a
tree8d2ca223c60298be71847de215f936c6d8edf29a
parent15ab76e50d1cd822bf27ef932bea673232626316
* nm.c (lineno_cache_bfd): New file static variable.
(lineno_cache_rel_bfd): New file static variable.
(display_archive): Clear lineno_cache_bfd and lineno_cache_rel_bfd
when closing a BFD.
(display_file): Likewise.
(print_symbol): Use lineno_cache_bfd and lineno_cache_rel_bfd
instead of cache_bfd and cache_rel_bfd.  Make seccount static, and
only set it when setting relocs.
binutils/ChangeLog