Use standardized error message for unrecognized relocs.
[deliverable/binutils-gdb.git] / bfd / elf32-i386.c
index 5163e2468f0d047ee5d926d63a41b4a91207ad4e..61a14097b060ef5f508980d2bc6242db3d2b2db4 100644 (file)
@@ -348,7 +348,7 @@ elf_i386_reloc_type_lookup (bfd *abfd,
     default:
       TRACE ("Unknown");
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: invalid Alpha reloc number: %d"),
+      _bfd_error_handler (_("%pB: unsupported relocation type: %#x"),
                          abfd, (int) code);
       bfd_set_error (bfd_error_bad_value);
       return NULL;
This page took 0.02406 seconds and 4 git commands to generate.