diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2018-05-25 07:57:10 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2018-05-25 07:57:10 +0000 |
commit | f8d704048f0900b88a459a60c5fed0e9b7ed8658 (patch) | |
tree | 9946373293ac81d336c677b6b3aa3049f182b4bd /gcc/config.in | |
parent | 9d4ac06e0235697c7fa3144b6790b779e6385ea5 (diff) | |
download | gcc-f8d704048f0900b88a459a60c5fed0e9b7ed8658.tar.gz |
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.
From-SVN: r260708
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.in b/gcc/config.in index 5bccb408016..2856e72d627 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1323,7 +1323,7 @@ #endif -/* Define if your assembler supports specifying the section flag e. */ +/* Define if your assembler supports specifying the exclude section flag. */ #ifndef USED_FOR_TARGET #undef HAVE_GAS_SECTION_EXCLUDE #endif |