diff options
author | Pedro Alves <palves@redhat.com> | 2015-03-09 11:58:19 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-03-20 17:39:08 +0000 |
commit | f6fc92f6711049c0d51cfe7027aa58255ae739b4 (patch) | |
tree | d49b8f93f0d8b434193795e8244280663b46fbba /gdb/ChangeLog | |
parent | c32ed3ef8084f209c8ce2e9e0fecc91560245373 (diff) | |
download | gdb-f6fc92f6711049c0d51cfe7027aa58255ae739b4.zip gdb-f6fc92f6711049c0d51cfe7027aa58255ae739b4.tar.gz gdb-f6fc92f6711049c0d51cfe7027aa58255ae739b4.tar.bz2 |
constify remote-m32r-sdi.c
gdb:
2015-03-20 Pedro Alves <palves@redhat.com>
* remote-m32r-sdi.c (m32r_open): Make "port_str" const.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0e3afc9..b71739e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2015-03-20 Pedro Alves <palves@redhat.com> + * remote-m32r-sdi.c (m32r_open): Make "port_str" const. + +2015-03-20 Pedro Alves <palves@redhat.com> + * nto-tdep.c (nto_find_and_open_solib): Make "endian" const. (nto_init_solib_absolute_prefix): Likewise. |