Re: [Patch AArch64 0/3] Fix PR70133

2016-04-11 Thread Richard Earnshaw (lists)
On 06/04/16 11:10, James Greenhalgh wrote: > Hi, > > This patch set fixes PR70133, which is a bug in the way we handle extension > strings after using -march or -mcpu=native. In investigating this, I found > other bugs in the way we communicate architceture intention between the > compiler and the

[Patch AArch64 0/3] Fix PR70133

2016-04-06 Thread James Greenhalgh
Hi, This patch set fixes PR70133, which is a bug in the way we handle extension strings after using -march or -mcpu=native. In investigating this, I found other bugs in the way we communicate architceture intention between the compiler and the assembler. This patch set cleans this up somewhat. T