target-supports.dg (check_cxa_atexit_available): Change v3_target_compile to ${tool...
authorSteve Ellcey <sje@cup.hp.com>
Fri, 12 May 2006 19:52:34 +0000 (19:52 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Fri, 12 May 2006 19:52:34 +0000 (19:52 +0000)
* lib/target-supports.dg (check_cxa_atexit_available): Change
v3_target_compile to ${tool}_target_compile.

From-SVN: r113729

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

index 8ef98268347a75fd761945ab6b717daa16dfc7dd..cad4c323b0b320919d897cb1252b2ea494c6b350 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-12  Steve Ellcey  <sje@cup.hp.com>
+
+       * lib/target-supports.dg (check_cxa_atexit_available): Change
+       v3_target_compile to ${tool}_target_compile.
+
 2006-05-11  Jason Merrill  <jason@redhat.com>
 
        * lib/scanasm.exp (scan-not-hidden): Fix typo.
index 471e096b777993e0c6018a3b435923a597ea737c..2e2df3ae5e1860f2fba4bf87a279abbe0d5c36af 100644 (file)
@@ -981,7 +981,7 @@ proc check_cxa_atexit_available { } {
        puts $f "{ return 0; }"
        close $f
 
-       set lines [v3_target_compile $src $exe executable ""]
+       set lines [${tool}_target_compile $src $exe executable ""]
        file delete $src
 
        if [string match "" $lines] {