For Michael Hope.
authorMichael Hope <michael.hope@linaro.org>
Thu, 5 May 2011 09:52:12 +0000 (09:52 +0000)
committerRamana Radhakrishnan <ramana@gcc.gnu.org>
Thu, 5 May 2011 09:52:12 +0000 (09:52 +0000)
2011-05-05  Michael Hope  <michael.hope@linaro.org>

       PR pch/45979
       * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
       __ARM_EABI__ hosts.

From-SVN: r173421

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

index 7c0776a1f65fcfc981a44ec422ef881ffe7325f1..8ca49a51ae5fe5ef229a8786e75991ed97a48163 100644 (file)
@@ -1,3 +1,9 @@
+2011-05-05  Michael Hope  <michael.hope@linaro.org>
+
+       PR pch/45979
+       * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
+       __ARM_EABI__ hosts.
+
 2011-05-05  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
        * config/spu/spu.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
index 47ce3ea90a7ee88f88efad0f0e1674a94bb2670e..ec6105577a6ef19cea46711b00c75db9f79a553e 100644 (file)
@@ -84,6 +84,8 @@
 # define TRY_EMPTY_VM_SPACE    0x60000000
 #elif defined(__mc68000__)
 # define TRY_EMPTY_VM_SPACE    0x40000000
+#elif defined(__ARM_EABI__)
+# define TRY_EMPTY_VM_SPACE     0x60000000
 #else
 # define TRY_EMPTY_VM_SPACE    0
 #endif