* PATCH: reformat warning message in gdbarch_init_osabi
@ 2003-12-13 21:41 Jim Blandy
0 siblings, 0 replies; only message in thread
From: Jim Blandy @ 2003-12-13 21:41 UTC (permalink / raw)
To: gdb-patches
2003-12-13 Jim Blandy <jimb@redhat.com>
* osabi.c (gdbarch_init_osabi): Reformat error message with better
line breaks.
Index: gdb/osabi.c
===================================================================
RCS file: /cvs/src/src/gdb/osabi.c,v
retrieving revision 1.23
diff -c -r1.23 osabi.c
*** gdb/osabi.c 27 Nov 2003 12:43:36 -0000 1.23
--- gdb/osabi.c 13 Dec 2003 21:39:23 -0000
***************
*** 347,357 ****
}
}
! 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);
}
\f
--- 347,357 ----
}
}
! 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-12-13 21:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-13 21:41 PATCH: reformat warning message in gdbarch_init_osabi Jim Blandy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox