%L conversions
[deliverable/binutils-gdb.git] / bfd / elfnn-riscv.c
index efbd882f98f97f716b4b78ee567f735fa4336702..5c8d4ab12dedac1bff582c03aad0def394067e52 100644 (file)
@@ -2213,10 +2213,11 @@ riscv_elf_relocate_section (bfd *output_bfd,
                                      rel->r_offset) != (bfd_vma) -1)
        {
          (*_bfd_error_handler)
-           (_("%pB(%pA+%#Lx): unresolvable %s relocation against symbol `%s'"),
+           (_("%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);
          continue;
This page took 0.02622 seconds and 4 git commands to generate.