X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felf64-gen.c;h=e6cbbcb369722fbc6962f8badefb06e207007041;hb=1c5c938ad860811644774ecea66e044110967cf2;hp=cfdc88c925e5e216d5cb50e0483b641dd128ae23;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf64-gen.c b/bfd/elf64-gen.c index cfdc88c925..e6cbbcb369 100644 --- a/bfd/elf64-gen.c +++ b/bfd/elf64-gen.c @@ -1,5 +1,5 @@ /* Generic support for 64-bit ELF - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -65,6 +65,7 @@ check_for_relocs (bfd * abfd, asection * o, void * failed) Elf_Internal_Ehdr *ehdrp; ehdrp = elf_elfheader (abfd); + /* xgettext:c-format */ _bfd_error_handler (_("%B: Relocations in generic ELF (EM: %d)"), abfd, ehdrp->e_machine);