This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Define _LP64 on x86-64?
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: Richard Henderson <rth at redhat dot com>, Gwenole Beauchesne <gbeauchesne at mandrakesoft dot com>, <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 12 Mar 2003 07:59:10 -0500 (EST)
- Subject: Re: [PATCH] Define _LP64 on x86-64?
On Wed, 12 Mar 2003, Andreas Jaeger wrote:
> + at item __LP64__
> + at item _LP64
> +These macros are defined, with value 1, if (and only if) the compilation
> +is for a target where both @code{long int} and pointer use 64-bits.
> @end table
Add something like ``iff an "int" is 32-bit''?
And what about ILP32 and supposedly ILP64?
brgds, H-P