Index: sim/rx/gdb-if.c |
diff --git a/sim/rx/gdb-if.c b/sim/rx/gdb-if.c |
index a9903e502cd811f1778018cb0393ad55eebcb7fe..2e41b0917a634a31016506e97696836e7c6b5990 100644 |
--- a/sim/rx/gdb-if.c |
+++ b/sim/rx/gdb-if.c |
@@ -1,6 +1,6 @@ |
/* gdb-if.c -- sim interface to GDB. |
-Copyright (C) 2008-2012 Free Software Foundation, Inc. |
+Copyright (C) 2008-2013 Free Software Foundation, Inc. |
Contributed by Red Hat, Inc. |
This file is part of the GNU simulators. |
@@ -864,7 +864,7 @@ sim_do_command (SIM_DESC sd, char *cmd) |
} |
char ** |
-sim_complete_command (SIM_DESC sd, char *text, char *word) |
+sim_complete_command (SIM_DESC sd, const char *text, const char *word) |
{ |
return NULL; |
} |