Re: [PATCH/AARCH64 1/3] Add AARCH64 ILP32 PCH support

2014-02-28 Thread Richard Earnshaw
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

Re: [PATCH/AARCH64 1/3] Add AARCH64 ILP32 PCH support

2014-02-27 Thread Kyle McMartin
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

Re: [PATCH/AARCH64 1/3] Add AARCH64 ILP32 PCH support

2014-02-27 Thread Marcus Shawcroft
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