* 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)
(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

index 961ee0206681a6e9592bcaa4a31f884a4772aab1..89c2a7bef76c54cd912afbb765dcffc949d369dc 100644 (file)
@@ -1,3 +1,14 @@
+Thu Oct  9 15:57:29 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * 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  <rth@cygnus.com>
 
        * objcopy.c (keep_specific_list, privatize_specific_list,
This page took 0.029062 seconds and 4 git commands to generate.