]> gcc.gnu.org Git - gcc.git/commitdiff
host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__ definition.
authorJon Grimm <jgrimm2@us.ibm.com>
Fri, 15 Oct 2004 17:22:02 +0000 (17:22 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 15 Oct 2004 17:22:02 +0000 (13:22 -0400)
2004-10-15  Jon Grimm <jgrimm2@us.ibm.com>

        * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__
        definition.

From-SVN: r89106

gcc/ChangeLog
gcc/config/host-linux.c

index 26101c68c58d844d8cbd2cf83dd9478c477b1b7a..b6e2e5d5e1bbc4736aa14b30cd99c232c6e15aa7 100644 (file)
@@ -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,
index 777cfa9f894c93a570041f1164776a69b9d7ab9e..ee4e61ccbc50791b523314cf7863f06dfad4658a 100644 (file)
@@ -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__)
This page took 0.091906 seconds and 5 git commands to generate.