OSDN Git Service

* lib/target-supports.exp (check_effective_target_mpc_pow): Fix
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Aug 2009 16:44:00 +0000 (16:44 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Aug 2009 16:44:00 +0000 (16:44 +0000)
typo in cache name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150851 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 497886e..3bc3bc3 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * lib/target-supports.exp (check_effective_target_mpc_pow): Fix
+       typo in cache name.
+
 2009-08-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR fortran/41075
index e2fef18..27300b3 100644 (file)
@@ -3081,7 +3081,7 @@ proc check_effective_target_mpc { } {
 # Return 1 if the MPC library with mpc_pow is integrated with GCC, 0 otherwise.
 
 proc check_effective_target_mpc_pow { } {
-    return [check_no_compiler_messages mpc executable {
+    return [check_no_compiler_messages mpc_pow executable {
        extern void link_error(void);
        int main ()
        {