diff options
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r-- | gdb/stabsread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h index 9563106..003fda5 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -172,7 +172,8 @@ extern struct partial_symtab *end_psymtab (struct objfile *objfile, int textlow_not_set); extern void process_one_symbol (int, int, CORE_ADDR, char *, - struct section_offsets *, struct objfile *); + const struct section_offsets *, + struct objfile *); extern void elfstab_build_psymtabs (struct objfile *objfile, asection *stabsect, |