]> gcc.gnu.org Git - gcc.git/commitdiff
host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.
authorAndrew Pinski <apinski@cavium.com>
Thu, 17 Nov 2011 21:01:08 +0000 (21:01 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 17 Nov 2011 21:01:08 +0000 (13:01 -0800)
2011-11-17  Andrew Pinski  <apinski@cavium.com>

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

From-SVN: r181456

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

index 34749f504a97c6e482bdc3ca2d6b249847a8d33f..c34126eacb0ea005dd650b2f84f2b766afa0bf00 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * builtins.c (expand_builtin): Remove 4th parameter representing 
index ec6105577a6ef19cea46711b00c75db9f79a553e..94b7a0b89a76b5cf1d0f995b5b32288793d3acf3 100644 (file)
 # define TRY_EMPTY_VM_SPACE    0x40000000
 #elif defined(__ARM_EABI__)
 # 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
 # define TRY_EMPTY_VM_SPACE    0
 #endif
This page took 0.104438 seconds and 5 git commands to generate.