Silence gcc printf warnings
[deliverable/binutils-gdb.git] / ld / emultempl / pep.em
index 93190a1f7b3fa749abeed9feaebbb5b76575fa13..2fae386650a2e9f617da788facc2b0e0ec0ff7d5 100644 (file)
@@ -844,7 +844,7 @@ make_import_fixup (arelent *rel, asection *s)
 
   if (pep_dll_extra_pe_debug)
     printf ("arelent: %s@%#lx: add=%li\n", sym->name,
-           (long) rel->address, (long) rel->addend);
+           (unsigned long) rel->address, (long) rel->addend);
 
   if (! bfd_get_section_contents (s->owner, s, addend, rel->address, sizeof (addend)))
     einfo (_("%C: Cannot get section contents - auto-import exception\n"),
This page took 0.026993 seconds and 4 git commands to generate.