mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
* ldlang.c (lang_check): Use %P, not %E, in error message.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user