unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / elf32-iq2000.c
index 4a026de670ee4bee88f8763ae8c4620f60c9d1d3..14cd1677a31db902e29cbfa348cd7d71ca53168f 100644 (file)
@@ -438,7 +438,8 @@ iq2000_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED,
       if (r_type >= (unsigned int) R_IQ2000_max)
        {
          /* xgettext:c-format */
-         _bfd_error_handler (_("%pB: invalid IQ2000 reloc number: %d"), abfd, r_type);
+         _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
+                             abfd, r_type);
          r_type = 0;
        }
       cache_ptr->howto = & iq2000_elf_howto_table [r_type];
This page took 0.024437 seconds and 4 git commands to generate.