This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

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


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