aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2011-07-06 13:58:39 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2011-07-06 13:58:39 +0000
commitd1a6ec10922732aebd828be711062731f51ee2ff (patch)
tree9abf49753e2d5ba3caa1c7ae8b17786242983985
parentff3e08afdd5814f51dbe59332df690474de5f050 (diff)
downloadgcc-d1a6ec10922732aebd828be711062731f51ee2ff.zip
gcc-d1a6ec10922732aebd828be711062731f51ee2ff.tar.gz
gcc-d1a6ec10922732aebd828be711062731f51ee2ff.tar.bz2
install.texi (Configuration): It's --enable-gnu-indirect-function, not --enable-indirect-function.
* doc/install.texi (Configuration): It's --enable-gnu-indirect-function, not --enable-indirect-function. From-SVN: r175915
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a853add..7a7326b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-06 Ian Lance Taylor <iant@google.com>
+
+ * doc/install.texi (Configuration): It's
+ --enable-gnu-indirect-function, not --enable-indirect-function.
+
2011-07-06 Bernd Schmidt <bernds@codesourcery.com>
* simplify-rtx.c (simplify_const_binary_operation): Use the
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 49aac95..78a6ee8 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1245,7 +1245,7 @@ destructors, but requires __cxa_atexit in libc. This option is currently
only available on systems with GNU libc. When enabled, this will cause
@option{-fuse-cxa-atexit} to be passed by default.
-@item --enable-indirect-function
+@item --enable-gnu-indirect-function
Define if you want to enable the @code{ifunc} attribute. This option is
currently only available on systems with GNU libc on certain targets.