* symtab.c (find_pc_sect_symtab): Add comment.

This commit is contained in:
Doug Evans 2012-12-10 20:30:05 +00:00
parent 61c125b91f
commit 072cabfebd
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-12-10 Doug Evans <dje@google.com>
* symtab.c (find_pc_sect_symtab): Add comment.
2012-12-10 Tom Tromey <tromey@redhat.com>
* defs.h: Don't check for definition of LONGEST.

View File

@ -2150,6 +2150,8 @@ find_pc_sect_symtab (CORE_ADDR pc, struct obj_section *section)
if (best_s != NULL)
return (best_s);
/* Not found in symtabs, search the "quick" symtabs (e.g. psymtabs). */
ALL_OBJFILES (objfile)
{
struct symtab *result;