unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / elf32-fr30.c
index 1ef9dedc69c9266e37f14831db8c83d1f9533b5c..6d8a0409a795f68f78283c62c79df1f3097a4bd9 100644 (file)
@@ -378,7 +378,8 @@ fr30_info_to_howto_rela (bfd *abfd ATTRIBUTE_UNUSED,
   if (r_type >= (unsigned int) R_FR30_max)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: invalid FR30 reloc number: %d"), abfd, r_type);
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
+                         abfd, r_type);
       r_type = 0;
     }
   cache_ptr->howto = & fr30_elf_howto_table [r_type];
This page took 0.028877 seconds and 4 git commands to generate.