Use standardized error message for unrecognized relocs.
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
index a79a6b637d0369c0205229f29564971aec93552f..44237bca6637452a012dad49adb444ca73bb86fe 100644 (file)
@@ -2245,7 +2245,7 @@ ppc64_elf_reloc_type_lookup (bfd *abfd,
     {
     default:
       /* xgettext:c-format */
-      _bfd_error_handler (_("%pB: invalid relocation type %d"), abfd, (int) code);
+      _bfd_error_handler (_("%pB: unsupported relocation type %#x"), abfd, (int) code);
       bfd_set_error (bfd_error_bad_value);
       return NULL;
 
This page took 0.028619 seconds and 4 git commands to generate.