%L conversions
[deliverable/binutils-gdb.git] / bfd / elf32-m32r.c
index 985047e47f8f9adaeb24efe1840a58ac811a2d15..2801f0443acce9f3b53c99b52207199f5135bbcc 100644 (file)
@@ -2523,11 +2523,11 @@ m32r_elf_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED,
                {
                  _bfd_error_handler
                    /* xgettext:c-format */
-                   (_("%pB(%pA+%#Lx): unresolvable %s relocation "
+                   (_("%pB(%pA+%#" PRIx64 "): unresolvable %s relocation "
                       "against symbol `%s'"),
                     input_bfd,
                     input_section,
-                    rel->r_offset,
+                    (uint64_t) rel->r_offset,
                     howto->name,
                     h->root.root.string);
                }
This page took 0.024001 seconds and 4 git commands to generate.