diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-12 07:16:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-12 07:16:41 +0000 |
commit | d2df793a7137120047017593d26669e5092e3841 (patch) | |
tree | 691f20fd53ad1cb970387e3a5f434824cb1fb2fe /bfd/coffcode.h | |
parent | db42c6e8ee92965ca26f4ccf2183d26a8c560931 (diff) | |
download | binutils-d2df793a7137120047017593d26669e5092e3841.zip binutils-d2df793a7137120047017593d26669e5092e3841.tar.gz binutils-d2df793a7137120047017593d26669e5092e3841.tar.bz2 |
Add support for building on a 64-bit Windows host.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index dc24d24..5a858dd 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -4381,7 +4381,7 @@ coff_slurp_symbol_table (bfd * abfd) dst->symbol.name = (char *) (src->u.syment._n._n_n._n_offset); /* We use the native name field to point to the cached field. */ - src->u.syment._n._n_n._n_zeroes = (long) dst; + src->u.syment._n._n_n._n_zeroes = (bfd_hostptr_t) dst; dst->symbol.section = coff_section_from_bfd_index (abfd, src->u.syment.n_scnum); dst->symbol.flags = 0; |