unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
index cebd7e2278bfc4a39f4b1783aea4216229102f50..0c10a7e93934a62ff89be899c5f3e92274147196 100644 (file)
@@ -2514,7 +2514,7 @@ ppc64_elf_info_to_howto (bfd *abfd, arelent *cache_ptr,
   if (type >= ARRAY_SIZE (ppc64_elf_howto_table))
     {
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: unsupported reloc type %#x"),
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"),
                          abfd, type);
       type = R_PPC64_NONE;
     }
This page took 0.02652 seconds and 4 git commands to generate.