[GOLD] Fix powerpc64 optimization of TOC accesses
[deliverable/binutils-gdb.git] / gdb / command.h
index 3a6c58961ad34e59148201448fed9cf17880797c..32ee73af62c88f97f3a012a9537581b733e61b7a 100644 (file)
@@ -165,7 +165,7 @@ extern struct cmd_list_element *add_alias_cmd (const char *,
 
 
 extern struct cmd_list_element *add_prefix_cmd (const char *, enum command_class,
-                                               cmd_cfunc_ftype *fun,
+                                               cmd_const_cfunc_ftype *fun,
                                                const char *,
                                                struct cmd_list_element **,
                                                const char *, int,
@@ -459,7 +459,7 @@ extern scoped_restore_tmpl<int> prevent_dont_repeat (void);
    function field NULL, the command is interpreted as a help topic, or
    as a class of commands.  */
 
-extern void not_just_help_class_command (char *, int);
+extern void not_just_help_class_command (const char *, int);
 
 /* Check function pointer.  */
 extern int cmd_func_p (struct cmd_list_element *cmd);
This page took 0.049407 seconds and 4 git commands to generate.