On 26/02/14 02:25, Andrew Pinski wrote:
>
> Hi,
> Just like most of the targets out there we should define
> TRY_EMPTY_VM_SPACE to have better PCH support.
>
> OK? Built and tested on aarch64-linux-gnu with no regressions.
>
> Thanks,
> Andrew Pinski
>
> * config/host-linux.c (TRY_EMPT
On Tue, Feb 25, 2014 at 06:25:11PM -0800, Andrew Pinski wrote:
> -#elif defined(__aarch64__)
> +#elif defined(__aarch64__) && defined(__LP64__)
> # define TRY_EMPTY_VM_SPACE 0x10
> +#elif defined(__aarch64__)
> +# define TRY_EMPTY_VM_SPACE 0x6000
awesome. thanks andrew!
--kyle
On 26 February 2014 02:25, Andrew Pinski wrote:
>
> Hi,
> Just like most of the targets out there we should define
> TRY_EMPTY_VM_SPACE to have better PCH support.
>
> OK? Built and tested on aarch64-linux-gnu with no regressions.
This is OK for stage-1.
/Marcus