* ldlang.c (lang_check): Use %P, not %E, in error message.

This commit is contained in:
Ian Lance Taylor 2004-02-23 19:41:53 +00:00
parent 81cb7cc959
commit 177b729b44
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
* ldlang.c (lang_check): Use %P, not %E, in error message.
2004-02-23 Nathan Sidwell <nathan@codesourcery.com>
* ldlang.h (struct lang_output_section_state): Change processed

View File

@ -3686,7 +3686,7 @@ lang_check (void)
if (! bfd_merge_private_bfd_data (input_bfd, output_bfd))
{
if (command_line.warn_mismatch)
einfo (_("%E%X: failed to merge target specific data of file %B\n"),
einfo (_("%P%X: failed to merge target specific data of file %B\n"),
input_bfd);
}
if (! command_line.warn_mismatch)