From: Alan Modra Date: Wed, 2 May 2007 01:22:40 +0000 (+0000) Subject: commit the Robert's removal of "warning:" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e7750f2abd3c64e99d9a048958f4fd90acbb8b5;p=binutils-gdb.git commit the Robert's removal of "warning:" --- diff --git a/ld/ldlang.c b/ld/ldlang.c index 3211681741d..dfaf19bf6b9 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -5156,7 +5156,7 @@ lang_check (void) if (compatible == NULL) { 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"), bfd_printable_name (input_bfd), input_bfd, bfd_printable_name (output_bfd));