diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3f8d055..aaa3307 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2014-07-24 Tom Tromey <tromey@redhat.com> + * maint.c (match_bfd_flags): Make "string" const. + (print_bfd_section_info): Remove casts. + (print_objfile_section_info): Make "string" const. + +2014-07-24 Tom Tromey <tromey@redhat.com> + * inf-child.c (inf_child_open_target): Make "arg" const. * inf-child.h (inf_child_open_target): Update. |