diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-29 14:58:52 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-29 14:58:52 +0000 |
commit | 1c6e0788f1a7e6b577c101d5c3ee9a8cb01ac4d5 (patch) | |
tree | 29a61336a4b0fe515e260e6960da160e7f939916 /gcc/config.in | |
parent | 5461e6831b1527ad3583f92d7d3f69cf9716838e (diff) | |
download | gcc-1c6e0788f1a7e6b577c101d5c3ee9a8cb01ac4d5.tar.gz |
* configure.ac: Add --enable-indirect-function option.
* config.gcc: Add default_gnu_indirect_function.
* config.in (HAVE_GAS_INDIRECT_FUNCTION): Rename to ...
(HAVE_GNU_INDIRECT_FUNCTION): ... this.
* varasm.c (do_assemble_alias): Adjust for macto name change.
* configure: Rebuilt.
* doc/install.texi: Document --enable-indirect-function.
testsuite/
* lib/target-supports-dg.exp (dg-require-ifunc): Remove extraneous
alias checking.
* lib/target-supports.exp (check_ifunc_available): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164725 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.in b/gcc/config.in index 574c033e894..3925a111e18 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -959,8 +959,8 @@ /* Define if your assembler and linker support .hidden. */ #undef HAVE_GAS_HIDDEN -/* Define if your assembler supports indirect function type. */ -#undef HAVE_GAS_INDIRECT_FUNCTION +/* Define if your system supports gnu indirect functions. */ +#undef HAVE_GNU_INDIRECT_FUNCTION /* Define if your assembler supports .lcomm with an alignment field. */ #ifndef USED_FOR_TARGET |