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] always define __sparc64__ on ultrasparc


   From: "David O'Brien" <obrien@freebsd.org>
   Date: Thu, 16 May 2002 21:04:58 -0700

   Since __sparc64__ is in the compilers namespace, I don't think this patch
   will cause a problem for anyone.
   
The standard thing to do is use __sparc__ && __arch64__, __sparc64__
does not exist.

If FreeBSD and NetBSD still want to use __sparc64__ then they will
have to be handled in the freebsd/netbsd headers.

I would recommend, however, that these two systems stop making use of
__sparc64__ and use __arch64__ instead.  If you look, that is what the
generic Sparc backend and the floating point headers, use to test this.


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