X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felf32-cris.c;h=d5670ac610a4bb55551231d2de7691e17205c2fe;hb=64d2901806c171c0d949f8fb1b29b4e5ba8cf04d;hp=46f51694f6ff15d281bdc2b28f483cd4ffefc1ec;hpb=46b87d490296235ab7c76c68816de7c402a79326;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c index 46f51694f6..d5670ac610 100644 --- a/bfd/elf32-cris.c +++ b/bfd/elf32-cris.c @@ -463,7 +463,7 @@ cris_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED, r_type = ELF32_R_TYPE (dst->r_info); if (r_type >= R_CRIS_max) { - _bfd_error_handler (_("%A: invalid CRIS reloc number: %d"), abfd, r_type); + _bfd_error_handler (_("%B: invalid CRIS reloc number: %d"), abfd, r_type); r_type = 0; } cache_ptr->howto = & cris_elf_howto_table [r_type];