diff options
Diffstat (limited to 'bfd/elfxx-ia64.c')
-rw-r--r-- | bfd/elfxx-ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 8f53272..290dcd8 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -322,7 +322,7 @@ ia64_elf_reloc_type_lookup (bfd *abfd, default: /* xgettext:c-format */ - _bfd_error_handler (_("%pB: invalid BFD relocation type %d"), + _bfd_error_handler (_("%pB: unsupported relocation type %#x"), abfd, (int) bfd_code); bfd_set_error (bfd_error_bad_value); return NULL; |