Fix check_750cl_hw_available function
authorRevital Eres <eres@il.ibm.com>
Mon, 5 Nov 2007 18:58:43 +0000 (18:58 +0000)
committerRevital Eres <revitale@gcc.gnu.org>
Mon, 5 Nov 2007 18:58:43 +0000 (18:58 +0000)
From-SVN: r129906

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

index 6f7718a..fd0ab20 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-05  Revital Eres  <eres@il.ibm.com>
+
+       * lib/target-supports.exp (check_750cl_hw_available): Fix typo.
+
 2007-11-05  Douglas Gregor  <doug.gregor@gmail.com>
 
        PR c++/33996
index f4c3e6a..db161cd 100644 (file)
@@ -953,10 +953,10 @@ proc check_750cl_hw_available { } {
             verbose "check_750cl_hw_available testfile status is <$status>" 2
 
             if { $status == "pass" } then {
-                set 750_hw_available_saved 1
+                set 750cl_hw_available_saved 1
             }
         } else {
-            verbose "check_750_hw_availalble testfile compilation failed" 2
+            verbose "check_750cl_hw_availalble testfile compilation failed" 2
         }
     }
     return $750cl_hw_available_saved