diff options
Diffstat (limited to 'bfd/elf32-rx.c')
-rw-r--r-- | bfd/elf32-rx.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/elf32-rx.c b/bfd/elf32-rx.c index c09fd9f..bb2b307 100644 --- a/bfd/elf32-rx.c +++ b/bfd/elf32-rx.c @@ -3142,8 +3142,9 @@ rx_elf_merge_private_bfd_data (bfd * ibfd, struct bfd_link_info *info) } else { - _bfd_error_handler (_("There is a conflict merging the ELF header flags from %s"), - bfd_get_filename (ibfd)); + _bfd_error_handler (_("There is a conflict merging the" + " ELF header flags from %B"), + ibfd); _bfd_error_handler (_(" the input file's flags: %s"), describe_flags (new_flags)); _bfd_error_handler (_(" the output file's flags: %s"), |