X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Felf32-d10v.c;h=a7d30c9584cda22748b179d56292db7213f134d9;hb=64d2901806c171c0d949f8fb1b29b4e5ba8cf04d;hp=951f7f56440846584a3b624095241deefe5425e6;hpb=46b87d490296235ab7c76c68816de7c402a79326;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf32-d10v.c b/bfd/elf32-d10v.c index 951f7f5644..a7d30c9584 100644 --- a/bfd/elf32-d10v.c +++ b/bfd/elf32-d10v.c @@ -230,7 +230,7 @@ d10v_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED, r_type = ELF32_R_TYPE (dst->r_info); if (r_type >= (unsigned int) R_D10V_max) { - _bfd_error_handler (_("%A: invalid D10V reloc number: %d"), abfd, r_type); + _bfd_error_handler (_("%B: invalid D10V reloc number: %d"), abfd, r_type); r_type = 0; } cache_ptr->howto = &elf_d10v_howto_table[r_type];