Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / coff-rs6000.c
index f3e3b18dcefe4be36524ae87d79a6742cd6641eb..511f0c1695b8f97984d061418831e56b466cfc5d 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for IBM RS/6000 "XCOFF" files.
-   Copyright (C) 1990-2016 Free Software Foundation, Inc.
+   Copyright (C) 1990-2017 Free Software Foundation, Inc.
    Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
    Archive support from Damon A. Permezel.
    Contributed by IBM Corporation and Cygnus Support.
@@ -2737,6 +2737,7 @@ xcoff_reloc_type_fail (bfd *input_bfd,
                        bfd_byte *contents ATTRIBUTE_UNUSED)
 {
   _bfd_error_handler
+    /* xgettext: c-format */
     (_("%s: unsupported relocation type 0x%02x"),
      bfd_get_filename (input_bfd), (unsigned int) rel->r_type);
   bfd_set_error (bfd_error_bad_value);
@@ -2822,6 +2823,7 @@ xcoff_reloc_type_toc (bfd *input_bfd,
       if (h->toc_section == NULL)
        {
          _bfd_error_handler
+           /* xgettext: c-format */
            (_("%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"),
             bfd_get_filename (input_bfd), rel->r_vaddr,
             h->root.root.string);
@@ -3568,6 +3570,7 @@ xcoff_create_csect_from_smclas (bfd *abfd,
   else
     {
       _bfd_error_handler
+       /* xgettext: c-format */
        (_("%B: symbol `%s' has unrecognized smclas %d"),
         abfd, symbol_name, aux->x_csect.x_smclas);
       bfd_set_error (bfd_error_bad_value);
This page took 0.023386 seconds and 4 git commands to generate.