Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index 9f873b7e26801f812cf3f774a080bd8c5b08e0cc..395feb5ef380b84c1df65e822f2c8373606dd25a 100644 (file)
@@ -1,5 +1,5 @@
 /* ELF core file support for BFD.
-   Copyright (C) 1995-2016 Free Software Foundation, Inc.
+   Copyright (C) 1995-2019 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -161,9 +161,9 @@ elf_core_file_p (bfd *abfd)
            continue;
          if (back->elf_machine_code == i_ehdrp->e_machine
              || (back->elf_machine_alt1 != 0
-                 && i_ehdrp->e_machine == back->elf_machine_alt1)
+                 && i_ehdrp->e_machine == back->elf_machine_alt1)
              || (back->elf_machine_alt2 != 0
-                 && i_ehdrp->e_machine == back->elf_machine_alt2))
+                 && i_ehdrp->e_machine == back->elf_machine_alt2))
            {
              /* target_ptr is an ELF backend which matches this
                 object file, so reject the generic ELF target.  */
@@ -296,9 +296,10 @@ 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);
+             /* xgettext:c-format */
+             (_("warning: %pB is truncated: expected core file "
+                "size >= %" PRIu64 ", found: %" PRIu64),
+              abfd, (uint64_t) high, (uint64_t) statbuf.st_size);
          }
       }
   }
This page took 0.026926 seconds and 4 git commands to generate.