Rewrite bfd error handler
[deliverable/binutils-gdb.git] / bfd / coff-ppc.c
index 7cd29acdd786e975406577297681f43efbdfba22..9dca30ceed894fb60504219b7c0a7c6a6b53f4d8 100644 (file)
@@ -1243,7 +1243,7 @@ coff_ppc_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);
          }
This page took 0.023745 seconds and 4 git commands to generate.