OSDN Git Service

* lib/target-supports.dg (check_cxa_atexit_available): Change
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 2006 19:52:34 +0000 (19:52 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 2006 19:52:34 +0000 (19:52 +0000)
v3_target_compile to ${tool}_target_compile.

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

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

index 8ef9826..cad4c32 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 471e096..2e2df3a 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] {