Add c-format tags to translatable strings with more than one argument-using formattin...
[deliverable/binutils-gdb.git] / bfd / elf32-or1k.c
index e9cd23226e6a869d6c2552148a2e55deb64aa9a7..df2bf03fb26436f9b246159b9ba4ebec0d9c1563 100644 (file)
@@ -740,6 +740,7 @@ or1k_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED,
   r_type = ELF32_R_TYPE (dst->r_info);
   if (r_type >= (unsigned int) R_OR1K_max)
     {
+      /* xgettext:c-format */
       _bfd_error_handler (_("%B: invalid OR1K reloc number: %d"), abfd, r_type);
       r_type = 0;
     }
@@ -1643,6 +1644,7 @@ or1k_elf_check_relocs (bfd *abfd,
                                    name + 5) != 0)
                       {
                        _bfd_error_handler
+                         /* xgettext:c-format */
                           (_("%B: bad relocation section name `%s\'"),
                            abfd, name);
                       }
This page took 0.036141 seconds and 4 git commands to generate.