Commit eff41b9f by Jon Grimm Committed by David Edelsohn

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

2004-10-15  Jon Grimm <jgrimm2@us.ibm.com>

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

From-SVN: r89106
parent 1ebfb3cf
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> 2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
* bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h, * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,
......
...@@ -71,6 +71,8 @@ ...@@ -71,6 +71,8 @@
# define TRY_EMPTY_VM_SPACE 0x1000000000 # define TRY_EMPTY_VM_SPACE 0x1000000000
#elif defined(__i386) #elif defined(__i386)
# define TRY_EMPTY_VM_SPACE 0x60000000 # define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__powerpc__)
# define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__s390x__) #elif defined(__s390x__)
# define TRY_EMPTY_VM_SPACE 0x8000000000 # define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__s390__) #elif defined(__s390__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment