Fixup SYMBOL_SECTION for objfiles_relocate().

This commit is contained in:
Kevin Buettner
2000-08-04 23:13:50 +00:00
parent 3d4ae3c0c6
commit 7a78d0eec8
4 changed files with 33 additions and 12 deletions

View File

@ -1414,6 +1414,10 @@ extern int in_prologue (CORE_ADDR pc, CORE_ADDR func_start);
extern struct symbol *fixup_symbol_section (struct symbol *,
struct objfile *);
extern struct partial_symbol *fixup_psymbol_section (struct partial_symbol
*psym,
struct objfile *objfile);
/* Symbol searching */
/* When using search_symbols, a list of the following structs is returned.