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
This commit is contained in:
Jon Grimm 2004-10-15 17:22:02 +00:00 committed by David Edelsohn
parent 1ebfb3cf38
commit eff41b9f95
2 changed files with 7 additions and 0 deletions

View 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,

View 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__)