Re: [PATCH] Add SECTION_EXCLUDE to list of section flags

2011-09-27 Thread Sriraman Tallam
Submitted to trunk after approval from Richard : http://gcc.gnu.org/ml/gcc-patches/2011-09/msg01747.html Thanks, -Sri. On Mon, Sep 26, 2011 at 2:09 PM, Sriraman Tallam wrote: > Hi, > >   Here is a simple patch to add SECTION_EXCLUDE to the list of > section flag macros. Is this ok for trunk? > >

[PATCH] Add SECTION_EXCLUDE to list of section flags

2011-09-26 Thread Sriraman Tallam
Hi, Here is a simple patch to add SECTION_EXCLUDE to the list of section flag macros. Is this ok for trunk? Thanks, -Sri. * output.h (SECTION_EXCLUDE): New macro. * varasm.c (default_elf_asm_named_section): Check for SECTION_EXCLUDE. Index: gcc/varasm.c =