On 14/02/14 14:14, Richard Earnshaw wrote: > On 14/02/14 13:47, Jakub Jelinek wrote: >> On Fri, Feb 14, 2014 at 01:43:26PM +0000, Richard Earnshaw wrote: >>> On 31/01/14 19:59, Kyle McMartin wrote: >>>> 2014-01-31 Kyle McMartin <k...@redhat.com> >>>> >>>> PR pch/60010 >>>> * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64. >>>> >>> >>> This is OK, subject to RM approval. >> >> Ok. Kyle, do you have commit access, or Richard, are you going to check it >> in for Kyle? >> >>>> --- a/gcc/config/host-linux.c >>>> +++ b/gcc/config/host-linux.c >>>> @@ -86,6 +86,8 @@ >>>> # define TRY_EMPTY_VM_SPACE 0x60000000 >>>> #elif defined(__mc68000__) >>>> # define TRY_EMPTY_VM_SPACE 0x40000000 >>>> +#elif defined(__aarch64__) >>>> +# define TRY_EMPTY_VM_SPACE 0x1000000000 >>>> #elif defined(__ARM_EABI__) >>>> # define TRY_EMPTY_VM_SPACE 0x60000000 >>>> #elif defined(__mips__) && defined(__LP64__) >> >> Jakub >> > > I've put it in. > > R. >
Kyle, the PR is against 4.8. Have you tested a back-port? R.