diff options
author | Steve Ellcey <sje@cup.hp.com> | 2006-05-12 19:52:34 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2006-05-12 19:52:34 +0000 |
commit | 38ccd98ad261f6cd075b2bf7c195978278e73e58 (patch) | |
tree | df443873a73a3cb3bc11a4da329a7e4b511b6f2d | |
parent | 824bceb0333ab2ea272795210c21b3444a00eb1d (diff) | |
download | gcc-38ccd98ad261f6cd075b2bf7c195978278e73e58.zip gcc-38ccd98ad261f6cd075b2bf7c195978278e73e58.tar.gz gcc-38ccd98ad261f6cd075b2bf7c195978278e73e58.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8ef9826..cad4c32 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 471e096..2e2df3a 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] { |