target.h (FFETARGET_32bit_longs): Don't define for 64-bit hppa.
authorCraig Prescott <prescott@phys.ufl.edu>
Sun, 21 Oct 2001 14:55:10 +0000 (14:55 +0000)
committerToon Moene <toon@gcc.gnu.org>
Sun, 21 Oct 2001 14:55:10 +0000 (14:55 +0000)
2001-10-21  Craig Prescott  <prescott@phys.ufl.edu>

* target.h (FFETARGET_32bit_longs): Don't define
for 64-bit hppa.

From-SVN: r46393

gcc/f/ChangeLog
gcc/f/target.h

index 10a09c69cd3273ccf87dd8b9d3c74b8b8d67c50c..14fb6c1fa3243e7aadc8d3e0d2d5ec5d6838e67c 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-21  Craig Prescott  <prescott@phys.ufl.edu>
+
+       * target.h (FFETARGET_32bit_longs): Don't define 
+       for 64-bit hppa.
+
 2001-10-17  Richard Henderson  <rth@redhat.com>
 
        * std.c (ffestd_labeldef_format): Fix variable/stmt ordering.
index b21f2694fff629d32218120e058e525675006522..85b385def521ff673c3a421d400a872fc05a0873 100644 (file)
@@ -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__)) && !defined(__s390x__)
+#if !defined(__alpha__) && (!defined (_ARCH_PPC) || !defined (__64BIT__)) && (!defined(__sparc__) || (!defined(__sparcv9) && !defined(__arch64__))) && (!defined(__ia64__) || !defined(__LP64__)) && (!defined(__hppa__) || !defined(__LP64__)) && !defined(__s390x__)
 #define FFETARGET_32bit_longs
 #endif