Constify add_info
[deliverable/binutils-gdb.git] / gdb / auxv.c
index 95cbeecd797bf33385bc69d0d539fe53b67810e5..dfba94b4e1e0e0c4e8a9b093d075e3d4844023d0 100644 (file)
@@ -552,7 +552,7 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
 }
 
 static void
-info_auxv_command (char *cmd, int from_tty)
+info_auxv_command (const char *cmd, int from_tty)
 {
   if (! target_has_stack)
     error (_("The program has no auxiliary information now."));
This page took 0.026514 seconds and 4 git commands to generate.