This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Target FUNCTION_{PRO,EPI}LOGUE question
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Subject: Re: Target FUNCTION_{PRO,EPI}LOGUE question
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Wed, 27 Jun 2001 23:07:53 +0100 (BST)
- cc: <gcc at gcc dot gnu dot org>
On Wed, 27 Jun 2001, Neil Booth wrote:
> However, there is a conflict between "HOST_WIDE_INT" and "int" which
Why do we have HOST_WIDE_INT rather than using the normal C name "long"
for that concept? Is this just so it can be "long long" when doing 32x64
cross-compiles, because of the limitations of GCC's representations for
target integers, or is there some other reason?
--
Joseph S. Myers
jsm28@cam.ac.uk