]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/ihex.c
%L conversions
[thirdparty/binutils-gdb.git] / bfd / ihex.c
index 6b83332f3c92aebe7702269fd07e086f12304084..096c19ce2ee2af98d5d2186be5146981663ebaf9 100644 (file)
@@ -827,8 +827,9 @@ ihex_write_object_contents (bfd *abfd)
                    {
                      _bfd_error_handler
                        /* xgettext:c-format */
-                       (_("%pB: address %#Lx out of range for Intel Hex file"),
-                        abfd, where);
+                       (_("%pB: address %#" PRIx64
+                          " out of range for Intel Hex file"),
+                        abfd, (uint64_t) where);
                      bfd_set_error (bfd_error_bad_value);
                      return FALSE;
                    }