Rewrite bfd error handler
[deliverable/binutils-gdb.git] / bfd / coff-tic80.c
index c3e20d9bf98305ff6e0e378a9a7f13d1e07710e8..ec1d1fd73c36067fd36b73d0756866b8fa944800 100644 (file)
@@ -668,7 +668,7 @@ coff_tic80_relocate_section (bfd *output_bfd,
          _bfd_error_handler
            /* xgettext: c-format */
            (_("%B: bad reloc address 0x%lx in section `%A'"),
-            input_bfd, input_section, (unsigned long) rel->r_vaddr);
+            input_bfd, (unsigned long) rel->r_vaddr, input_section);
          return FALSE;
        case bfd_reloc_overflow:
          {
This page took 0.039949 seconds and 4 git commands to generate.