Add c-format tags to translatable strings with more than one argument-using formattin...
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index 6b46ab739db12949c98cdd5f63f86c6cfeafa1f4..5c942bd9c92e543b861614a8cc731e0c8d4e8a2b 100644 (file)
@@ -960,6 +960,7 @@ _bfd_ecoff_slurp_symbol_table (bfd *abfd)
     {
       bfd_get_symcount (abfd) = internal_ptr - internal;
       _bfd_error_handler
+       /* xgettext:c-format */
        (_("%B: warning: isymMax (%ld) is greater than ifdMax (%d)\n"),
         abfd, ecoff_data (abfd)->debug_info.symbolic_header.isymMax,
         ecoff_data (abfd)->debug_info.symbolic_header.ifdMax);
@@ -1536,6 +1537,7 @@ _bfd_ecoff_print_symbol (bfd *abfd,
                if (ECOFF_IS_STAB (&ecoff_ext.asym))
                  ;
                else if (ecoffsymbol (symbol)->local)
+                 /* xgettext:c-format */
                  fprintf (file, _("\n      End+1 symbol: %-7ld   Type:  %s"),
                           ((long)
                            (AUX_GET_ISYM (bigendian,
This page took 0.024606 seconds and 4 git commands to generate.