Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / merge.c
index 23e1e624b53e88cd12bb30db1975fc65f79fd01c..3cddeff51ee5a1a19bdd5275afac3cf02f618e57 100644 (file)
@@ -1,5 +1,5 @@
 /* SEC_MERGE support.
-   Copyright (C) 2001-2016 Free Software Foundation, Inc.
+   Copyright (C) 2001-2017 Free Software Foundation, Inc.
    Written by Jakub Jelinek <jakub@redhat.com>.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -860,6 +860,7 @@ _bfd_merged_section_offset (bfd *output_bfd ATTRIBUTE_UNUSED, asection **psec,
     {
       if (offset > sec->rawsize)
        _bfd_error_handler
+         /* xgettext:c-format */
          (_("%s: access beyond end of merged section (%ld)"),
           bfd_get_filename (sec->owner), (long) offset);
       return secinfo->first_str ? sec->size : 0;
This page took 0.0245069999999999 seconds and 4 git commands to generate.