r216442 - in /trunk/gcc: ChangeLog configure co...

iverbin@gcc.gnu.org iverbin@gcc.gnu.org
Sun Oct 19 19:40:00 GMT 2014


Author: iverbin
Date: Sun Oct 19 19:40:59 2014
New Revision: 216442

URL: https://gcc.gnu.org/viewcvs?rev=216442&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/configure
    trunk/gcc/configure.ac
    trunk/gcc/langhooks.c
    trunk/gcc/varasm.c



More information about the Gcc-cvs mailing list