]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* osabi.c (gdbarch_init_osabi): Reformat error message with better
authorJim Blandy <jimb@codesourcery.com>
Sat, 13 Dec 2003 21:41:10 +0000 (21:41 +0000)
committerJim Blandy <jimb@codesourcery.com>
Sat, 13 Dec 2003 21:41:10 +0000 (21:41 +0000)
line breaks.

gdb/ChangeLog
gdb/osabi.c

index 4754377cc8896441330fd2093920cd192acd3e89..dd15edc76e788701aa614697fbfc8f94ac6a2eec 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-13  Jim Blandy  <jimb@redhat.com>
+
+       * osabi.c (gdbarch_init_osabi): Reformat error message with better
+       line breaks.
+
 2003-12-13  Mark Kettenis  <kettenis@gnu.org>
 
        * blockframe.c (inside_main_func): Reformat.  Introduce new local
index 8681170fb9e86cfc5f2bf1d59f1c5fd1d8902df8..4c94c5e698a33ec3efbc23548dac4d2d41691eea 100644 (file)
@@ -347,11 +347,11 @@ gdbarch_init_osabi (struct gdbarch_info info, struct gdbarch *gdbarch)
        }
     }
 
-  warning ("A handler for the OS ABI \"%s\" is not built into this "
-          "configuration of GDB.  "
-          "Attempting to continue with the default %s settings",
-          gdbarch_osabi_name (info.osabi),
-          info.bfd_arch_info->printable_name);
+  warning
+    ("A handler for the OS ABI \"%s\" is not built into this configuration\n"
+     "of GDB.  Attempting to continue with the default %s settings.\n",
+     gdbarch_osabi_name (info.osabi),
+     info.bfd_arch_info->printable_name);
 }
 \f