aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/linux.h2
-rw-r--r--gcc/config/rs6000/linux64.h3
3 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 17ee9e2..0664396 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h
index 8fe3e3e..eacfe1a 100644
--- a/gcc/config/rs6000/linux.h
+++ b/gcc/config/rs6000/linux.h
@@ -176,3 +176,5 @@ enum { SIGNAL_FRAMESIZE = 64 };
goto SUCCESS; \
} while (0)
+
+#define OS_MISSING_POWERPC64 1
diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h
index ee38185..4fe4199 100644
--- a/gcc/config/rs6000/linux64.h
+++ b/gcc/config/rs6000/linux64.h
@@ -717,3 +717,6 @@ enum { SIGNAL_FRAMESIZE = 64 };
} while (0)
#endif
+
+
+#define OS_MISSING_POWERPC64 !TARGET_64BIT