Re: [PATCH] [AArch64] Fix PR77635

2016-11-23 Thread Richard Earnshaw (lists)
On 23/11/16 05:25, Hurugalawadi, Naveen wrote: > Hi, > > Please find attached the patch that fixes PR77635. > > Some load pair testcase fails when gcc is configured "--with-cpu=thunderx" > as -mcpu=generic is missed out in them. > The attached patch modifies the testcases to use -mcpu=generic. >

[PATCH] [AArch64] Fix PR77635

2016-11-22 Thread Hurugalawadi, Naveen
Hi, Please find attached the patch that fixes PR77635. Some load pair testcase fails when gcc is configured "--with-cpu=thunderx" as -mcpu=generic is missed out in them. The attached patch modifies the testcases to use -mcpu=generic. Please review the patch and let me know if its okay? 2016-11-