This is the mail archive of the gcc-help@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: Gcc 32-bits or 64-bits


> There's three terms i want to make sure its meaning
> HPPA - HP PA Risc 
	Yes.
> IPF - ? (itanium maybe)
	Yes. (Itanium Processor Family)
> 
> ILP32 - ?
	This means Integers, Longs, Pointers are all 32 bits.  This is
	"standard" 32-bit mode.

> LP64 - ?
	This means Longs and Pointers are 64 bits.  This is 64-bit mode.
	Integers are still 32 bits in this mode.

Steve Ellcey
sje@cup.hp.com


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