* symtab.c (find_pc_symtab): some object file formats, notably mips,
authorK. Richard Pixley <rich@cygnus>
Sat, 13 Mar 1993 00:50:09 +0000 (00:50 +0000)
committerK. Richard Pixley <rich@cygnus>
Sat, 13 Mar 1993 00:50:09 +0000 (00:50 +0000)
  have holes in the address ranges of symtabs.  Change this algorythm
  from first hit to tightest fit.

Fixes #2217.

gdb/ChangeLog

index 225298a..721b7c6 100644 (file)
@@ -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.