* symfile.h (allocate_symtab): Update.
authorTom Tromey <tromey@redhat.com>
Fri, 1 Oct 2010 20:26:11 +0000 (20:26 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 1 Oct 2010 20:26:11 +0000 (20:26 +0000)
commit72b9f47f1ebefa7618abb0c142811af5b5b823e4
treea08f5ac64dba94ee992f0b007c2e1581de7ec237
parent55e3947383a45ec03e48390775fbf2699e640ec5
* 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) <filename, dirname>: 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/ChangeLog
gdb/buildsym.c
gdb/buildsym.h
gdb/dbxread.c
gdb/dwarf2read.c
gdb/elfread.c
gdb/mdebugread.c
gdb/psympriv.h
gdb/psymtab.c
gdb/symfile.c
gdb/symfile.h
This page took 0.053586 seconds and 4 git commands to generate.