Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / mach-o.c
index 80bf4eca086821b56a8beaf10ee8cdfb1a0c84ae..f26be0c73ea04c0f848f0ad4574395cfca04e479 100644 (file)
@@ -2817,8 +2817,9 @@ bfd_mach_o_build_exec_seg_command (bfd *abfd, bfd_mach_o_segment_command *seg)
        {
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("section address (%#Lx) below start of segment (%#Lx)"),
-              s->addr, vma);
+           (_("section address (%#" PRIx64 ") "
+              "below start of segment (%#" PRIx64 ")"),
+              (uint64_t) s->addr, (uint64_t) vma);
          return FALSE;
        }
 
This page took 0.025062 seconds and 4 git commands to generate.