daily update
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index 92523a9a9a060d820950d2e682ec7326b78b300d..e4332bc9b09c8611e1dc000d10ac796d91776d3d 100644 (file)
@@ -1,7 +1,6 @@
 /* Include file for stabs debugging format support functions.
-   Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
-   1996, 1997, 1999, 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1986-1997, 1999-2003, 2007-2012 Free Software
+   Foundation, Inc.
 
    This file is part of GDB.
 
@@ -130,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);
 
@@ -163,7 +162,7 @@ struct stab_section_list
    they are only used by some stabs readers.  */
 
 extern struct partial_symtab *end_psymtab (struct partial_symtab *pst,
-                                          char **include_list,
+                                          const char **include_list,
                                           int num_includes,
                                           int capping_symbol_offset,
                                           CORE_ADDR capping_text,
This page took 0.024699 seconds and 4 git commands to generate.