diff options
author | Jim Blandy <jimb@codesourcery.com> | 2003-12-13 21:41:10 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2003-12-13 21:41:10 +0000 |
commit | e481341f063d8f9825b49298767a72a6e9448f7a (patch) | |
tree | 0930c65fc09c01e4fc8e6fe9bd73c8d94e7144df /gdb/osabi.c | |
parent | 1b3bb3d0324b5b684e494279279a34b5f81abe56 (diff) | |
download | gdb-e481341f063d8f9825b49298767a72a6e9448f7a.zip gdb-e481341f063d8f9825b49298767a72a6e9448f7a.tar.gz gdb-e481341f063d8f9825b49298767a72a6e9448f7a.tar.bz2 |
* osabi.c (gdbarch_init_osabi): Reformat error message with better
line breaks.
Diffstat (limited to 'gdb/osabi.c')
-rw-r--r-- | gdb/osabi.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/osabi.c b/gdb/osabi.c index 8681170..4c94c5e 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); } |