From: Tom Tromey Date: Sun, 10 Sep 2017 03:52:56 +0000 (-0600) Subject: Constify unwind_command X-Git-Tag: users/ARM/embedded-binutils-master-2017q4~887 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c482f52ccfbd5609aef5482fb0872545bdcabaf2;p=thirdparty%2Fbinutils-gdb.git Constify unwind_command gdb/ChangeLog 2017-09-27 Tom Tromey * hppa-tdep.c (unwind_command): Constify. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e67d380b6c9..acdd73a502b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-09-27 Tom Tromey + + * hppa-tdep.c (unwind_command): Constify. + 2017-09-27 Tom Tromey * target-descriptions.c (unset_tdesc_filename_cmd) diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 1a04588411d..141399f6a39 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -2572,7 +2572,7 @@ hppa_lookup_stub_minimal_symbol (const char *name, } static void -unwind_command (char *exp, int from_tty) +unwind_command (const char *exp, int from_tty) { CORE_ADDR address; struct unwind_table_entry *u;