Re: [PATCH 4/6] arm, aarch64: Add support for __GCC_ASM_FLAG_OUTPUTS__

2019-11-08 Thread Richard Henderson
On 11/8/19 11:54 AM, Richard Henderson wrote: > +@table @code > +@item eq > +``equal'' or Z flag set > +@item ne > +``not equal'' or Z flag clear > +@item cs > +``carry'' or C flag set > +@item cc > +C flag clear > +@item mi > +``minus'' or N flag set > +@item pl > +``plus'' or N flag clear > +@ite

[PATCH 4/6] arm, aarch64: Add support for __GCC_ASM_FLAG_OUTPUTS__

2019-11-08 Thread Richard Henderson
Since all but a couple of lines is shared between the two targets, enable them both at once. * config/arm/aarch-common-protos.h (arm_md_asm_adjust): Declare. * config/arm/aarch-common.c (arm_md_asm_adjust): New. * config/arm/arm-c.c (arm_cpu_builtins): Define __GCC_