Re: [PATCH, AArch64] Fix the generation of .arch and .cpu assembly directives

2013-04-22 Thread Yufeng Zhang
On 04/22/13 15:43, Marcus Shawcroft wrote: Yufeng, please back port this patch to 4.8. Done in r198146. Yufeng

Re: [PATCH, AArch64] Fix the generation of .arch and .cpu assembly directives

2013-04-22 Thread Marcus Shawcroft
Yufeng, please back port this patch to 4.8. Thanks /Marcus On 10 April 2013 15:44, Yufeng Zhang wrote: > Hi, > > This patch changes the compiler to correctly generate .arch and .cpu > assembly directives in order to support the inline assembly of > instructions that are part of a feature, e.g. c

Re: [PATCH, AArch64] Fix the generation of .arch and .cpu assembly directives

2013-04-10 Thread Marcus Shawcroft
On 10/04/13 15:44, Yufeng Zhang wrote: Hi, This patch changes the compiler to correctly generate .arch and .cpu assembly directives in order to support the inline assembly of instructions that are part of a feature, e.g. crypto. OK for the trunk? Thanks, Yufeng gcc/ * config/aarch