diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-01-07 17:35:27 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-01-07 17:35:27 +0000 |
commit | ac74f77061b2c386a31af52bed258d6800217071 (patch) | |
tree | 08726802990a522db8cacde951feeae6b52605dc /gdb/solib-pa64.c | |
parent | 06e65f441499bad232064278c41555db0dfd7a01 (diff) | |
download | gdb-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/solib-pa64.c')
-rw-r--r-- | gdb/solib-pa64.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c index 262682c..c26fc62 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; |