diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-17 19:19:02 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-17 19:19:02 +0000 |
commit | 4a7ea892fcd76a0036b3f1c320ede4b6cde5a638 (patch) | |
tree | f51262cec219be1181c187b92938d9a4a82447fa /gcc/doc/options.texi | |
parent | 78e0edfbd2f9e6372b1787c5bc021a7648dae3f3 (diff) | |
download | gcc-4a7ea892fcd76a0036b3f1c320ede4b6cde5a638.tar.gz |
2006-05-17 H.J. Lu <hongjiu.lu@intel.com>
* config/arm/arm.opt (target_fpe_name): Remove VarExists.
* config/rs6000/rs6000.opt (TARGET_NO_FP_IN_TOC): Likewise.
* doc/options.texi (VarExists): Updated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113871 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/options.texi')
-rw-r--r-- | gcc/doc/options.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi index 3afb3c11c21..05fa05b5323 100644 --- a/gcc/doc/options.texi +++ b/gcc/doc/options.texi @@ -169,8 +169,8 @@ The variable specified by the @code{Var} property already exists. No definition should be added to @file{options.c} in response to this option record. -You should use this property if an earlier option has already declared -the variable or if the variable is declared outside @file{options.c}. +You should use this property only if the variable is declared outside +@file{options.c}. @item Init(@var{value}) The variable specified by the @code{Var} property should be statically |