summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-08-04 23:13:50 +0000
committerKevin Buettner <kevinb@redhat.com>2000-08-04 23:13:50 +0000
commit376f16e0a7f2d9ea237ddaede6ee6fb52788203d (patch)
tree893384fb454ed03f488f68cc8a612a7f865b417f /gdb/symtab.h
parent9a0949935d2bfb04554687bc66b4789fb3eef98e (diff)
downloadgdb-376f16e0a7f2d9ea237ddaede6ee6fb52788203d.tar.gz
Fixup SYMBOL_SECTION for objfiles_relocate().
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 7fb78db3ea7..101759f22de 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.