From 38ccd98ad261f6cd075b2bf7c195978278e73e58 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Fri, 12 May 2006 19:52:34 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/lib/target-supports.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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] { -- 2.30.2