diff options
Diffstat (limited to 'gdb/solib-irix.c')
-rw-r--r-- | gdb/solib-irix.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/solib-irix.c b/gdb/solib-irix.c index 21a8310..f233d4a 100644 --- a/gdb/solib-irix.c +++ b/gdb/solib-irix.c @@ -572,9 +572,9 @@ 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", - lm.pathname_len, name_size); + warning ("current_sos: truncating name of " + "%d characters to only %d characters", + lm.pathname_len, name_size); } target_read_string (lm.pathname_addr, &name_buf, |