This patch fixes the typo reported in PR testsuite/56206.  Checked in as
obvious.

Janis
2013-02-04  Janis Johnson  <jani...@codesourcery.com>

        PR testsuite/56206
        * lib/target-supports.exp (check_effective_target_arm_hard_vfp_ok):
        Fix typo.

Index: testsuite/lib/target-supports.exp
===================================================================
--- testsuite/lib/target-supports.exp   (revision 195723)
+++ testsuite/lib/target-supports.exp   (working copy)
@@ -2061,7 +2061,7 @@
 # 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;}

Reply via email to