%L conversions
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index f3d061b7a4a4adf06998fa43ef1d6d27f35b8a13..0cb1fc8b4f678ff0ffd1a92771c5285546340bf4 100644 (file)
@@ -5380,8 +5380,8 @@ coff_slurp_reloc_table (bfd * abfd, sec_ptr asect, asymbol ** symbols)
        {
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("%pB: illegal relocation type %d at address %#Lx"),
-            abfd, dst.r_type, dst.r_vaddr);
+           (_("%pB: illegal relocation type %d at address %#" PRIx64),
+            abfd, dst.r_type, (uint64_t) dst.r_vaddr);
          bfd_set_error (bfd_error_bad_value);
          return FALSE;
        }
This page took 0.030814 seconds and 4 git commands to generate.