unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / elf32-s390.c
index 64bfb2d6e3d146d07f53cff7aba864979906d707..ce9c25f4dafeb328ecbf8c8b06bcc9e890c92128 100644 (file)
@@ -343,8 +343,8 @@ elf_s390_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
       if (r_type >= sizeof (elf_howto_table) / sizeof (elf_howto_table[0]))
        {
          /* 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_390_NONE;
        }
       cache_ptr->howto = &elf_howto_table[r_type];
This page took 0.02372 seconds and 4 git commands to generate.