unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / elf64-x86-64.c
index d66d9ba5fc1bcc952e8c993e76ecb093a7679345..c66d286f434b5b1b99bc2e25e0390d5d797d1d95 100644 (file)
@@ -282,8 +282,8 @@ elf_x86_64_rtype_to_howto (bfd *abfd, unsigned r_type)
       if (r_type >= (unsigned int) R_X86_64_standard)
        {
          /* xgettext:c-format */
-         _bfd_error_handler (_("%pB: invalid relocation type %d"),
-                             abfd, (int) r_type);
+         _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
+                             abfd, r_type);
          r_type = R_X86_64_NONE;
        }
       i = r_type;
This page took 0.024005 seconds and 4 git commands to generate.