summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/host-linux.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 26101c68c58..b6e2e5d5e1b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-15 Jon Grimm <jgrimm2@us.ibm.com>
+
+ * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__
+ definition.
+
2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
* bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c
index 777cfa9f894..ee4e61ccbc5 100644
--- a/gcc/config/host-linux.c
+++ b/gcc/config/host-linux.c
@@ -71,6 +71,8 @@
# define TRY_EMPTY_VM_SPACE 0x1000000000
#elif defined(__i386)
# define TRY_EMPTY_VM_SPACE 0x60000000
+#elif defined(__powerpc__)
+# define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__s390x__)
# define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__s390__)