Add c-format tags to translatable strings with more than one argument-using formattin...
[deliverable/binutils-gdb.git] / bfd / coff-tic4x.c
index 4f86b5ee189d23b50fff7c4004f8a9ff2fc28644..2a7dc8627b19e20aaef85bb708bd589aae3eff55 100644 (file)
@@ -223,6 +223,7 @@ tic4x_reloc_processing (arelent *relent,
       if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
         {
          _bfd_error_handler
+           /* xgettext: c-format */
             (_("%s: warning: illegal symbol index %ld in relocs"),
              bfd_get_filename (abfd), reloc->r_symndx);
           relent->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
This page took 0.038437 seconds and 4 git commands to generate.