aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-25 18:10:15 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-25 18:10:15 +0000
commit591ebe425543530415a0e2bf7e42e8f94e611f98 (patch)
treeb9967eb17d3a611acc1cf90d8d28133a6f48ad39
parent30249a6ad07c12d3519a008dcdff345a86500ed3 (diff)
downloadfsf-binutils-gdb-591ebe425543530415a0e2bf7e42e8f94e611f98.zip
fsf-binutils-gdb-591ebe425543530415a0e2bf7e42e8f94e611f98.tar.gz
fsf-binutils-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.
-rw-r--r--bfd/ChangeLog5
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>