From 24ec834bce370b45adfbeaf230d92f4dac0f15f7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Apr 2005 12:49:27 +0000 Subject: * remote-st.c (_initialize_remote_st2000): Remove the extraneous "" 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. --- gdb/ChangeLog | 11 +++++++++++ gdb/remote-mips.c | 2 +- gdb/remote-sim.c | 2 +- gdb/remote-st.c | 2 +- gdb/remote-utils.c | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e8845b6bcc..05beb2a1b5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2005-04-22 Eli Zaretskii + + * remote-st.c (_initialize_remote_st2000): Remove the extraneous + "" 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. + 2005-04-21 David S. Miller * sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function. diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 8c4035bebe..790b23ea83 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -3416,7 +3416,7 @@ When enabled, monitor warnings about hardware breakpoints will be displayed."), NULL, /* FIXME: i18n: */ &setlist, &showlist); - add_com ("pmon ", class_obscure, pmon_command, + add_com ("pmon", class_obscure, pmon_command, _("Send a packet to PMON (must be in debug mode).")); add_setshow_boolean_cmd ("mask-address", no_class, &mask_address_p, _("\ diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 5602d0a544..b49e9c57f7 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 ", class_obscure, simulator_command, + add_com ("sim", class_obscure, simulator_command, _("Send a command to the simulator.")); } diff --git a/gdb/remote-st.c b/gdb/remote-st.c index 24ae98908b..e90cbc37a0 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -796,7 +796,7 @@ _initialize_remote_st2000 (void) { init_st2000_ops (); add_target (&st2000_ops); - add_com ("st2000 ", class_obscure, st2000_command, + add_com ("st2000", class_obscure, st2000_command, _("Send a command to the STDBUG monitor.")); add_com ("connect", class_obscure, connect_command, _("\ Connect the terminal directly up to the STDBUG command monitor.\n\ diff --git a/gdb/remote-utils.c b/gdb/remote-utils.c index 65e4f498f0..b68ef80e24 100644 --- a/gdb/remote-utils.c +++ b/gdb/remote-utils.c @@ -604,7 +604,7 @@ This device is used as the serial port when debugging using remote targets."), NULL, /* FIXME: i18n: */ &setlist, &showlist); - add_com ("remote ", class_obscure, sr_com, + add_com ("remote", class_obscure, sr_com, _("Send a command to the remote monitor.")); } -- cgit v1.2.1