unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / elf32-vax.c
index 6cee38bd94fe8e27b317952b82081ebb7f0fbd64..61310b60838efa72e89837655b17ebf8888695b2 100644 (file)
@@ -287,7 +287,7 @@ rtype_to_howto (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst)
   if (r_type >= R_VAX_max)
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: unrecognised VAX reloc number: %d"),
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
                          abfd, r_type);
       bfd_set_error (bfd_error_bad_value);
       r_type = R_VAX_NONE;
This page took 0.024036 seconds and 4 git commands to generate.