Commit 9950a4f2 by Andrew Pinski Committed by Andrew Pinski

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
parent 25924c61
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
......
......@@ -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__)
......
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