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 6f7718aaac927a27d365726b7f03976f01163ee4..fd0ab201d406ed958bb1cf66c66c8fd5c4d74b82 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 f4c3e6aea30eddfdbfd4ce6a6a09b19fc97a4f36..db161cdc3b7847e0179efd9921172511ec9480bd 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