mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 08:04:39 +08:00
target.h (FFETARGET_32bit_longs): Don't define for powerpc64 or mmix.
* target.h (FFETARGET_32bit_longs): Don't define for powerpc64 or mmix. From-SVN: r56670
This commit is contained in:
parent
9d533cb558
commit
5b665e15df
@ -1,3 +1,8 @@
|
||||
2002-08-30 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* target.h (FFETARGET_32bit_longs): Don't define for powerpc64 or
|
||||
mmix.
|
||||
|
||||
2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
|
||||
|
||||
* bugs.texi, news.texi: Update URLs for online news and bugs
|
||||
|
@ -224,7 +224,15 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
#define FFETARGET_f2cTYLOGICAL2 13
|
||||
#define FFETARGET_f2cTYQUAD 14
|
||||
|
||||
#if !defined(__alpha__) && (!defined (_ARCH_PPC) || !defined (__64BIT__)) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__))) && (!defined(__ia64__) || !defined(__LP64__)) && (!defined(__hppa__) || !defined(__LP64__)) && !defined(__s390x__) && !defined(__x86_64__)
|
||||
#if (!defined(__alpha__) \
|
||||
&& (!defined(__hppa__) || !defined(__LP64__)) \
|
||||
&& (!defined(__ia64__) || !defined(__LP64__)) \
|
||||
&& !defined(__MMIX__) \
|
||||
&& (!defined (_ARCH_PPC) || !defined (__64BIT__)) \
|
||||
&& !defined(__powerpc64__) \
|
||||
&& !defined(__s390x__) \
|
||||
&& (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__)))\
|
||||
&& !defined(__x86_64__))
|
||||
#define FFETARGET_32bit_longs
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user