target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC as well.
authorDavid Edelsohn <edelsohn@gnu.org>
Sat, 15 Apr 2000 22:17:00 +0000 (22:17 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 15 Apr 2000 22:17:00 +0000 (18:17 -0400)
        * f/target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC
        as well.

From-SVN: r33171

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

index 9d7b76ef80cb2b29ba9532bcfaa3c3c4c3f4ae96..cfe74fb4155c7ff7eae64e5179a2b391e893e477 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-15  David Edelsohn  <edelsohn@gnu.org>
+
+       * f/target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC
+       as well.
+
 Wed Apr 12 15:15:26 2000  Mark Mitchell  <mark@codesourcery.com>
 
        * com.h (FFECOM_f2cINTEGER): Avoid using LONG_TYPE_SIZE as a
index 4efc97348554ebfbabe12fb64860641637a562b4..32df5220d3c957759221315d37552349150158b1 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(__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__))
 #define FFETARGET_32bit_longs
 #endif