Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-moxie.c
index 7123ac10411182d6710fec2551e5c9731718120d..6b4a5ab757dbdaa43429499f1705a4a3281cacc4 100644 (file)
@@ -133,7 +133,7 @@ moxie_info_to_howto_rela (bfd *abfd ATTRIBUTE_UNUSED,
   r_type = ELF32_R_TYPE (dst->r_info);
   if (r_type >= (unsigned int) R_MOXIE_max)
     {
-      _bfd_error_handler (_("%A: invalid Moxie reloc number: %d"), abfd, r_type);
+      _bfd_error_handler (_("%B: invalid Moxie reloc number: %d"), abfd, r_type);
       r_type = 0;
     }
   cache_ptr->howto = & moxie_elf_howto_table [r_type];
This page took 0.043538 seconds and 4 git commands to generate.