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 Sun, Mar 09, 2003 at 12:57:54PM +0100, Andreas Jaeger wrote:
> The qustion is what should get defined?
> * only __LP64__ (as done by pa64-linux.h)
> * only _LP64 (which is defined by the ia64 ABI as needed)
> * both of them?

Both is easy.

> Or should we define this independed of the OS?  In that case I'll add
> this to TARGET_CPU_CPP_BUILTINS instead.

We should probably make up our mind and define this generically.
I.e. check for the LP64 condition in generic code and define it
there.



r~


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