aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-visium.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf32-visium.c')
-rw-r--r--bfd/elf32-visium.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/elf32-visium.c b/bfd/elf32-visium.c
index 2a2e930..e92a99a 100644
--- a/bfd/elf32-visium.c
+++ b/bfd/elf32-visium.c
@@ -814,10 +814,9 @@ visium_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
if (mismatch)
_bfd_error_handler
/* xgettext:c-format */
- (_("%s: compiled %s -mtune=%s and linked with modules"
+ (_("%B: compiled %s -mtune=%s and linked with modules"
" compiled %s -mtune=%s"),
- bfd_get_filename (ibfd), new_opt_with, opt_arch, old_opt_with,
- opt_arch);
+ ibfd, new_opt_with, opt_arch, old_opt_with, opt_arch);
}
return TRUE;