summaryrefslogtreecommitdiff
path: root/gdb/osabi.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-12-13 21:41:10 +0000
committerJim Blandy <jimb@codesourcery.com>2003-12-13 21:41:10 +0000
commitd5cfc3328a675f575811325bfdd414331303d7a8 (patch)
treeb348b7fb93264fbc3ea85ecbfd7f363efb5a702a /gdb/osabi.c
parentcd9278ee3e98214f09f930b757f8c95292aa8ea9 (diff)
downloadgdb-d5cfc3328a675f575811325bfdd414331303d7a8.tar.gz
* osabi.c (gdbarch_init_osabi): Reformat error message with better
line breaks.
Diffstat (limited to 'gdb/osabi.c')
-rw-r--r--gdb/osabi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/osabi.c b/gdb/osabi.c
index 8681170fb9e..4c94c5e698a 100644
--- a/gdb/osabi.c
+++ b/gdb/osabi.c
@@ -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);
}