host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32 definition.

2014-04-16  Andrew  Pinski  <apinski@cavium.com>

	* config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
        definition.

From-SVN: r209457
This commit is contained in:
Andrew Pinski 2014-04-17 00:18:29 +00:00 committed by Andrew Pinski
parent 25924c6153
commit 9950a4f212
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-04-16 Andrew Pinski <apinski@cavium.com>
* config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
definition.
2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
* final.c (compute_alignments): Do not apply loop alignment to a block

View File

@ -86,6 +86,8 @@
# define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__mc68000__)
# define TRY_EMPTY_VM_SPACE 0x40000000
#elif defined(__aarch64__) && defined(__ILP32__)
# define TRY_EMPTY_VM_SPACE 0x60000000
#elif defined(__aarch64__)
# define TRY_EMPTY_VM_SPACE 0x1000000000
#elif defined(__ARM_EABI__)