[patch windows]: Support SECTION_EXCLUDE for pe-coff targets

Richard Henderson rth@redhat.com
Tue Sep 27 22:20:00 GMT 2011


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~



More information about the Gcc-patches mailing list