Make 'show width/height' display "unlimited" when capped for readline
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index af6655a039ce3caea54c82bda86e1bbb80b5f798..395feb5ef380b84c1df65e822f2c8373606dd25a 100644 (file)
@@ -1,5 +1,5 @@
 /* ELF core file support for BFD.
-   Copyright (C) 1995-2017 Free Software Foundation, Inc.
+   Copyright (C) 1995-2019 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: %llu"),
-              abfd, high, (unsigned long long) statbuf.st_size);
+             (_("warning: %pB is truncated: expected core file "
+                "size >= %" PRIu64 ", found: %" PRIu64),
+              abfd, (uint64_t) high, (uint64_t) statbuf.st_size);
          }
       }
   }
This page took 0.023847 seconds and 4 git commands to generate.