unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / elf32-cris.c
index 31c06d34ac5a32b94e8f1cbdb290f4c4da90283f..4c6d4dabb73c67c05f212b8fe3b45f7969270132 100644 (file)
@@ -464,7 +464,8 @@ cris_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED,
   if (r_type >= R_CRIS_max)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: invalid CRIS reloc number: %d"), abfd, r_type);
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
+                         abfd, r_type);
       r_type = 0;
     }
   cache_ptr->howto = & cris_elf_howto_table [r_type];
This page took 0.023207 seconds and 4 git commands to generate.