* 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.
This commit is contained in:
parent
a8172eea3d
commit
aa8f32108d
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue