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