diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-04 21:18:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-04 21:18:25 +0000 |
commit | 68d864d78690713c396eaed4040067504f2e4237 (patch) | |
tree | 65ec82c621643676e80d7c3446a40d20b5c75b16 | |
parent | 36fb0b86c7e8f233a94e606f0a94355c17085b50 (diff) | |
download | gdb-68d864d78690713c396eaed4040067504f2e4237.zip gdb-68d864d78690713c396eaed4040067504f2e4237.tar.gz gdb-68d864d78690713c396eaed4040067504f2e4237.tar.bz2 |
Wed Feb 4 16:10:21 1998 Brent Baccala <baccala@freesoft.org>
* 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.
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2956bbd..47d7f11 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Wed Feb 4 16:10:21 1998 Brent Baccala <baccala@freesoft.org> + + * 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 <ian@cygnus.com> * peicode.h (pe_print_idata): Check for import of ordinal rather |