projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92353a
)
commit the Robert's removal of "warning:"
author
Alan Modra
<amodra@gmail.com>
Wed, 2 May 2007 01:22:40 +0000
(
01:22
+0000)
committer
Alan Modra
<amodra@gmail.com>
Wed, 2 May 2007 01:22:40 +0000
(
01:22
+0000)
ld/ldlang.c
patch
|
blob
|
history
diff --git
a/ld/ldlang.c
b/ld/ldlang.c
index 3211681741dc9fe42d43068f4b2028332876ef05..dfaf19bf6b9a37467447c9536855cd0a63f834a4 100644
(file)
--- 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));