Commit 762ff5b3 by Christophe Lyon Committed by Christophe Lyon

[testsuite][ARM] check_effective_target_arm_vfp_ok_nocache: Fix typo in option name

2019-11-18  Christophe Lyon  <christophe.lyon@linaro.org>

	* lib/target-supports.exp
	(check_effective_target_arm_vfp_ok_nocache): Fix typo in option
	name.

From-SVN: r278390
parent 1ce51d9a
2019-11-18 Christophe Lyon <christophe.lyon@linaro.org>
* lib/target-supports.exp
(check_effective_target_arm_vfp_ok_nocache): Fix typo in option
name.
2019-11-17 Jeff Law <law@redhat.com> 2019-11-17 Jeff Law <law@redhat.com>
* gcc.dg/complex-6.c: Do not run dump scan tests for rx target. * gcc.dg/complex-6.c: Do not run dump scan tests for rx target.
......
...@@ -3496,8 +3496,8 @@ proc check_effective_target_arm_vfp_ok_nocache { } { ...@@ -3496,8 +3496,8 @@ proc check_effective_target_arm_vfp_ok_nocache { } {
global et_arm_vfp_flags global et_arm_vfp_flags
set et_arm_vfp_flags "" set et_arm_vfp_flags ""
if { [check_effective_target_arm32] } { if { [check_effective_target_arm32] } {
foreach flags {"-mfpu=vfp" "-mfpu=vfp -mfloat-abi=softfp" "-mpu=vfp -mfloat-abi=hard"} { foreach flags {"-mfpu=vfp" "-mfpu=vfp -mfloat-abi=softfp" "-mfpu=vfp -mfloat-abi=hard"} {
if { [check_no_compiler_messages_nocache arm_fp_ok object { if { [check_no_compiler_messages_nocache arm_vfp_ok object {
#ifndef __ARM_FP #ifndef __ARM_FP
#error __ARM_FP not defined #error __ARM_FP not defined
#endif #endif
......
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