* ldlang.c (lang_check): Error on architecture mismatch.

This commit is contained in:
Alan Modra 2007-05-01 13:35:34 +00:00
parent 9344ff2951
commit 79ac49f00d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-05-01 Robert Millan <rmh@aybabtu.com>
* ldlang.c (lang_check): Error on architecture mismatch.
2007-04-30 Alan Modra <amodra@bigpond.net.au>
* ldmain.c (link_callbacks): Init info and minfo fields.

View File

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