Set SECTION_EXCLUDE flag for LTO sections.
authorIlya Verbin <ilya.verbin@intel.com>
Sun, 19 Oct 2014 19:40:59 +0000 (19:40 +0000)
committerIlya Verbin <iverbin@gcc.gnu.org>
Sun, 19 Oct 2014 19:40:59 +0000 (19:40 +0000)
commitd856054bc7b4d494010234816bcb25e837eea3b1
treeb1a71a512384885501a7bb4ae73a119c424e9965
parente80f9fef341bdd66fff59e18df3044f5fe2e5166
Set SECTION_EXCLUDE flag for LTO sections.

gcc/
* configure: Regenerate.
* configure.ac: Move the test for section attribute specifier "e" in GAS
out to all i[34567]86-*-* | x86_64-*-* targets and add --fatal-warnings.
* langhooks.c (lhd_begin_section): Set SECTION_EXCLUDE flag.
* varasm.c (default_elf_asm_named_section): Guard SECTION_EXCLUDE with
ifdef HAVE_GAS_SECTION_EXCLUDE.

From-SVN: r216442
gcc/ChangeLog
gcc/configure
gcc/configure.ac
gcc/langhooks.c
gcc/varasm.c