X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felf32-fr30.c;h=6d8a0409a795f68f78283c62c79df1f3097a4bd9;hb=90b6238f06197c2abff953ab5920ae5b6d39f97f;hp=679322a6e8ec9503c6f0b7c01ce904fd2de84547;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-fr30.c b/bfd/elf32-fr30.c index 679322a6e8..6d8a0409a7 100644 --- a/bfd/elf32-fr30.c +++ b/bfd/elf32-fr30.c @@ -378,7 +378,8 @@ fr30_info_to_howto_rela (bfd *abfd ATTRIBUTE_UNUSED, if (r_type >= (unsigned int) R_FR30_max) { /* xgettext:c-format */ - _bfd_error_handler (_("%B: invalid FR30 reloc number: %d"), abfd, r_type); + _bfd_error_handler (_("%pB: unsupported relocation type %#x"), + abfd, r_type); r_type = 0; } cache_ptr->howto = & fr30_elf_howto_table [r_type];