diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-14 17:58:53 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-08-14 17:58:53 +0000 |
commit | dc473cfbf9dc7c7b05c7f27c8e65d5f34bc5ed44 (patch) | |
tree | 7d5333cacd8c53098472cb91ea79dba17c11dec2 /gdb/ChangeLog | |
parent | 85ec6ce7d58c48d6474981c428a4f0d92e447173 (diff) | |
download | gdb-dc473cfbf9dc7c7b05c7f27c8e65d5f34bc5ed44.zip gdb-dc473cfbf9dc7c7b05c7f27c8e65d5f34bc5ed44.tar.gz gdb-dc473cfbf9dc7c7b05c7f27c8e65d5f34bc5ed44.tar.bz2 |
make remote_protocol_features "const"
This is a trivial patch to make remote_protocol_features "const".
* remote.c (remote_protocol_features): Now 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 bde9c2d..c3c28d5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2013-08-14 Tom Tromey <tromey@redhat.com> + * remote.c (remote_protocol_features): Now const. + +2013-08-14 Tom Tromey <tromey@redhat.com> + * remote.c (crc32_table, crc32): Remove. (remote_verify_memory): Use xcrc32. |