From aa8f32108dc6f29721deee55593fc69a5546130b Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Sat, 13 Mar 1993 00:50:09 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 225298ad89d..721b7c60467 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. -- 2.30.2