Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-tilepro.c
index 442e582e60ec7543e5be5993326963dfe1f968d9..24fc64e0f113bb7a42f8308fdb327d1456527cfb 100644 (file)
@@ -3398,10 +3398,11 @@ tilepro_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
                                      rel->r_offset) != (bfd_vma) -1)
        _bfd_error_handler
          /* xgettext:c-format */
-         (_("%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);
 
This page took 0.024295 seconds and 4 git commands to generate.