commit the Robert's removal of "warning:"

This commit is contained in:
Alan Modra 2007-05-02 01:22:40 +00:00
parent d92353a580
commit 9e7750f2ab

View File

@ -5156,7 +5156,7 @@ lang_check (void)
if (compatible == NULL) if (compatible == NULL)
{ {
if (command_line.warn_mismatch) if (command_line.warn_mismatch)
einfo (_("%P%X: warning: %s architecture of input file `%B'" einfo (_("%P%X: %s architecture of input file `%B'"
" is incompatible with %s output\n"), " is incompatible with %s output\n"),
bfd_printable_name (input_bfd), input_bfd, bfd_printable_name (input_bfd), input_bfd,
bfd_printable_name (output_bfd)); bfd_printable_name (output_bfd));