PR22374 testcase, function pointer references in .data
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index 93b3cc4b76c860178daa8a7a05fc4acb7ec88712..b1b60eca3c17f4f0949c96d2a4541ac25cd9b658 100644 (file)
@@ -1,5 +1,5 @@
 /* ELF core file support for BFD.
-   Copyright (C) 1995-2015 Free Software Foundation, Inc.
+   Copyright (C) 1995-2017 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -295,10 +295,11 @@ elf_core_file_p (bfd *abfd)
       {
        if ((bfd_size_type) statbuf.st_size < high)
          {
-           (*_bfd_error_handler)
-             (_("Warning: %B is truncated: expected core file "
-                "size >= %lu, found: %lu."),
-              abfd, (unsigned long) high, (unsigned long) statbuf.st_size);
+           _bfd_error_handler
+             /* xgettext:c-format */
+             (_("warning: %B is truncated: expected core file "
+                "size >= %Lu, found: %llu"),
+              abfd, high, (unsigned long long) statbuf.st_size);
          }
       }
   }
This page took 0.023897 seconds and 4 git commands to generate.