mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Fixup SYMBOL_SECTION for objfiles_relocate().
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user