Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / rs6000-tdep.c
index e3e659ebba24636d2ea51caa7d9ed674804f3c1c..6c449959573fe090c5fd88da9101aba3f3913c95 100644 (file)
@@ -6634,7 +6634,7 @@ show_powerpc_command (const char *args, int from_tty)
 }
 
 static void
-powerpc_set_soft_float (char *args, int from_tty,
+powerpc_set_soft_float (const char *args, int from_tty,
                        struct cmd_list_element *c)
 {
   struct gdbarch_info info;
@@ -6646,7 +6646,7 @@ powerpc_set_soft_float (char *args, int from_tty,
 }
 
 static void
-powerpc_set_vector_abi (char *args, int from_tty,
+powerpc_set_vector_abi (const char *args, int from_tty,
                        struct cmd_list_element *c)
 {
   struct gdbarch_info info;
This page took 0.024745 seconds and 4 git commands to generate.