Use standardized error message for unrecognized relocs.
[deliverable/binutils-gdb.git] / bfd / elfxx-ia64.c
index 8f532722da24cab2eb48b884d7641688d2118e37..290dcd8e5395fd79531b27a1e2e7efcab1f3e33f 100644 (file)
@@ -322,7 +322,7 @@ ia64_elf_reloc_type_lookup (bfd *abfd,
 
     default:
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: invalid BFD relocation type %d"),
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
                          abfd, (int) bfd_code);
       bfd_set_error (bfd_error_bad_value);
       return NULL;
This page took 0.045497 seconds and 4 git commands to generate.