MIPS: Remove remains of IRIX OS ABI support
[deliverable/binutils-gdb.git] / bfd / elf32-moxie.c
index 10a7a22ad040ce86392328b1b4038314f055cf54..caf6d7b95a2347705ae5c6864941090db9359931 100644 (file)
@@ -133,6 +133,7 @@ moxie_info_to_howto_rela (bfd *abfd ATTRIBUTE_UNUSED,
   r_type = ELF32_R_TYPE (dst->r_info);
   if (r_type >= (unsigned int) R_MOXIE_max)
     {
+      /* xgettext:c-format */
       _bfd_error_handler (_("%B: invalid Moxie reloc number: %d"), abfd, r_type);
       r_type = 0;
     }
This page took 0.023393 seconds and 4 git commands to generate.