OSDN Git Service

PR testsuite/56206
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Feb 2013 18:07:06 +0000 (18:07 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Feb 2013 18:07:06 +0000 (18:07 +0000)
* lib/target-supports.exp (check_effective_target_arm_hard_vfp_ok):
Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@195725 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 107f5b9..678bd79 100644 (file)
@@ -1,3 +1,9 @@
+2013-02-04  Janis Johnson  <janisjo@codesourcery.com>
+
+       PR testsuite/56206
+       * lib/target-supports.exp (check_effective_target_arm_hard_vfp_ok):
+       Fix typo.
+
 2013-02-04  Richard Biener  <rguenther@suse.de>
 
        Backport from mainline
index b1e4871..d3898d6 100644 (file)
@@ -2061,7 +2061,7 @@ proc check_effective_target_arm_vfp_ok { } {
 # options.
 
 proc check_effective_target_arm_hard_vfp_ok { } {
-    if { [check_effective_target_arm32] } {
+    if { [check_effective_target_arm32]
         && ! [check-flags [list "" { *-*-* } { "-mfloat-abi=*" } { "-mfloat-abi=hard" }]] } {
        return [check_no_compiler_messages arm_hard_vfp_ok executable {
            int main() { return 0;}