diff options
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 b7d0739..3f8d055 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 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. + +2014-07-24 Tom Tromey <tromey@redhat.com> + * environ.c (unset_in_environ): Make "var" const. * environ.h (unset_in_environ): Update. |