%L conversions
[deliverable/binutils-gdb.git] / bfd / elf64-alpha.c
index eb711535bb11b8a5735174321efe695d688fcc49..8db09870307b37945ac79186adad50fe4d679094 100644 (file)
@@ -3014,8 +3014,9 @@ elf64_alpha_relax_got_load (struct alpha_relax_info *info, bfd_vma symval,
       reloc_howto_type *howto = elf64_alpha_howto_table + r_type;
       _bfd_error_handler
        /* xgettext:c-format */
-       (_("%pB: %pA+%#Lx: warning: %s relocation against unexpected insn"),
-        info->abfd, info->sec, irel->r_offset, howto->name);
+       (_("%pB: %pA+%#" PRIx64 ": warning: "
+          "%s relocation against unexpected insn"),
+        info->abfd, info->sec, (uint64_t) irel->r_offset, howto->name);
       return TRUE;
     }
 
@@ -3209,8 +3210,9 @@ elf64_alpha_relax_with_lituse (struct alpha_relax_info *info,
     {
       _bfd_error_handler
        /* xgettext:c-format */
-       (_("%pB: %pA+%#Lx: warning: LITERAL relocation against unexpected insn"),
-        abfd, info->sec, irel->r_offset);
+       (_("%pB: %pA+%#" PRIx64 ": warning: "
+          "LITERAL relocation against unexpected insn"),
+        abfd, info->sec, (uint64_t) irel->r_offset);
       return TRUE;
     }
 
This page took 0.024376 seconds and 4 git commands to generate.