sim: add sim_complete_command stubs for non-common-using ports
[deliverable/binutils-gdb.git] / sim / m32c / gdb-if.c
index 7da441655ae351686742ec38d3f73f92099f631f..23f378fd83fff70a8ea156b6190e2f35422f4198 100644 (file)
@@ -703,3 +703,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.0241479999999999 seconds and 4 git commands to generate.