%L conversions
[deliverable/binutils-gdb.git] / bfd / elf32-metag.c
index dc867ce3f1059c1ce0e9ecff85905adc6b13200c..c09a2ea414eb7115b7efb14b87b83b76b0a58837 100644 (file)
@@ -1913,8 +1913,10 @@ elf_metag_relocate_section (bfd *output_bfd,
            {
              _bfd_error_handler
                /* xgettext:c-format */
-               (_("%pB(%pA+%#Lx): %s relocation not permitted in shared object"),
-                input_bfd, input_section, rel->r_offset, howto->name);
+               (_("%pB(%pA+%#" PRIx64 "): "
+                  "%s relocation not permitted in shared object"),
+                input_bfd, input_section, (uint64_t) rel->r_offset,
+                howto->name);
              return FALSE;
            }
          else
This page took 0.025314 seconds and 4 git commands to generate.