This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: ARG64 vs. PTR64 confusion in sparc.md
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: ARG64 vs. PTR64 confusion in sparc.md
- From: Richard Henderson <rth at redhat dot com>
- Date: Mon, 1 Jan 2001 21:28:43 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <10101011243.AA10694@vlsi1.ultra.nyu.edu>
On Mon, Jan 01, 2001 at 07:42:48AM -0500, Richard Kenner wrote:
> Whether Pmode is DImode or SImode depends on TARGET_ARCH64, not TARGET_PTR64.
Really?
/* Nonzero if pointers are 64 bits.
At the moment it must follow architecture size flag. */
#define MASK_PTR64 0x8000
#define TARGET_PTR64 (target_flags & MASK_PTR64)
That's not what the documentation for PTR64 says. Anyway,
how did they end up different?
r~