Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-iq2000.c
index f28e7519bc0edcb35f9177bcb8f4f6f0f0de79a3..1f88726e33f40c87d684147d233225e7333b3007 100644 (file)
@@ -829,8 +829,8 @@ iq2000_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
          error = TRUE;
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("%s: compiled with %s and linked with modules compiled with %s"),
-            bfd_get_filename (ibfd), new_opt, old_opt);
+           (_("%B: compiled with %s and linked with modules compiled with %s"),
+            ibfd, new_opt, old_opt);
        }
 
       new_flags &= ~ EF_IQ2000_ALL_FLAGS;
@@ -843,8 +843,8 @@ iq2000_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
 
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"),
-            bfd_get_filename (ibfd), (long)new_flags, (long)old_flags);
+           (_("%B: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"),
+            ibfd, (long)new_flags, (long)old_flags);
        }
     }
 
This page took 0.022995 seconds and 4 git commands to generate.