From: Steve Ellcey Date: Fri, 12 May 2006 19:52:34 +0000 (+0000) Subject: target-supports.dg (check_cxa_atexit_available): Change v3_target_compile to ${tool... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38ccd98ad261f6cd075b2bf7c195978278e73e58;p=gcc.git target-supports.dg (check_cxa_atexit_available): Change v3_target_compile to ${tool}_target_compile. * lib/target-supports.dg (check_cxa_atexit_available): Change v3_target_compile to ${tool}_target_compile. From-SVN: r113729 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8ef98268347..cad4c323b0b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-05-12 Steve Ellcey + + * lib/target-supports.dg (check_cxa_atexit_available): Change + v3_target_compile to ${tool}_target_compile. + 2006-05-11 Jason Merrill * lib/scanasm.exp (scan-not-hidden): Fix typo. diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 471e096b777..2e2df3ae5e1 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -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] {