diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index a0da0db..115c8ba 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -148,7 +148,7 @@ struct general_symbol_info short section; - /* The section associated with this symbol. */ + /* The section associated with this symbol. It can be NULL. */ struct obj_section *obj_section; }; @@ -1207,4 +1207,6 @@ int producer_is_realview (const char *producer); void fixup_section (struct general_symbol_info *ginfo, CORE_ADDR addr, struct objfile *objfile); +struct objfile *lookup_objfile_from_block (const struct block *block); + #endif /* !defined(SYMTAB_H) */ |