Don't define FFETARGET_32bit_longs for 64-bit S/390.
From-SVN: r44908
This commit is contained in:
parent
354953125e
commit
241a88aac5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-08-14 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* target.h (FFETARGET_32bit_longs): Don't define
|
||||
for 64-bit S/390.
|
||||
|
||||
2001-07-20 Toon Moene <toon@moene.indiv.nluug.nl>
|
||||
|
||||
* com.c (ffecom_expr_intrinsic_):
|
||||
|
|
|
@ -234,7 +234,7 @@ 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__))
|
||||
#if !defined(__alpha__) && (!defined (_ARCH_PPC) || !defined (__64BIT__)) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__))) && (!defined(__ia64__) || !defined(__LP64__)) && !defined(__s390x__)
|
||||
#define FFETARGET_32bit_longs
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue