PR22374 testcase, function pointer references in .data
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index d871bc1d355d36c71b3c6fef7aa6371c4e910559..b1b60eca3c17f4f0949c96d2a4541ac25cd9b658 100644 (file)
@@ -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.022906 seconds and 4 git commands to generate.