diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-21 18:03:08 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-21 18:03:08 +0000 |
commit | 9d2ceabe7fb356a5905dec679f87a40f4e5a896a (patch) | |
tree | 010ff8d7a62c284f5aa0721b9c63e125e0bf1a6e /gdb/ChangeLog | |
parent | cfc594ee569f473094855682e5b2ec2738b0cf67 (diff) | |
download | gdb-9d2ceabe7fb356a5905dec679f87a40f4e5a896a.zip gdb-9d2ceabe7fb356a5905dec679f87a40f4e5a896a.tar.gz gdb-9d2ceabe7fb356a5905dec679f87a40f4e5a896a.tar.bz2 |
* symtab.c (struct demangled_name_entry) <mangled>: Now const.
(symbol_set_names): Remove casts. Handle field const-ness.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e63d10e..6a15e40 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-01-21 Tom Tromey <tromey@redhat.com> + * symtab.c (struct demangled_name_entry) <mangled>: Now const. + (symbol_set_names): Remove casts. Handle field const-ness. + +2013-01-21 Tom Tromey <tromey@redhat.com> + * dwarf2read.c (new_symbol_full): Remove cast. * symtab.c (symbol_set_demangled_name): Make 'name' const. * symtab.h (symbol_set_demangled_name): Update. |