This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PCH on AArch64 (PR pch/60010)


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 <kyle@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]