From 72b9f47f1ebefa7618abb0c142811af5b5b823e4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 1 Oct 2010 20:26:11 +0000 Subject: * symfile.h (allocate_symtab): Update. * symfile.c (allocate_symtab): Make 'filename' const. * psymtab.c (add_psymbol_to_bcache): Make 'name' const. (add_psymbol_to_list): Likewise. * psympriv.h (struct partial_symtab) : Now const. (add_psymbol_to_list): Update. * mdebugread.c (new_symtab): Make 'name' const. (psymtab_to_symtab_1): Make 'filename' const. * elfread.c (elfstab_offset_sections): Update. * dwarf2read.c (dwarf_decode_lines): Make 'comp_dir' const. (dwarf2_start_subfile): Make 'dirname' and 'comp_dir' const. (psymtab_include_file_name): Update. * dbxread.c (find_stab_function_addr): Make 'filename' const. * buildsym.h (start_subfile): Update. * buildsym.c (start_subfile): Make arguments const. --- gdb/buildsym.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/buildsym.c') diff --git a/gdb/buildsym.c b/gdb/buildsym.c index e690a0c..4a76e3e 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -523,7 +523,7 @@ make_blockvector (struct objfile *objfile) the directory in which the file was compiled (or NULL if not known). */ void -start_subfile (char *name, char *dirname) +start_subfile (const char *name, const char *dirname) { struct subfile *subfile; -- cgit v1.1