summaryrefslogtreecommitdiff
path: root/gdb/solib-irix.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-06 09:30:33 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-06 09:30:33 +0000
commitdc1dbdd748005d025bfed664141f94868b4608b9 (patch)
tree06dbefd0c127048dc0cb9821fa46eef6f179560d /gdb/solib-irix.c
parenta1d4eea835dab8b8f372de80a9b9f1d47f4ddc87 (diff)
downloadgdb-dc1dbdd748005d025bfed664141f94868b4608b9.tar.gz
Remove trailing new-line at end of error string
gdb/ChangeLog: * linespec.c (decode_compound, find_method): Remove trailing \n at end of error string. * solib-irix.c (irix_current_sos): Likewise. * varobj.c (uninstall_variable): Likewise.
Diffstat (limited to 'gdb/solib-irix.c')
-rw-r--r--gdb/solib-irix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/solib-irix.c b/gdb/solib-irix.c
index f233d4a3a95..bd577a0a492 100644
--- a/gdb/solib-irix.c
+++ b/gdb/solib-irix.c
@@ -572,8 +572,8 @@ irix_current_sos (void)
if (name_size >= SO_NAME_MAX_PATH_SIZE)
{
name_size = SO_NAME_MAX_PATH_SIZE - 1;
- warning ("current_sos: truncating name of "
- "%d characters to only %d characters",
+ warning (_("current_sos: truncating name of "
+ "%d characters to only %d characters"),
lm.pathname_len, name_size);
}