configure.ac: Add test for new section attribute specifier "e" via define...
authorKai Tietz <ktietz@redhat.com>
Wed, 28 Sep 2011 08:07:39 +0000 (10:07 +0200)
committerKai Tietz <ktietz@gcc.gnu.org>
Wed, 28 Sep 2011 08:07:39 +0000 (10:07 +0200)
commit08c71c82b8b1ea89b092f06bb2e84dc40ad3cd2f
tree54fa8e39315a2300568c6f1addebf0270867b3ce
parent5e3a0ed1a7e8d1c08052cb5939fb86529623cab9
configure.ac: Add test for new section attribute specifier "e" via define...

* configure.ac: Add test for new section attribute
specifier "e" via define HAVE_GAS_SECTION_EXCLUDE.
* config.in: Regenerated.
* configure: Regenerated.
* config/i386/winnt.c (i386_pe_asm_named_section): Emit
new section flag "e" for excluded sections, if supported.
Otherwise we mark section withc SECTION_EXCLUDE flag
as never-load.

From-SVN: r179308
gcc/ChangeLog
gcc/config.in
gcc/config/i386/winnt.c
gcc/configure
gcc/configure.ac