unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / elf32-epiphany.c
index a6b70388d4f950af2002db76882ebe5603facd46..8c24541ef96e3fc4d84d274f98b1456e773c403b 100644 (file)
@@ -363,7 +363,7 @@ epiphany_elf_relax_section (bfd *abfd, asection *sec,
 /* Set the howto pointer for a EPIPHANY ELF reloc.  */
 
 static void
-epiphany_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED,
+epiphany_info_to_howto_rela (bfd * abfd,
                             arelent * cache_ptr,
                             Elf_Internal_Rela * dst)
 {
@@ -373,7 +373,8 @@ epiphany_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED,
   if (r_type >= (unsigned int) R_EPIPHANY_max)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: invalid Epiphany reloc number: %d"), abfd, r_type);
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
+                         abfd, r_type);
       r_type = 0;
     }
   cache_ptr->howto = & epiphany_elf_howto_table [r_type];
This page took 0.026874 seconds and 4 git commands to generate.