aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-01-06 13:26:22 -0700
committerTom Tromey <tom@tromey.com>2019-01-14 17:32:24 -0700
commit05be00a884850c5fe314004c9b91609f480308f6 (patch)
treec1bcd493fc0f23541b2033a42148435f54f13686 /gdb/ChangeLog
parent491adecac48c5960fe29582f5046c015ff92c211 (diff)
downloadfsf-binutils-gdb-05be00a884850c5fe314004c9b91609f480308f6.zip
fsf-binutils-gdb-05be00a884850c5fe314004c9b91609f480308f6.tar.gz
fsf-binutils-gdb-05be00a884850c5fe314004c9b91609f480308f6.tar.bz2
Constify remote_console_output
This constifies the parameter to remote_console_output. gdb/ChangeLog 2019-01-14 Tom Tromey <tom@tromey.com> * remote.c (remote_console_output): Make parameter const.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5f5a2d1..842536d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2019-01-14 Tom Tromey <tom@tromey.com>
+ * remote.c (remote_console_output): Make parameter const.
+
+2019-01-14 Tom Tromey <tom@tromey.com>
+
* target-debug.h (target_debug_print_signals): Constify.
* nto-procfs.c (nto_procfs_target::pass_signals): Update.
* procfs.c (procfs_target::pass_signals): Update.