%L conversions
[deliverable/binutils-gdb.git] / bfd / elf32-spu.c
index 62afc6940eaa0a0929d7e895262dd7a9e55eca59..0ce3e9cd124509118de2d4bde31edb483a474eef 100644 (file)
@@ -5040,10 +5040,11 @@ spu_elf_relocate_section (bfd *output_bfd,
        {
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("%pB(%s+%#Lx): unresolvable %s relocation against symbol `%s'"),
+           (_("%pB(%s+%#" PRIx64 "): "
+              "unresolvable %s relocation against symbol `%s'"),
             input_bfd,
             bfd_get_section_name (input_bfd, input_section),
-            rel->r_offset,
+            (uint64_t) rel->r_offset,
             howto->name,
             sym_name);
          ret = FALSE;
This page took 0.025832 seconds and 4 git commands to generate.