On 09/27/2011 07:38 AM, Nick Clifton wrote: > +#define EMIT_EABI_ATTRIBUTE(name,val) > \ > + do \ > + { > \ > + asm_fprintf (asm_out_file, "\t.eabi_attribute %d, %d\t%s " #name "\n", > \ > + name, val, ASM_COMMENT_START); \ > + } > \
You should only emit the comment for -dA, I think. r~