diff options
author | Tom Tromey <tromey@redhat.com> | 2014-07-21 16:49:09 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-07-24 11:30:02 -0600 |
commit | 0d5f0dbeb03bab0ce02bf9a4e61d298ad7f1c9bb (patch) | |
tree | 4cf74360b616b4552a9ffad698137cf43e1a7701 /gdb/ChangeLog | |
parent | 41c77899672db7a30d09d2e68524f0eb3faf937b (diff) | |
download | gdb-0d5f0dbeb03bab0ce02bf9a4e61d298ad7f1c9bb.zip gdb-0d5f0dbeb03bab0ce02bf9a4e61d298ad7f1c9bb.tar.gz gdb-0d5f0dbeb03bab0ce02bf9a4e61d298ad7f1c9bb.tar.bz2 |
constify inf_child_open_target
This constifies an argument to inf_child_open_target.
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.
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. |