Use symbolic constants instead of magic numbers with add_data_entry()
[deliverable/binutils-gdb.git] / bfd / elf32-fr30.c
index 7dd4ca4880a5c5fb0d9707fcd1dd2a321b1cae6c..f668074eeae635df1131f97e60c3187588dc8bc3 100644 (file)
@@ -1,5 +1,5 @@
 /* FR30-specific support for 32-bit ELF.
-   Copyright (C) 1998-2016 Free Software Foundation, Inc.
+   Copyright (C) 1998-2017 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -377,6 +377,7 @@ fr30_info_to_howto_rela (bfd *abfd ATTRIBUTE_UNUSED,
   r_type = ELF32_R_TYPE (dst->r_info);
   if (r_type >= (unsigned int) R_FR30_max)
     {
+      /* xgettext:c-format */
       _bfd_error_handler (_("%B: invalid FR30 reloc number: %d"), abfd, r_type);
       r_type = 0;
     }
This page took 0.023045 seconds and 4 git commands to generate.