mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
* ldlang.c (lang_check): Use %P, not %E, in error message.
This commit is contained in:
@ -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>
|
2004-02-23 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
* ldlang.h (struct lang_output_section_state): Change processed
|
* ldlang.h (struct lang_output_section_state): Change processed
|
||||||
|
@ -3686,7 +3686,7 @@ lang_check (void)
|
|||||||
if (! bfd_merge_private_bfd_data (input_bfd, output_bfd))
|
if (! bfd_merge_private_bfd_data (input_bfd, output_bfd))
|
||||||
{
|
{
|
||||||
if (command_line.warn_mismatch)
|
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);
|
input_bfd);
|
||||||
}
|
}
|
||||||
if (! command_line.warn_mismatch)
|
if (! command_line.warn_mismatch)
|
||||||
|
Reference in New Issue
Block a user