(lookup_global_symbol_from_objfile): Simplify.
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index 2bf3c4685faf7059723b0f4e7f724fd707d14cc8..df8f926734413aac1666cce5b5aa912e9e8d8a47 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-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -173,7 +172,8 @@ extern struct partial_symtab *end_psymtab (struct objfile *objfile,
                                           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.027748 seconds and 4 git commands to generate.