Add end_psymtab_common, have all debug info readers call it.
[deliverable/binutils-gdb.git] / gdb / psympriv.h
index 3efb01fe48a950565c54edd1209d85c42ae666f3..2cf319099a7e947107b2848b7168976e10534c44 100644 (file)
@@ -201,8 +201,6 @@ struct partial_symtab
   void *read_symtab_private;
 };
 
-extern void sort_pst_symbols (struct objfile *, struct partial_symtab *);
-
 /* Add any kind of symbol to a psymbol_allocation_list.  */
 
 extern void add_psymbol_to_list (const char *, int,
@@ -219,6 +217,8 @@ extern struct partial_symtab *start_psymtab_common (struct objfile *,
                                                    struct partial_symbol **,
                                                    struct partial_symbol **);
 
+extern void end_psymtab_common (struct objfile *, struct partial_symtab *);
+
 extern struct partial_symtab *allocate_psymtab (const char *,
                                                struct objfile *)
   ATTRIBUTE_NONNULL (1);
This page took 0.03529 seconds and 4 git commands to generate.