aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-07-13 20:52:52 +0000
committerTom Tromey <tromey@redhat.com>2010-07-13 20:52:52 +0000
commitdd78685836dcecb25b85b2166b2b5c04b54cdd14 (patch)
tree40e6283bbd9d66cc25accb88778721396c8972dd /gdb/symfile.h
parent9291a0cd80ce4d50cbe531a872b7b00e3e67e3c9 (diff)
downloadgdb-dd78685836dcecb25b85b2166b2b5c04b54cdd14.zip
gdb-dd78685836dcecb25b85b2166b2b5c04b54cdd14.tar.gz
gdb-dd78685836dcecb25b85b2166b2b5c04b54cdd14.tar.bz2
* symfile.c (set_initial_language): Update.
(deduce_language_from_filename): Argument type now const. * symtab.h (find_main_filename): Update. (deduce_language_from_filename): Update. * symtab.c (find_main_filename): Make result const. * dwarf2read.c (dw2_find_symbol_file): Change return type. * psymtab.c (find_symbol_file_from_partial): Change return type. * symfile.h (struct quick_symbol_functions) <find_symbol_file>: Make result const.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index d0fbb65..5815354 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -210,7 +210,7 @@ struct quick_symbol_functions
/* Return the file name of the file holding the symbol in OBJFILE
named NAME. If no such symbol exists in OBJFILE, return NULL. */
- char *(*find_symbol_file) (struct objfile *objfile, const char *name);
+ const char *(*find_symbol_file) (struct objfile *objfile, const char *name);
/* This method is specific to Ada. It walks the partial symbol
tables of OBJFILE looking for a name match. WILD_MATCH and