aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2010-09-29 14:58:52 +0000
committerNathan Sidwell <nathan@codesourcery.com>2010-09-29 14:58:52 +0000
commitbc2d9a81907d873d5a2fbf60896501ec95ba3b4e (patch)
tree29a61336a4b0fe515e260e6960da160e7f939916 /gcc/config.in
parent791a9a76b094ce47fcc79ddeab0d06822866f4eb (diff)
* 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: https://gcc.gnu.org/svn/gcc/trunk@164725 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in4
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