From a9f15d8302c4ab9dbe8e7233c9c9cc7699c2d950 Mon Sep 17 00:00:00 2001 From: James E Wilson Date: Thu, 24 Mar 2005 23:32:09 +0000 Subject: [PATCH] Remove docs for removed option. * doc/install.texi (--enable-altivec): Delete docs. From-SVN: r97018 --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e36d1b225af..5f7c58637ef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-03-24 James E Wilson + + * doc/install.texi (--enable-altivec): Delete docs. + 2005-03-24 David Edelsohn * config/rs6000/predicates.md (easy_fp_constant): Return 0 for diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 471c5a0d369..47a7462116e 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.