Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / coffgen.c
index 216102ebee76004f859d02170ac90ee965aead51..e208ceee6690da22ce0fbd555019bcf70dc9204a 100644 (file)
@@ -174,6 +174,7 @@ make_a_section_from_file (bfd *abfd,
          if (!bfd_init_section_compress_status (abfd, return_section))
            {
              _bfd_error_handler
+               /* xgettext: c-format */
                (_("%B: unable to initialize compress status for section %s"),
                 abfd, name);
              return FALSE;
@@ -197,6 +198,7 @@ make_a_section_from_file (bfd *abfd,
          if (!bfd_init_section_decompress_status (abfd, return_section))
            {
              _bfd_error_handler
+               /* xgettext: c-format */
                (_("%B: unable to initialize decompress status for section %s"),
                 abfd, name);
              return FALSE;
@@ -1705,6 +1707,7 @@ _bfd_coff_read_string_table (bfd *abfd)
   if (strsize < STRING_SIZE_SIZE)
     {
       _bfd_error_handler
+       /* xgettext: c-format */
        (_("%B: bad string table size %lu"), abfd, (unsigned long) strsize);
       bfd_set_error (bfd_error_bad_value);
       return NULL;
@@ -2134,7 +2137,7 @@ coff_print_symbol (bfd *abfd,
                                 auxp->u.auxent.x_scn.x_comdat);
                      break;
                    }
-                   /* Otherwise fall through.  */
+                 /* Fall through.  */
                case C_EXT:
                case C_AIX_WEAKEXT:
                  if (ISFCN (combined->u.syment.n_type))
@@ -2154,7 +2157,7 @@ coff_print_symbol (bfd *abfd,
                               llnos, next);
                      break;
                    }
-                 /* Otherwise fall through.  */
+                 /* Fall through.  */
                default:
                  fprintf (file, "AUX lnno %d size 0x%x tagndx %ld",
                           auxp->u.auxent.x_sym.x_misc.x_lnsz.x_lnno,
@@ -2953,6 +2956,7 @@ coff_gc_sweep (bfd *abfd ATTRIBUTE_UNUSED, struct bfd_link_info *info)
          o->flags |= SEC_EXCLUDE;
 
          if (info->print_gc_sections && o->size != 0)
+           /* xgettext: c-format */
             _bfd_error_handler (_("Removing unused section '%s' in file '%B'"), sub, o->name);
 
 #if 0
This page took 0.023369 seconds and 4 git commands to generate.