mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* symtab.c (find_pc_sect_symtab): Add comment.
This commit is contained in:
@ -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.
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user