Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-arc.c
index ef71b256ae63f1a02c4af3d7e8a26008df40df84..07af56b5bf06455e8957146f9751e0fd27195c99 100644 (file)
@@ -174,7 +174,7 @@ arc_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
   r_type = ELF32_R_TYPE (dst->r_info);
   if (r_type >= (unsigned int) R_ARC_max)
     {
-      _bfd_error_handler (_("%A: invalid ARC reloc number: %d"), abfd, r_type);
+      _bfd_error_handler (_("%B: invalid ARC reloc number: %d"), abfd, r_type);
       r_type = 0;
     }
   cache_ptr->howto = &elf_arc_howto_table[r_type];
This page took 0.023959 seconds and 4 git commands to generate.