diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-08-04 23:13:50 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-08-04 23:13:50 +0000 |
commit | 7a78d0eec8f3c753f2ba505458d876142e575cf4 (patch) | |
tree | baafcaef505dd585237dc57c6903dca3d0fadbfb /gdb/symtab.h | |
parent | 3d4ae3c0c6cbd480d202a6b1dcb6d3a5b75f9915 (diff) | |
download | gdb-7a78d0eec8f3c753f2ba505458d876142e575cf4.zip gdb-7a78d0eec8f3c753f2ba505458d876142e575cf4.tar.gz gdb-7a78d0eec8f3c753f2ba505458d876142e575cf4.tar.bz2 |
Fixup SYMBOL_SECTION for objfiles_relocate().
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 4 insertions, 0 deletions
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. |