sim: cr16: add sim_complete_command stub
authorMike Frysinger <vapier@gentoo.org>
Thu, 30 Aug 2012 06:09:45 +0000 (06:09 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 30 Aug 2012 06:09:45 +0000 (06:09 +0000)
sim/cr16/ChangeLog
sim/cr16/interp.c

index ca3f5b1..094d54c 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-28  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
+
+       * interp.c (sim_complete_command): New stub function.
+
 2012-06-17  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Include config.h first.  Also include stdlib.h and
index 606a161..1207906 100644 (file)
@@ -1548,6 +1548,11 @@ sim_store_register (sd, rn, memory, length)
   return size;
 }
 
+char **
+sim_complete_command (SIM_DESC sd, char *text, char *word)
+{
+  return NULL;
+}
 
 void
 sim_do_command (sd, cmd)