diff options
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r-- | gdb/stabsread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h index 7e59999..418c4fb 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -189,8 +189,7 @@ extern void process_one_symbol (int, int, CORE_ADDR, const char *, debugging information is available. */ void -read_stabs_symtab (minimal_symbol_reader &, - psymtab_storage *, struct objfile *); +read_stabs_symtab (struct objfile *, symfile_add_flags); extern void elfstab_build_psymtabs (struct objfile *objfile, asection *stabsect, |