This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 32 bit pointers on a 64 bit system
- From: <Paul_Koning at Dell dot com>
- To: <dmcq at fano dot co dot uk>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 6 Mar 2013 14:21:47 +0000
- Subject: Re: 32 bit pointers on a 64 bit system
- References: <513738B9.4030801@fano.co.uk>
On Mar 6, 2013, at 7:38 AM, David McQuillan wrote:
> Have there been any implementations of gcc for a 32 bit pointer system where the registers are 64 bits long?
MIPS (N32 ABI, and if you want, also O64) is another example.
paul