diff options
author | Tom Tromey <tromey@redhat.com> | 2014-07-21 17:01:55 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-07-24 11:30:02 -0600 |
commit | baa336ce7b5d6e56bd52d7493c3f77b0953a7f18 (patch) | |
tree | f56b3f9f362650d0e132c9be5edec87b9ad7555a /gdb/ChangeLog | |
parent | 5a19e2d0fe40c852ea1ccc46c596764bb35d4d7d (diff) | |
download | gdb-baa336ce7b5d6e56bd52d7493c3f77b0953a7f18.zip gdb-baa336ce7b5d6e56bd52d7493c3f77b0953a7f18.tar.gz gdb-baa336ce7b5d6e56bd52d7493c3f77b0953a7f18.tar.bz2 |
constify remote.c
This does some more constification in remote.c.
2014-07-24 Tom Tromey <tromey@redhat.com>
* remote.c (remote_serial_open, print_packet, putpkt)
(putpkt_binary): Constify.
* remote.h (putpkt): Update.
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 f6c7022..944c245 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2014-07-24 Tom Tromey <tromey@redhat.com> + * remote.c (remote_serial_open, print_packet, putpkt) + (putpkt_binary): Constify. + * remote.h (putpkt): Update. + +2014-07-24 Tom Tromey <tromey@redhat.com> + * monitor.c (monitor_open): Make "args" const. * monitor.h (monitor_open): Update. |