sim: add sim_complete_command stubs for non-common-using ports
[deliverable/binutils-gdb.git] / sim / rx / gdb-if.c
index ca4116135d8656b81a399d79726ffb28fab0078e..95884f03eb0896b5723f5673b0139d56c21a5e70 100644 (file)
@@ -862,3 +862,9 @@ sim_do_command (SIM_DESC sd, char *cmd)
     printf ("The 'sim' command expects either 'trace' or 'verbose'"
            " as a subcommand.\n");
 }
+
+char **
+sim_complete_command (SIM_DESC sd, char *text, char *word)
+{
+  return NULL;
+}
This page took 0.026129 seconds and 4 git commands to generate.