* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index cf644248ba78294c258f8f4172ae6def39ad18f0..a5a0de71b497df96b836913932bf6517afbae704 100644 (file)
@@ -198,11 +198,15 @@ 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,
+          char *text_name));
+
 extern void elfstab_offset_sections PARAMS ((struct objfile *,
                                             struct partial_symtab *));
 
-extern void
-pastab_build_psymtabs PARAMS ((struct objfile *, struct section_offsets *,
-                              int));
-
 #undef EXTERN
This page took 0.022665 seconds and 4 git commands to generate.