diff options
| author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-24 23:32:09 +0000 |
|---|---|---|
| committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-24 23:32:09 +0000 |
| commit | 81c8673cd5415fa78cb368369ea3a76e967e2472 (patch) | |
| tree | a06cee261d81dca4cc9913713747eb8b3c4f4908 | |
| parent | a7bf78067f76304c16ba2ea4f35a41400154961f (diff) | |
| download | ppe42-gcc-81c8673cd5415fa78cb368369ea3a76e967e2472.tar.gz ppe42-gcc-81c8673cd5415fa78cb368369ea3a76e967e2472.zip | |
Remove docs for removed option.
* doc/install.texi (--enable-altivec): Delete docs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97018 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 e36d1b225af..5f7c58637ef 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 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. |

