Fail when string merge can't alloc memory
[deliverable/binutils-gdb.git] / bfd / elf32-cr16c.c
index d3f56f18b12a179cec2ec8b5cde05ec48a5adda2..508ed2b4138062af501dc3653a2e44954fbf8f66 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for National Semiconductor's CR16C ELF
-   Copyright (C) 2004-2016 Free Software Foundation, Inc.
+   Copyright (C) 2004-2017 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -182,6 +182,7 @@ elf_cr16c_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
 
   if (r_type >= RINDEX_16C_MAX)
     {
+      /* xgettext:c-format */
       _bfd_error_handler (_("%B: invalid CR16C reloc number: %d"), abfd, r_type);
       r_type = 0;
     }
This page took 0.023693 seconds and 4 git commands to generate.