diff options
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r-- | gdb/psympriv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h index ec9801b..7e38f46 100644 --- a/gdb/psympriv.h +++ b/gdb/psympriv.h @@ -158,7 +158,8 @@ extern void sort_pst_symbols (struct partial_symtab *); /* Add any kind of symbol to a psymbol_allocation_list. */ extern const -struct partial_symbol *add_psymbol_to_list (const char *, int, int, domain_enum, +struct partial_symbol *add_psymbol_to_list (const char *, int, + int, domain_enum, enum address_class, struct psymbol_allocation_list *, long, CORE_ADDR, |