Set SECTION_EXCLUDE flag for LTO sections.
authoriverbin <iverbin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Oct 2014 19:40:59 +0000 (19:40 +0000)
committeriverbin <iverbin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Oct 2014 19:40:59 +0000 (19:40 +0000)
commit1479afa463f6eca2f34b518644dcf14e9fbe2241
treeb1a71a512384885501a7bb4ae73a119c424e9965
parent5b344fe120b89c87df6ca0117ea7714e924eab48
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216442 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/configure
gcc/configure.ac
gcc/langhooks.c
gcc/varasm.c