Constify unwind_command
authorTom Tromey <tom@tromey.com>
Sun, 10 Sep 2017 03:52:56 +0000 (21:52 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:42 +0000 (08:44 -0600)
gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* hppa-tdep.c (unwind_command): Constify.

gdb/ChangeLog
gdb/hppa-tdep.c

index e67d380..acdd73a 100644 (file)
@@ -1,5 +1,9 @@
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
+       * hppa-tdep.c (unwind_command): Constify.
+
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
        * target-descriptions.c (unset_tdesc_filename_cmd)
        (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
        Constify.
index 1a04588..141399f 100644 (file)
@@ -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;