Update comment for struct type's length field, introduce type_length_units
[deliverable/binutils-gdb.git] / gdb / psymtab.h
index 4d7f6d6d8f75db59da6a6dad67730e54ab4b1512..576f4612dd5eb4888501f0d02fcfe409433ec22d 100644 (file)
@@ -1,6 +1,6 @@
 /* Public partial symbol table definitions.
 
-   Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -30,11 +30,6 @@ 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 char *, void *),
-                                 void *data);
-
-void map_partial_symbol_filenames (symbol_filename_ftype *fun, void *data);
-
 extern const struct quick_symbol_functions psym_functions;
 
 extern const struct quick_symbol_functions dwarf2_gdb_index_functions;
This page took 0.02648 seconds and 4 git commands to generate.