From e481341f063d8f9825b49298767a72a6e9448f7a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 13 Dec 2003 21:41:10 +0000 Subject: [PATCH] * osabi.c (gdbarch_init_osabi): Reformat error message with better line breaks. --- gdb/ChangeLog | 5 +++++ gdb/osabi.c | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4754377cc8..dd15edc76e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-12-13 Jim Blandy + + * osabi.c (gdbarch_init_osabi): Reformat error message with better + line breaks. + 2003-12-13 Mark Kettenis * blockframe.c (inside_main_func): Reformat. Introduce new local diff --git a/gdb/osabi.c b/gdb/osabi.c index 8681170fb9..4c94c5e698 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); }