diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-11-04 19:45:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-11-04 19:45:42 +0000 |
commit | a521e93a8e61ace6e58e063719c385c2d1217159 (patch) | |
tree | 6f2b6e0b14c92288db76ee353bedd0ff0e4b4fdf /gdb/ChangeLog | |
parent | 27ee87b307f4a162f0865c79756dfce7cca0f46f (diff) | |
download | gdb-a521e93a8e61ace6e58e063719c385c2d1217159.zip gdb-a521e93a8e61ace6e58e063719c385c2d1217159.tar.gz gdb-a521e93a8e61ace6e58e063719c385c2d1217159.tar.bz2 |
Wed Nov 4 11:13:25 1992 Ian Lance Taylor (ian@cygnus.com)
* minsyms.c (lookup_minimal_symbol_by_pc): subtract 1, not 2, from
minimal_symbol_count, because the NULL symbol is not included in
the count. This prevented this function from finding the last
symbol in the table.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2963f81..44d68ce 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 4 11:13:25 1992 Ian Lance Taylor (ian@cygnus.com) + + * minsyms.c (lookup_minimal_symbol_by_pc): subtract 1, not 2, from + minimal_symbol_count, because the NULL symbol is not included in + the count. This prevented this function from finding the last + symbol in the table. + Tue Nov 3 11:29:17 1992 Ian Lance Taylor (ian@cygnus.com) * dbxread.c (process_one_symbol): if not defined |