diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-25 18:10:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-25 18:10:15 +0000 |
commit | 591ebe425543530415a0e2bf7e42e8f94e611f98 (patch) | |
tree | b9967eb17d3a611acc1cf90d8d28133a6f48ad39 /bfd | |
parent | 30249a6ad07c12d3519a008dcdff345a86500ed3 (diff) | |
download | gdb-591ebe425543530415a0e2bf7e42e8f94e611f98.zip gdb-591ebe425543530415a0e2bf7e42e8f94e611f98.tar.gz gdb-591ebe425543530415a0e2bf7e42e8f94e611f98.tar.bz2 |
* syms.c (_bfd_stab_section_find_nearest_line): Clear the
cached_stab field if the offset prevents us from using the cache.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3b41532..a373ddb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 25 14:07:33 1997 Ian Lance Taylor <ian@cygnus.com> + + * syms.c (_bfd_stab_section_find_nearest_line): Clear the + cached_stab field if the offset prevents us from using the cache. + start-sanitize-v850e Mon Aug 25 10:04:35 1997 Nick Clifton <nickc@cygnus.com> |