%L conversions
[deliverable/binutils-gdb.git] / bfd / elf32-nios2.c
index b4849dbffe30f1665440c265aafd200ab088e1e0..450eeed86adf5344023d15fe2f39a41aae8b6023 100644 (file)
@@ -4355,10 +4355,10 @@ nios2_elf32_relocate_section (bfd *output_bfd,
                {
                  _bfd_error_handler
                    /* xgettext:c-format */
-                   (_("%pB(%pA+%#Lx): %s relocation not "
+                   (_("%pB(%pA+%#" PRIx64 "): %s relocation not "
                       "permitted in shared object"),
                     input_bfd, input_section,
-                    rel->r_offset, howto->name);
+                    (uint64_t) rel->r_offset, howto->name);
                  return FALSE;
                }
              else
This page took 0.038032 seconds and 4 git commands to generate.