Use standardized error message for unrecognized relocs.
[deliverable/binutils-gdb.git] / bfd / elf64-s390.c
index 5c320a52d6419e5ae7a4cd9505b615d599968f2a..9eca0351523244ea2a87929ee21c78bac9f243cd 100644 (file)
@@ -325,7 +325,7 @@ elf_s390_reloc_type_lookup (bfd *abfd,
     }
 
   /* xgettext:c-format */
-  _bfd_error_handler (_("%pB: invalid relocation type %d"), abfd, (int) code);
+  _bfd_error_handler (_("%pB: unsupported relocation type %#x"), abfd, (int) code);
   bfd_set_error (bfd_error_bad_value);
   return NULL;
 }
This page took 0.023119 seconds and 4 git commands to generate.