Move target object files to target subdirectory
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index 29b9ce4856b98898ce5c7290f40e56f11d74a0e3..b1b60eca3c17f4f0949c96d2a4541ac25cd9b658 100644 (file)
@@ -1,5 +1,5 @@
 /* ELF core file support for BFD.
-   Copyright (C) 1995-2016 Free Software Foundation, Inc.
+   Copyright (C) 1995-2017 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -297,9 +297,9 @@ elf_core_file_p (bfd *abfd)
          {
            _bfd_error_handler
              /* xgettext:c-format */
-             (_("Warning: %B is truncated: expected core file "
-                "size >= %lu, found: %lu."),
-              abfd, (unsigned long) high, (unsigned long) statbuf.st_size);
+             (_("warning: %B is truncated: expected core file "
+                "size >= %Lu, found: %llu"),
+              abfd, high, (unsigned long long) statbuf.st_size);
          }
       }
   }
This page took 0.023356 seconds and 4 git commands to generate.