On 09/27/2011 12:58 PM, Kai Tietz wrote: > +#ifdef HAVE_GAS_SECTION_EXCLUDE > + if ((flags & SECTION_EXCLUDE) != 0) > + *f++ = 'e'; > +#endif
If 'e' is not supported, I wonder if we should emit 'n'? Otherwise ok. r~
On 09/27/2011 12:58 PM, Kai Tietz wrote: > +#ifdef HAVE_GAS_SECTION_EXCLUDE > + if ((flags & SECTION_EXCLUDE) != 0) > + *f++ = 'e'; > +#endif
If 'e' is not supported, I wonder if we should emit 'n'? Otherwise ok. r~