Use %A and %B in more error messages
[deliverable/binutils-gdb.git] / bfd / elf32-m32c.c
index b5e2474bdaebf9783e8678cbd053444250f330ef..1944465aac47062b6a0c613ad3c8db3c6ec97b0c 100644 (file)
@@ -874,8 +874,8 @@ m32c_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_M32C_ALL_FLAGS;
@@ -887,8 +887,9 @@ m32c_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
          error = TRUE;
          _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.026157 seconds and 4 git commands to generate.