aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-abi.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2011-01-07 17:35:27 +0000
committerMichael Snyder <msnyder@vmware.com>2011-01-07 17:35:27 +0000
commitac74f77061b2c386a31af52bed258d6800217071 (patch)
tree08726802990a522db8cacde951feeae6b52605dc /gdb/cp-abi.c
parent06e65f441499bad232064278c41555db0dfd7a01 (diff)
downloadgdb-ac74f77061b2c386a31af52bed258d6800217071.zip
gdb-ac74f77061b2c386a31af52bed258d6800217071.tar.gz
gdb-ac74f77061b2c386a31af52bed258d6800217071.tar.bz2
2011-01-07 Michael Snyder <msnyder@vmware.com>
* ax-gdb.c: Adjust some long output strings. * breakpoint.c: Ditto. * charset.c: Ditto. * cp-abi.c: Ditto. * infcall.c: Ditto. * infrun.c: Ditto. * linux-nat.c: Ditto. * solib-pa64.c: Ditto. * solib-som.c: Ditto.
Diffstat (limited to 'gdb/cp-abi.c')
-rw-r--r--gdb/cp-abi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c
index 4f9a062..0c21f91 100644
--- a/gdb/cp-abi.c
+++ b/gdb/cp-abi.c
@@ -309,9 +309,9 @@ _initialize_cp_abi (void)
register_cp_abi (&auto_cp_abi);
switch_to_cp_abi ("auto");
- add_cmd ("cp-abi", class_obscure, set_cp_abi_cmd,
- _("Set the ABI used for inspecting C++ objects.\n\"set cp-abi\" "
- "with no arguments will list the available ABIs."),
+ add_cmd ("cp-abi", class_obscure, set_cp_abi_cmd, _("\
+Set the ABI used for inspecting C++ objects.\n\
+\"set cp-abi\" with no arguments will list the available ABIs."),
&setlist);
add_cmd ("cp-abi", class_obscure, show_cp_abi_cmd,