Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / merge.c
index ee57e03cea3f9e7b1329d1952977d8ac2dd0d81f..553de8eae5e2faaf869501e94caf4a033ecc663b 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.
@@ -861,8 +861,8 @@ _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);
+         (_("%B: access beyond end of merged section (%ld)"),
+          sec->owner, (long) offset);
       return secinfo->first_str ? sec->size : 0;
     }
 
This page took 0.022862 seconds and 4 git commands to generate.