aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r--gdb/stabsread.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index cf64424..cc1e24b 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -198,6 +198,13 @@ extern void coffstab_build_psymtabs
file_ptr stabstroffset,
unsigned int stabstrsize));
+extern void stabsect_build_psymtabs
+ PARAMS ((struct objfile *objfile,
+ struct section_offsets *section_offsets,
+ int mainline,
+ char *stab_name,
+ char *stabstr_name));
+
extern void elfstab_offset_sections PARAMS ((struct objfile *,
struct partial_symtab *));