* ax-gdb.c (gen_printf): Make FORMAT const.
[deliverable/binutils-gdb.git] / gdb / ax.h
index 1c36125f65a273e4b46fbeacdbd065a5ab7259fd..32887efeeb4b073253e6b0eba2e7ac4b5ebb131b 100644 (file)
--- a/gdb/ax.h
+++ b/gdb/ax.h
@@ -221,7 +221,7 @@ extern void ax_reg_mask (struct agent_expr *ax, int reg);
 extern void ax_tsv (struct agent_expr *expr, enum agent_op op, int num);
 
 /* Append a string to the bytecode stream.  */
-extern void ax_string (struct agent_expr *x, char *str, int slen);
+extern void ax_string (struct agent_expr *x, const char *str, int slen);
 \f
 
 /* Functions for printing out expressions, and otherwise debugging
This page took 0.024089 seconds and 4 git commands to generate.