* value.c (value_fn_field): Constify.
authorTom Tromey <tromey@redhat.com>
Wed, 18 May 2011 16:30:37 +0000 (16:30 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 18 May 2011 16:30:37 +0000 (16:30 +0000)
commit1d06ead6876712e45010dae36b8e4745fa3321ea
treef62b4d275fdbd3b21ba54d5e7185bcf47e644cd4
parent5652e397663c31faf0c1bbc4dc4ba6ef8760ae6d
* value.c (value_fn_field): Constify.
* symtab.c (gdb_mangle_name): Constify.
* stabsread.c (update_method_name_from_physname): Make 'physname'
argument const.
* p-typeprint.c (pascal_type_print_method_args): Make arguments
const.  Use explicit fputc_filtered loop.
(pascal_type_print_base): Constify.
* p-lang.h (pascal_type_print_method_args): Update.
* linespec.c (add_matching_methods): Constify.
(add_constructors): Likewise.
* jv-typeprint.c (java_type_print_base): Constify.
* gdbtypes.h (struct cplus_struct_type)
<fn_fieldlist.fn_field.physname>: Now const.
* dwarf2read.c (compute_delayed_physnames): Constify.
(dwarf2_add_member_fn): Likewise.
* c-typeprint.c (c_type_print_base): Constify.  Use cleanups.
gdb/ChangeLog
gdb/c-typeprint.c
gdb/dwarf2read.c
gdb/gdbtypes.h
gdb/jv-typeprint.c
gdb/linespec.c
gdb/p-lang.h
gdb/p-typeprint.c
gdb/stabsread.c
gdb/symtab.c
gdb/value.c
This page took 0.02552 seconds and 4 git commands to generate.