Commit 013c0411 by Joseph Myers Committed by Joseph Myers

rs6000.c (rs6000_handle_option): Don't fall through from -mfpu= handling.

	* config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
	through from -mfpu= handling.
	* config/rs6000/rs6000.opt (mfpu=): Use Var and Init.

From-SVN: r173448
parent a0905f8b
2011-05-05 Joseph Myers <joseph@codesourcery.com>
* config/rs6000/rs6000.c (rs6000_handle_option): Don't fall
through from -mfpu= handling.
* config/rs6000/rs6000.opt (mfpu=): Use Var and Init.
2011-05-05 Bernd Schmidt <bernds@codesourcery.com> 2011-05-05 Bernd Schmidt <bernds@codesourcery.com>
* dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle * dwarf2out.c (dwarf2out_frame_debug_expr) [rule 10]: Handle
......
...@@ -4480,7 +4480,7 @@ rs6000_handle_option (struct gcc_options *opts, struct gcc_options *opts_set, ...@@ -4480,7 +4480,7 @@ rs6000_handle_option (struct gcc_options *opts, struct gcc_options *opts_set,
opts_set->x_target_flags |= MASK_SOFT_FLOAT; opts_set->x_target_flags |= MASK_SOFT_FLOAT;
opts->x_rs6000_single_float = opts->x_rs6000_double_float = 0; opts->x_rs6000_single_float = opts->x_rs6000_double_float = 0;
} }
/* Fall through. */ break;
case OPT_mrecip: case OPT_mrecip:
opts->x_rs6000_recip_name = (value) ? "default" : "none"; opts->x_rs6000_recip_name = (value) ? "default" : "none";
......
...@@ -492,7 +492,7 @@ Target RejectNegative Var(rs6000_simple_fpu) Save ...@@ -492,7 +492,7 @@ Target RejectNegative Var(rs6000_simple_fpu) Save
Floating point unit does not support divide & sqrt Floating point unit does not support divide & sqrt
mfpu= mfpu=
Target RejectNegative Joined Enum(fpu_type_t) Target RejectNegative Joined Enum(fpu_type_t) Var(rs6000_fpu_type) Init(FPU_NONE)
-mfpu= Specify FP (sp, dp, sp-lite, dp-lite) (implies -mxilinx-fpu) -mfpu= Specify FP (sp, dp, sp-lite, dp-lite) (implies -mxilinx-fpu)
Enum Enum
......
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