aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffsolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xcoffsolib.c')
-rw-r--r--gdb/xcoffsolib.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/xcoffsolib.c b/gdb/xcoffsolib.c
index 1b90659..601d89f 100644
--- a/gdb/xcoffsolib.c
+++ b/gdb/xcoffsolib.c
@@ -78,8 +78,8 @@ solib_info (char *args, int from_tty)
/* Skip over the first vmap, it is the main program, always loaded. */
vp = vp->nxt;
- printf_unfiltered ("\
-Text Range Data Range Syms Shared Object Library\n");
+ printf_unfiltered ("Text Range Data Range "
+ "Syms Shared Object Library\n");
for (; vp != NULL; vp = vp->nxt)
{
@@ -173,7 +173,8 @@ Show autoloading of shared library symbols."), _("\
If \"on\", symbols from all shared object libraries will be loaded\n\
automatically when the inferior begins execution, when the dynamic linker\n\
informs gdb that a new library has been loaded, or when attaching to the\n\
-inferior. Otherwise, symbols must be loaded manually, using `sharedlibrary'."),
+inferior. Otherwise, symbols must be loaded manually, using \
+`sharedlibrary'."),
NULL,
NULL, /* FIXME: i18n: */
&setlist, &showlist);