diff options
author | K. Richard Pixley <rich@cygnus> | 1993-03-13 00:50:09 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-03-13 00:50:09 +0000 |
commit | aa8f32108dc6f29721deee55593fc69a5546130b (patch) | |
tree | 475c3d82cf0547e6b9037c7c5b45e6f9d49e570d /gdb/ChangeLog | |
parent | a8172eea3dfa9ec5597471366a9b155e33a0c398 (diff) | |
download | gdb-aa8f32108dc6f29721deee55593fc69a5546130b.zip gdb-aa8f32108dc6f29721deee55593fc69a5546130b.tar.gz gdb-aa8f32108dc6f29721deee55593fc69a5546130b.tar.bz2 |
* symtab.c (find_pc_symtab): some object file formats, notably mips,
have holes in the address ranges of symtabs. Change this algorythm
from first hit to tightest fit.
Fixes #2217.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 225298a..721b7c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Fri Mar 12 16:23:54 1993 K. Richard Pixley (rich@cygnus.com) + * symtab.c (find_pc_symtab): some object file formats, notably + mips, have holes in the address ranges of symtabs. Change + this algorythm from first hit to tightest fit. + * mips-tdep.c (heuristic_proc_start): if we walk the pc into the fence post without finding the enclosing function, then print a warning. |