diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-04-22 12:49:27 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-04-22 12:49:27 +0000 |
commit | 24ec834bce370b45adfbeaf230d92f4dac0f15f7 (patch) | |
tree | 7f0957483d575baa5ac613880f31abe1bc223b48 /gdb/remote-sim.c | |
parent | 34f3e815d13e0381e4908bf49ca2f0b0b9b3b25b (diff) | |
download | gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.zip gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.tar.gz gdb-24ec834bce370b45adfbeaf230d92f4dac0f15f7.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 5602d0a..b49e9c5 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -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.")); } |