unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / elf32-cr16c.c
index 79aed1381a028a6f55dfaa6d19dec1ed7d10eddc..f2793a986833607444324d68bdc5a3896e3cfe90 100644 (file)
@@ -183,7 +183,8 @@ elf_cr16c_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
   if (r_type >= RINDEX_16C_MAX)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: invalid CR16C reloc number: %d"), abfd, r_type);
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
+                         abfd, r_type);
       r_type = 0;
     }
   cache_ptr->howto = &elf_howto_table[r_type];
This page took 0.02437 seconds and 4 git commands to generate.