diff options
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r-- | gdb/stabsread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h index 9f15642..62fd776 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -181,7 +181,7 @@ extern void process_one_symbol (int, int, CORE_ADDR, char *, extern void elfstab_build_psymtabs (struct objfile *objfile, int mainline, - file_ptr staboff, unsigned int stabsize, + asection *stabsect, file_ptr stabstroffset, unsigned int stabstrsize); |