unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / reloc.c
index a61fd9a6221496c14e394f9a4311fd332c9789e4..db7facdf88363cd7a602a66623e50783ee90d294 100644 (file)
@@ -8388,7 +8388,7 @@ bfd_boolean
 _bfd_unrecognized_reloc (bfd * abfd, sec_ptr section, unsigned int r_type)
 {
    /* xgettext:c-format */
-  _bfd_error_handler (_("%pB: unrecognized relocation (%#x) in section `%pA'"),
+  _bfd_error_handler (_("%pB: unrecognized relocation type %#x in section `%pA'"),
                      abfd, r_type, section);
 
   /* PR 21803: Suggest the most likely cause of this error.  */
This page took 0.025349 seconds and 4 git commands to generate.