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/aarch64/aarch64.c (aarch64_print_extension): New function. (aarch64_start_file): Use the new function.
OK