This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Target FUNCTION_{PRO,EPI}LOGUE question




--On Wednesday, June 27, 2001 10:21:48 PM +0100 Neil Booth 
<neil@daikokuya.demon.co.uk> wrote:

> I've started putting these functions into our target structure.
> However, there is a conflict between "HOST_WIDE_INT" and "int" which
> I'm not sure how to resolve.

We need that multi-precision integer library.  What this should be
is a `target_size_t'.  I think you should use HOST_WIDE_INT, though,
for safety's sake.

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]