2011-01-05 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / solib-irix.c
index 21a831091c54589708da06d0371f931385f6450a..f233d4a3a95376d1db4e6f54372fb5dc979aa8fe 100644 (file)
@@ -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,
This page took 0.025352 seconds and 4 git commands to generate.