* dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
[deliverable/binutils-gdb.git] / gdb / psymtab.h
index 940b537768aeb30c24f6c813196c707810e677b4..4089d462b8cb416d648ab9d599bcd7e032ed060a 100644 (file)
@@ -1,6 +1,6 @@
 /* Public partial symbol table definitions.
 
-   Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -30,8 +30,7 @@ extern struct psymbol_bcache *psymbol_bcache_init (void);
 extern void psymbol_bcache_free (struct psymbol_bcache *);
 extern struct bcache *psymbol_bcache_get_bcache (struct psymbol_bcache *);
 
-void expand_partial_symbol_names (int (*fun) (const struct language_defn *,
-                                             const char *, void *),
+void expand_partial_symbol_names (int (*fun) (const char *, void *),
                                  void *data);
 
 void map_partial_symbol_filenames (symbol_filename_ftype *fun, void *data,
This page took 0.02408 seconds and 4 git commands to generate.