*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index a48f4b1d5131f6bbdf21304d728e31032c8a1530..2bf3c4685faf7059723b0f4e7f724fd707d14cc8 100644 (file)
@@ -129,7 +129,7 @@ EXTERN int n_this_object_header_files;
 
 EXTERN int n_allocated_this_object_header_files;
 
-extern void cleanup_undefined_types (struct objfile *);
+extern void cleanup_undefined_stabs_types (struct objfile *);
 
 extern long read_number (char **, int);
 
@@ -161,7 +161,8 @@ 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 *end_psymtab (struct partial_symtab *pst,
+extern struct partial_symtab *end_psymtab (struct objfile *objfile,
+                                          struct partial_symtab *pst,
                                           const char **include_list,
                                           int num_includes,
                                           int capping_symbol_offset,
This page took 0.023395 seconds and 4 git commands to generate.