mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 05:48:20 +08:00
* remote-st.c (_initialize_remote_st2000): Remove the extraneous
"<command>" string from the call to add_com. * remote-sim.c (_initialize_remote_sim): Ditto. * remote-utils.c (_initialize_sr_support): Ditto. * remote-mips.c (_initialize_remote_mips): Ditto.
This commit is contained in:
@ -891,6 +891,6 @@ _initialize_remote_sim (void)
|
||||
init_gdbsim_ops ();
|
||||
add_target (&gdbsim_ops);
|
||||
|
||||
add_com ("sim <command>", class_obscure, simulator_command,
|
||||
add_com ("sim", class_obscure, simulator_command,
|
||||
_("Send a command to the simulator."));
|
||||
}
|
||||
|
Reference in New Issue
Block a user