aboutsummaryrefslogtreecommitdiff
path: root/gdb/corefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r--gdb/corefile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c
index 9c795b8..a86f4b3 100644
--- a/gdb/corefile.c
+++ b/gdb/corefile.c
@@ -434,7 +434,8 @@ set_gnutarget_command (char *ignore, int from_tty,
/* A completion function for "set gnutarget". */
static VEC (char_ptr) *
-complete_set_gnutarget (struct cmd_list_element *cmd, char *text, char *word)
+complete_set_gnutarget (struct cmd_list_element *cmd,
+ const char *text, const char *word)
{
static const char **bfd_targets;