Use standardized error message for unrecognized relocs.
[deliverable/binutils-gdb.git] / bfd / elfxx-tilegx.c
index 2b7bf58b6bad8e62be1822d067e163cd212dbc6a..f029cd25266a5ad71c012e0f7965ea3aa06832f4 100644 (file)
@@ -909,7 +909,7 @@ tilegx_reloc_type_lookup (bfd * abfd,
     }
 
   /* xgettext:c-format */
-  _bfd_error_handler (_("%pB: invalid BFD relocation type %d"),
+  _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
                      abfd, (int) code);
   bfd_set_error (bfd_error_bad_value);
   return NULL;
This page took 0.034738 seconds and 4 git commands to generate.