From 7a78d0eec8f3c753f2ba505458d876142e575cf4 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Fri, 4 Aug 2000 23:13:50 +0000 Subject: Fixup SYMBOL_SECTION for objfiles_relocate(). --- gdb/symtab.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/symtab.h') diff --git a/gdb/symtab.h b/gdb/symtab.h index 7fb78db..101759f 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -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. -- cgit v1.1