diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index cf128ba1d8..5317b9966f 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,7 @@ +2011-06-01 Joel Brobecker + + * interf.c (sim_complete_command): New stub function. + 2011-01-11 Andrew Burgess * interf.c (sim_store_register): Update return value to diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c index d81511a06d..7ee4dee395 100644 --- a/sim/erc32/interf.c +++ b/sim/erc32/interf.c @@ -481,6 +481,12 @@ sim_do_command(sd, cmd) exec_cmd(&sregs, cmd); } +char ** +sim_complete_command (SIM_DESC sd, char *text, char *word) +{ + return NULL; +} + #if 0 /* FIXME: These shouldn't exist. */ int