Constify dump_arc_instruction_command
authorTom Tromey <tom@tromey.com>
Sun, 10 Sep 2017 02:59:14 +0000 (20:59 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:18 +0000 (08:44 -0600)
gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* arc-tdep.c (dump_arc_instruction_command): Constify.

gdb/ChangeLog
gdb/arc-tdep.c

index fa84567586698af1529662c585b9ec57470a479a..11c20d8a0805df6286579f95cd489420137dd6b8 100644 (file)
@@ -1,3 +1,7 @@
+2017-09-27  Tom Tromey  <tom@tromey.com>
+
+       * arc-tdep.c (dump_arc_instruction_command): Constify.
+
 2017-09-27  Tom Tromey  <tom@tromey.com>
 
        * valprint.c (set_radix, show_radix): Constify.
index 31c7b569e9ed2988cf9931c757513db64e702781..1d05c5a20f3c4abe1dd4b11aa723b217568fb5ec 100644 (file)
@@ -2119,7 +2119,7 @@ maintenance_print_arc_command (char *args, int from_tty)
    disassemble.  */
 
 static void
-dump_arc_instruction_command (char *args, int from_tty)
+dump_arc_instruction_command (const char *args, int from_tty)
 {
   struct value *val;
   if (args != NULL && strlen (args) > 0)
This page took 0.033488 seconds and 4 git commands to generate.