* gdb.texinfo (Command Files): Mention -x, use @enumerate for
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index 013a99a7859c5aaed7f78181f62998e2105fb773..c5e1ce75a82de08467a96b0c3b3ceea25c1f5f48 100644 (file)
@@ -187,11 +187,6 @@ struct stab_section_list
 /* Functions exported by dbxread.c.  These are not in stabsread.c because
    they are only used by some stabs readers.  */
 
-extern struct partial_symtab *
-  start_psymtab PARAMS ((struct objfile *, struct section_offsets *, char *,
-                        CORE_ADDR, int, struct partial_symbol **,
-                        struct partial_symbol **));
-
 extern struct partial_symtab *
   end_psymtab PARAMS ((struct partial_symtab * pst,
                       char **include_list,
@@ -208,7 +203,6 @@ process_one_symbol PARAMS ((int, int, CORE_ADDR, char *,
 
 extern void elfstab_build_psymtabs
   PARAMS ((struct objfile * objfile,
-          struct section_offsets * section_offsets,
           int mainline,
           file_ptr staboff, unsigned int stabsize,
           file_ptr stabstroffset,
@@ -216,7 +210,6 @@ extern void elfstab_build_psymtabs
 
 extern void coffstab_build_psymtabs
   PARAMS ((struct objfile * objfile,
-          struct section_offsets * section_offsets,
           int mainline,
           CORE_ADDR textaddr, unsigned int textsize,
           struct stab_section_list * stabs,
@@ -225,7 +218,6 @@ extern void coffstab_build_psymtabs
 
 extern void stabsect_build_psymtabs
   PARAMS ((struct objfile * objfile,
-          struct section_offsets * section_offsets,
           int mainline,
           char *stab_name,
           char *stabstr_name,
This page took 0.023773 seconds and 4 git commands to generate.