Use standardized error message for unrecognized relocs.
[deliverable/binutils-gdb.git] / bfd / elf-hppa.h
index 75b4e2694497b4db13f4f7ce36f3fd0229da75ed..95ac96c7345edb25537c26e9746cf0df313cf6a7 100644 (file)
@@ -1051,7 +1051,7 @@ elf_hppa_info_to_howto_rel (bfd *abfd,
   if (r_type >= (unsigned int) R_PARISC_UNIMPLEMENTED)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: invalid relocation type %d"), abfd, r_type);
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"), abfd, r_type);
       bfd_set_error (bfd_error_bad_value);
       return FALSE;
     }
This page took 0.025312 seconds and 4 git commands to generate.