From: Ian Lance Taylor Date: Wed, 4 Feb 1998 21:18:25 +0000 (+0000) Subject: Wed Feb 4 16:10:21 1998 Brent Baccala X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68d864d78690713c396eaed4040067504f2e4237;p=binutils-gdb.git Wed Feb 4 16:10:21 1998 Brent Baccala * syms.c (struct stab_cache): Define. (struct stab_find_info): Remove cached_offset, cached_stab, cached_str, and cached_stroff fields. Add file_cache, function_cache, and line_cache fields. (_bfd_stab_section_find_nearest_line): Use extensive caching to speed up searches. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2956bbd371a..47d7f1128b0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Wed Feb 4 16:10:21 1998 Brent Baccala + + * syms.c (struct stab_cache): Define. + (struct stab_find_info): Remove cached_offset, cached_stab, + cached_str, and cached_stroff fields. Add file_cache, + function_cache, and line_cache fields. + (_bfd_stab_section_find_nearest_line): Use extensive caching to + speed up searches. + Wed Feb 4 13:34:22 1998 Ian Lance Taylor * peicode.h (pe_print_idata): Check for import of ordinal rather