aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-05-02 01:22:40 +0000
committerAlan Modra <amodra@gmail.com>2007-05-02 01:22:40 +0000
commit9e7750f2abd3c64e99d9a048958f4fd90acbb8b5 (patch)
tree5dc72990cea11bee6cd6f2f2b81166d07b6991bf /ld
parentd92353a5800e0a5ec609ebf732ea040d3ac0028d (diff)
downloadgdb-9e7750f2abd3c64e99d9a048958f4fd90acbb8b5.zip
gdb-9e7750f2abd3c64e99d9a048958f4fd90acbb8b5.tar.gz
gdb-9e7750f2abd3c64e99d9a048958f4fd90acbb8b5.tar.bz2
commit the Robert's removal of "warning:"
Diffstat (limited to 'ld')
-rw-r--r--ld/ldlang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.c b/ld/ldlang.c
index 3211681..dfaf19b 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));