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 e67d380b6c9fbe682970817e7e2f60388843da9f..acdd73a502ba7b887cdf5d740b406671328439c1 100644 (file)
@@ -1,3 +1,7 @@
+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)
index 1a04588411d185b061b45f6efacc88864fcca33c..141399f6a391f2286d19840fba02496ab445fc76 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;
This page took 0.046202 seconds and 4 git commands to generate.