Add support for building on a 64-bit Windows host.
[deliverable/binutils-gdb.git] / bfd / elf-eh-frame.c
index 88197b3385e28d13be35017300ba2023acc9214e..473e890663f450eb4355417bc1d6cf04ca2454db 100644 (file)
@@ -953,7 +953,7 @@ _bfd_elf_discard_section_eh_frame
       {
        if (!ent->cie)
          {
-           ecie = ecies + (unsigned long) ent->cie_inf;
+           ecie = ecies + (bfd_hostptr_t) ent->cie_inf;
            ent->cie_inf = ecie->cie.cie_inf;
          }
        ent->new_offset = offset;
This page took 0.022927 seconds and 4 git commands to generate.