unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / coff-i860.c
index f5d8e88239696d9347e26fdc64c67560adb5c0e5..9ff96eaf1b1cd239c24e474c43afef5bcae60eaf 100644 (file)
@@ -139,7 +139,7 @@ coff_i860_reloc (bfd *abfd,
    these relocations.  */
 
 static bfd_reloc_status_type
-coff_i860_reloc_nyi (bfd *abfd ATTRIBUTE_UNUSED,
+coff_i860_reloc_nyi (bfd *abfd,
                     arelent *reloc_entry,
                     asymbol *symbol ATTRIBUTE_UNUSED,
                     void *data ATTRIBUTE_UNUSED,
@@ -148,7 +148,7 @@ coff_i860_reloc_nyi (bfd *abfd ATTRIBUTE_UNUSED,
                     char **error_message ATTRIBUTE_UNUSED)
 {
   reloc_howto_type *howto = reloc_entry->howto;
-  _bfd_error_handler (_("relocation `%s' not yet implemented"), howto->name);
+  _bfd_error_handler (_("%pB: %s unsupported"), abfd, howto->name);
   return bfd_reloc_notsupported;
 }
 
This page took 0.027766 seconds and 4 git commands to generate.