%L conversions
[deliverable/binutils-gdb.git] / bfd / coff-rs6000.c
index a28e935ec60230a677079c501a3d29f2991c2bc1..d1253df57a2f2f18944d3898c76384499dab4690 100644 (file)
@@ -2856,8 +2856,8 @@ xcoff_reloc_type_toc (bfd *input_bfd,
        {
          _bfd_error_handler
            /* xgettext: c-format */
-           (_("%pB: TOC reloc at %#Lx to symbol `%s' with no TOC entry"),
-            input_bfd, rel->r_vaddr, h->root.root.string);
+           (_("%pB: TOC reloc at %#" PRIx64 " to symbol `%s' with no TOC entry"),
+            input_bfd, (uint64_t) rel->r_vaddr, h->root.root.string);
          bfd_set_error (bfd_error_bad_value);
          return FALSE;
        }
This page took 0.046124 seconds and 4 git commands to generate.