%L conversions
[deliverable/binutils-gdb.git] / bfd / elfcode.h
index 947b1930a411b51af71e60dc66a9610e2f964b06..14c8187e3f669655190d9642ed1721caf4312ce4 100644 (file)
@@ -1196,9 +1196,10 @@ elf_slurp_symbol_table (bfd *abfd, asymbol **symptrs, bfd_boolean dynamic)
        {
          _bfd_error_handler
            /* xgettext:c-format */
-           (_("%pB: version count (%Ld) does not match symbol count (%ld)"),
+           (_("%pB: version count (%" PRId64 ")"
+              " does not match symbol count (%ld)"),
             abfd,
-            verhdr->sh_size / sizeof (Elf_External_Versym),
+            (int64_t) (verhdr->sh_size / sizeof (Elf_External_Versym)),
             symcount);
 
          /* Slurp in the symbols without the version information,
This page took 0.027017 seconds and 4 git commands to generate.