X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felfcore.h;h=562b70889674757986c7f71c560a210413076547;hb=49ded53def53ae60926433b924db9525aae1e631;hp=93b3cc4b76c860178daa8a7a05fc4acb7ec88712;hpb=b32a5c16f100c53fd9c0c22464f863eeeec6087a;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elfcore.h b/bfd/elfcore.h index 93b3cc4b76..562b708896 100644 --- a/bfd/elfcore.h +++ b/bfd/elfcore.h @@ -1,5 +1,5 @@ /* ELF core file support for BFD. - Copyright (C) 1995-2015 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. */ @@ -295,10 +295,11 @@ 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); + _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); } } }