x86: Treat relocation against IFUNC symbol as FUNC
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index e0b39a7716abcac72c8592e364fcc2e48e0aeb14..117a1b72ffec51b66b58fe652f7645a37df2addb 100644 (file)
@@ -298,8 +298,8 @@ elf_core_file_p (bfd *abfd)
            _bfd_error_handler
              /* xgettext:c-format */
              (_("warning: %pB is truncated: expected core file "
-                "size >= %" PRIu64 ", found: %llu"),
-              abfd, (uint64_t) high, (unsigned long long) statbuf.st_size);
+                "size >= %" PRIu64 ", found: %" PRIu64),
+              abfd, (uint64_t) high, (uint64_t) statbuf.st_size);
          }
       }
   }
This page took 0.023352 seconds and 4 git commands to generate.