%L conversions
[deliverable/binutils-gdb.git] / bfd / elf32-score7.c
index ef42d7bdacb28bc4fb0a2695e3a580472479dc45..e3f795cdc7b6c76e807876e349199b6d08ebd679 100644 (file)
@@ -2681,8 +2681,8 @@ s7_bfd_score_elf_check_relocs (bfd *abfd,
            {
              _bfd_error_handler
                /* xgettext:c-format */
-               (_("%pB: CALL15 reloc at %#Lx not against global symbol"),
-                abfd, rel->r_offset);
+               (_("%pB: CALL15 reloc at %#" PRIx64 " not against global symbol"),
+                abfd, (uint64_t) rel->r_offset);
              bfd_set_error (bfd_error_bad_value);
              return FALSE;
            }
This page took 0.022722 seconds and 4 git commands to generate.