aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2005-03-24 23:32:09 +0000
committerJim Wilson <wilson@gcc.gnu.org>2005-03-24 15:32:09 -0800
commita9f15d8302c4ab9dbe8e7233c9c9cc7699c2d950 (patch)
treea06cee261d81dca4cc9913713747eb8b3c4f4908
parent9a15bd63449470abb703e9a34246e1f008b4c4ed (diff)
downloadgcc-a9f15d8302c4ab9dbe8e7233c9c9cc7699c2d950.zip
gcc-a9f15d8302c4ab9dbe8e7233c9c9cc7699c2d950.tar.gz
gcc-a9f15d8302c4ab9dbe8e7233c9c9cc7699c2d950.tar.bz2
Remove docs for removed option.
* doc/install.texi (--enable-altivec): Delete docs. From-SVN: r97018
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi6
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e36d1b2..5f7c586 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-24 James E Wilson <wilson@specifixinc.com>
+
+ * doc/install.texi (--enable-altivec): Delete docs.
+
2005-03-24 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/predicates.md (easy_fp_constant): Return 0 for
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 471c5a0..47a7462 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -973,12 +973,6 @@ systems that support conditional traps).
Division by zero checks use the break instruction.
@end table
-@item --enable-altivec
-Specify that the target supports AltiVec vector enhancements. This
-option will adjust the ABI for AltiVec enhancements, as well as generate
-AltiVec code when appropriate. This option is only available for
-PowerPC systems.
-
@item --enable-__cxa_atexit
Define if you want to use __cxa_atexit, rather than atexit, to
register C++ destructors for local statics and global objects.