Commit 95dc56a4 by H.J. Lu

arm.opt (target_fpe_name): Remove VarExists.

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.

From-SVN: r113871
parent bfce0853
...@@ -77,7 +77,7 @@ Target RejectNegative Joined Var(target_float_abi_name) ...@@ -77,7 +77,7 @@ Target RejectNegative Joined Var(target_float_abi_name)
Specify if floating point hardware should be used Specify if floating point hardware should be used
mfp= mfp=
Target RejectNegative Joined Undocumented Var(target_fpe_name) VarExists Target RejectNegative Joined Undocumented Var(target_fpe_name)
;; Now ignored. ;; Now ignored.
mfpe mfpe
......
...@@ -144,7 +144,7 @@ Target Report RejectNegative Var(TARGET_NO_FP_IN_TOC) ...@@ -144,7 +144,7 @@ Target Report RejectNegative Var(TARGET_NO_FP_IN_TOC)
Do not place floating point constants in TOC Do not place floating point constants in TOC
mfp-in-toc mfp-in-toc
Target Report RejectNegative Var(TARGET_NO_FP_IN_TOC,0) VarExists Target Report RejectNegative Var(TARGET_NO_FP_IN_TOC,0)
Place floating point constants in TOC Place floating point constants in TOC
mno-sum-in-toc mno-sum-in-toc
......
...@@ -169,8 +169,8 @@ The variable specified by the @code{Var} property already exists. ...@@ -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 No definition should be added to @file{options.c} in response to
this option record. this option record.
You should use this property if an earlier option has already declared You should use this property only if the variable is declared outside
the variable or if the variable is declared outside @file{options.c}. @file{options.c}.
@item Init(@var{value}) @item Init(@var{value})
The variable specified by the @code{Var} property should be statically The variable specified by the @code{Var} property should be statically
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment