Submitted the SECTION_EXCLUDE part to trunk. Thanks, -Sri.
On Tue, Sep 27, 2011 at 10:51 AM, Kai Tietz <ktiet...@googlemail.com> wrote: > > 2011/9/27 Richard Henderson <r...@redhat.com>: > > On 09/23/2011 04:45 PM, Sriraman Tallam wrote: > >> I also want the SECTION_EXCLUDE part alone to be considered for trunk. > > > > This is ok for trunk. > > > > Kai, is there a similar flag for pe-coff? I.e. is there something > > reasonable that we can add to i386_pe_asm_named_section? > > Well, pe-coff also has SEC_EXCLUDE. Its meaning is that the section > gets discarded on linking. I checked in gas/config/obj-coff.c and > there is right now AFAICS no way to specify this flag for a section. > But it should be trivial to add it there with specifier 'e'. > > Kai