mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* 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:
@ -1,5 +1,9 @@
|
|||||||
Fri Mar 12 16:23:54 1993 K. Richard Pixley (rich@cygnus.com)
|
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
|
* mips-tdep.c (heuristic_proc_start): if we walk the pc into the
|
||||||
fence post without finding the enclosing function, then print a
|
fence post without finding the enclosing function, then print a
|
||||||
warning.
|
warning.
|
||||||
|
Reference in New Issue
Block a user