Support %Lx, %Lu, %Ld in _bfd_error_handler format
[deliverable/binutils-gdb.git] / bfd / coff-mcore.c
index 9be92ccc31e350c700d2fcbe6adf8e5dfb1add7b..3ede76690440476ed9a8b75eeade98f168624d8e 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Motorola MCore COFF/PE
-   Copyright (C) 1999-2016 Free Software Foundation, Inc.
+   Copyright (C) 1999-2017 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -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.024042 seconds and 4 git commands to generate.