Rewrite bfd error handler
[deliverable/binutils-gdb.git] / bfd / coff-mcore.c
index 4d4bcbc6250d1c3839f0ac7f1d2604b3e9a0b773..3ede76690440476ed9a8b75eeade98f168624d8e 100644 (file)
@@ -480,7 +480,7 @@ coff_mcore_relocate_section (bfd * output_bfd,
            /* xgettext: c-format */
            (_("Warning: unsupported reloc %s <file %B, section %A>\n"
               "sym %ld (%s), r_vaddr %ld (%lx)"),
-            input_bfd, input_section, howto->name,
+            howto->name, input_bfd, input_section,
             rel->r_symndx, my_name, (long) rel->r_vaddr,
             (unsigned long) rel->r_vaddr);
          break;
This page took 0.022851 seconds and 4 git commands to generate.