%L conversions
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index b1b60eca3c17f4f0949c96d2a4541ac25cd9b658..e0b39a7716abcac72c8592e364fcc2e48e0aeb14 100644 (file)
@@ -1,5 +1,5 @@
 /* ELF core file support for BFD.
-   Copyright (C) 1995-2017 Free Software Foundation, Inc.
+   Copyright (C) 1995-2018 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.  */
@@ -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: %llu"),
+              abfd, (uint64_t) high, (unsigned long long) statbuf.st_size);
          }
       }
   }
This page took 0.025505 seconds and 4 git commands to generate.