summaryrefslogtreecommitdiff
path: root/sim/rx
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2013-03-15 17:53:36 +0000
committerSteve Ellcey <sje@cup.hp.com>2013-03-15 17:53:36 +0000
commit4b1602ddf732532c57b33846ecef78be85ad6cef (patch)
tree6065126fe3e8860e1c10c711ad44d97eda3dd604 /sim/rx
parent207b0656c0cffc346c66f9902a5f8383660119ab (diff)
downloadgdb-4b1602ddf732532c57b33846ecef78be85ad6cef.tar.gz
gdb:
2013-03-15 Steve Ellcey <sellcey@mips.com> * remote-sim.c (sim_command_completer): Make char arguments const. include: 2013-03-15 Steve Ellcey <sellcey@mips.com> * gdb/remote-sim.h (sim_command_completer): Make char arguments const. sim: 2013-03-15 Steve Ellcey <sellcey@mips.com> * arm/wrapper.c (sim_complete_command): Make char arguments const. * avr/interp.c (sim_complete_command): Ditto. * common/sim-options.c (sim_complete_command): Ditto. * cr16/interp.c (sim_complete_command): Ditto. * erc32/interf.c (sim_complete_command): Ditto. * m32c/gdb-if.c (sim_complete_command): Ditto. * microblaze/interp.c (sim_complete_command): Ditto. * ppc/sim_calls.c (sim_complete_command): Ditto. * rl78/gdb-if.c (sim_complete_command): Ditto. * rx/gdb-if.c (sim_complete_command): Ditto. * sh/interp.c (sim_complete_command): Ditto.
Diffstat (limited to 'sim/rx')
-rw-r--r--sim/rx/gdb-if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/rx/gdb-if.c b/sim/rx/gdb-if.c
index 248fdcacf82..2e41b0917a6 100644
--- a/sim/rx/gdb-if.c
+++ b/sim/rx/gdb-if.c
@@ -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;
}