From: Ian Lance Taylor Date: Thu, 9 Oct 1997 19:59:15 +0000 (+0000) Subject: * nm.c (lineno_cache_bfd): New file static variable. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=3cbae240f106d15430564061e213795db76d260a;p=deliverable%2Fbinutils-gdb.git * 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. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 961ee02066..89c2a7bef7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Thu Oct 9 15:57:29 1997 Ian Lance Taylor + + * 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. + Wed Oct 8 21:19:11 1997 Richard Henderson * objcopy.c (keep_specific_list, privatize_specific_list,