linux.h (OS_MISSING_POWERPC64): Define.
authorAndrew Pinski <pinskia@physics.uc.edu>
Mon, 23 Feb 2004 14:54:11 +0000 (14:54 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 23 Feb 2004 14:54:11 +0000 (06:54 -0800)
* config/rs6000/linux.h (OS_MISSING_POWERPC64): Define.
* config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define.

From-SVN: r78309

gcc/ChangeLog
gcc/config/rs6000/linux.h
gcc/config/rs6000/linux64.h

index 17ee9e2c9e7825ff5bf97d7cd269184d4ef670d8..0664396fd604d824954453c3c65efc80be3fa8e8 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * config/rs6000/linux.h (OS_MISSING_POWERPC64): Define.
+       * config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define.
+
 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
 
        * Makefile.in (opts.o): Depend on target.h.
index 8fe3e3e87edbeb3765c592097e91127f97dd8ca4..eacfe1abbc46b644e0fd5b05a81f70b80ece33e5 100644 (file)
@@ -176,3 +176,5 @@ enum { SIGNAL_FRAMESIZE = 64 };
     goto SUCCESS;                                                      \
   } while (0)
 
+
+#define OS_MISSING_POWERPC64 1
index ee381858223b4b2892cf66877070832b01a3e530..4fe419911c8c8fffad3b3a83651dd3d32c84a668 100644 (file)
@@ -717,3 +717,6 @@ enum { SIGNAL_FRAMESIZE = 64 };
   } while (0)
 
 #endif
+
+
+#define OS_MISSING_POWERPC64 !TARGET_64BIT