2004-10-15  Jon Grimm <jgrimm2@us.ibm.com>
        * config/host-linux.c (TRY_EMPTY_VM_SPACE): Add __powerpc__
        definition.
From-SVN: r89106
+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,
 
 # 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__)