Commit 6c1c875d by Andrew Pinski Committed by Andrew Pinski

host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.

2011-11-17  Andrew Pinski  <apinski@cavium.com>

	* config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.

From-SVN: r181456
parent bb94892a
2011-11-17 Andrew Pinski <apinski@cavium.com>
* config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.
2011-11-17 Andrew MacLeod <amacleod@redhat.com> 2011-11-17 Andrew MacLeod <amacleod@redhat.com>
* builtins.c (expand_builtin): Remove 4th parameter representing * builtins.c (expand_builtin): Remove 4th parameter representing
...@@ -86,6 +86,10 @@ ...@@ -86,6 +86,10 @@
# define TRY_EMPTY_VM_SPACE 0x40000000 # define TRY_EMPTY_VM_SPACE 0x40000000
#elif defined(__ARM_EABI__) #elif defined(__ARM_EABI__)
# define TRY_EMPTY_VM_SPACE 0x60000000 # define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__mips__) && defined(__LP64__)
# define TRY_EMPTY_VM_SPACE 0x8000000000
#elif defined(__mips__)
# define TRY_EMPTY_VM_SPACE 0x60000000
#else #else
# define TRY_EMPTY_VM_SPACE 0 # define TRY_EMPTY_VM_SPACE 0
#endif #endif
......
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