* dbxread.c (process_one_symbol): Constify section_offsets parameter.
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index 071552ea1dfc703f5d3f1567a2d0ff547fd9e221..003fda518ecbc10cb3a5a4cb09ed1753d0be1c9e 100644 (file)
@@ -1,6 +1,5 @@
 /* Include file for stabs debugging format support functions.
-   Copyright (C) 1986-1997, 1999-2003, 2007-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -129,7 +128,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,8 +160,9 @@ 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,
-                                          char **include_list,
+extern struct partial_symtab *end_psymtab (struct objfile *objfile,
+                                          struct partial_symtab *pst,
+                                          const char **include_list,
                                           int num_includes,
                                           int capping_symbol_offset,
                                           CORE_ADDR capping_text,
@@ -172,7 +172,8 @@ extern struct partial_symtab *end_psymtab (struct partial_symtab *pst,
                                           int textlow_not_set);
 
 extern void process_one_symbol (int, int, CORE_ADDR, char *,
-                               struct section_offsets *, struct objfile *);
+                               const struct section_offsets *,
+                               struct objfile *);
 
 extern void elfstab_build_psymtabs (struct objfile *objfile,
                                    asection *stabsect,
This page took 0.025602 seconds and 4 git commands to generate.