This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260708 - in /trunk/gcc: ChangeLog config.in co...
- From: ro at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 25 May 2018 08:00:44 -0000
- Subject: r260708 - in /trunk/gcc: ChangeLog config.in co...
Author: ro
Date: Fri May 25 07:57:10 2018
New Revision: 260708
URL: https://gcc.gnu.org/viewcvs?rev=260708&root=gcc&view=rev
Log:
Support SHF_EXCLUDE on non-x86 and with Solaris as
* configure.ac (gcc_cv_as_section_has_e): Move to common section.
Rename to...
(gcc_cv_as_section_exclude): ... this.
Try Solaris as #exclude syntax.
* configure: Regenerate.
* config.in: Regenerate.
* config/i386/i386.c (i386_solaris_elf_named_section): Handle
SECTION_EXCLUDE.
* config/sparc/sparc.c (sparc_solaris_elf_asm_named_section)
[HAVE_GAS_SECTION_EXCLUDE]: Handle SECTION_EXCLUDE.
* varasm.c (default_elf_asm_named_section): Don't check if
HAVE_GAS_SECTION_EXCLUDE is defined.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config.in
trunk/gcc/config/i386/i386.c
trunk/gcc/config/sparc/sparc.c
trunk/gcc/configure
trunk/gcc/configure.ac
trunk/gcc/varasm.c