summaryrefslogtreecommitdiff
path: root/gdb/solib-pa64.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2011-01-07 17:35:23 +0000
committerMichael Snyder <msnyder@specifix.com>2011-01-07 17:35:23 +0000
commite5585f82b7440dc4e96287f00be6050ca09f51ca (patch)
treea730ce2c7a401a95c13d3968c82bc4d931b47ced /gdb/solib-pa64.c
parent69a1cd8762ef44d74ce707b01e439211400790c9 (diff)
downloadgdb-e5585f82b7440dc4e96287f00be6050ca09f51ca.tar.gz
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/solib-pa64.c')
-rw-r--r--gdb/solib-pa64.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c
index 262682c8b9a..c26fc62ee86 100644
--- a/gdb/solib-pa64.c
+++ b/gdb/solib-pa64.c
@@ -360,10 +360,11 @@ pa64_solib_create_inferior_hook (int from_tty)
/* If the libraries were not mapped private, warn the user. */
if ((dld_cache.dld_flags & DT_HP_DEBUG_PRIVATE) == 0)
warning
- (_("Private mapping of shared library text was not specified\n"
- "by the executable; setting a breakpoint in a shared library which\n"
- "is not privately mapped will not work. See the HP-UX 11i v3 chatr\n"
- "manpage for methods to privately map shared library text."));
+ (_("\
+Private mapping of shared library text was not specified\n\
+by the executable; setting a breakpoint in a shared library which\n\
+is not privately mapped will not work. See the HP-UX 11i v3 chatr\n\
+manpage for methods to privately map shared library text."));
/* Turn on the flags we care about. */
dld_cache.dld_flags |= DT_HP_DEBUG_CALLBACK;