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]

Re: ARG64 vs. PTR64 confusion in sparc.md


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~

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