Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / coffswap.h
index 018e772f6ff6490476c39812d57d320b9377c928..b7b596375f182b8058092ede13bf78003c5fad0f 100644 (file)
@@ -807,6 +807,7 @@ coff_swap_scnhdr_out (bfd * abfd, void * in, void * out)
       memcpy (buf, scnhdr_int->s_name, sizeof (scnhdr_int->s_name));
       buf[sizeof (scnhdr_int->s_name)] = '\0';
       _bfd_error_handler
+       /* xgettext:c-format */
        (_("%s: warning: %s: line number overflow: 0x%lx > 0xffff"),
         bfd_get_filename (abfd),
         buf, scnhdr_int->s_nlnno);
@@ -821,6 +822,7 @@ coff_swap_scnhdr_out (bfd * abfd, void * in, void * out)
 
       memcpy (buf, scnhdr_int->s_name, sizeof (scnhdr_int->s_name));
       buf[sizeof (scnhdr_int->s_name)] = '\0';
+      /* xgettext:c-format */
       _bfd_error_handler (_("%s: %s: reloc overflow: 0x%lx > 0xffff"),
                          bfd_get_filename (abfd),
                          buf, scnhdr_int->s_nreloc);
This page took 0.023777 seconds and 4 git commands to generate.