Add new gdb.ada/bp_c_mixed_case testcase for PR gdb/22670
[deliverable/binutils-gdb.git] / bfd / elf32-gen.c
index 2fddfcc712638654ed47baf75b8815429c404376..9ffaf59a9442c6e425ac0427aa208ba021f43dd9 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic support for 32-bit ELF
-   Copyright (C) 1993-2016 Free Software Foundation, Inc.
+   Copyright (C) 1993-2018 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);
 
This page took 0.025029 seconds and 4 git commands to generate.