diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 6 |
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. |
