diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-24 12:28:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-24 12:28:54 +0000 |
commit | 96a62921794e1363ea0fefe723c665c23b341dbc (patch) | |
tree | 5e90d040fc4fe1533207fb7ef63aea858a25ab2c /binutils | |
parent | 4f9d22a0b15a371db7df4b41c1633fde25932ff1 (diff) | |
download | gdb-96a62921794e1363ea0fefe723c665c23b341dbc.zip gdb-96a62921794e1363ea0fefe723c665c23b341dbc.tar.gz gdb-96a62921794e1363ea0fefe723c665c23b341dbc.tar.bz2 |
Don't set bfdtest1 with findfile
* binutils-all/ar.exp (bfdtest1): Remove findfile.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/ar.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 6514b1a..6745baa 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-10-24 H.J. Lu <hongjiu.lu@intel.com> + + * binutils-all/ar.exp (bfdtest1): Remove findfile. + 2012-10-21 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/dw2-1.W: Updated. diff --git a/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp index 05cc261..8b7629e 100644 --- a/binutils/testsuite/binutils-all/ar.exp +++ b/binutils/testsuite/binutils-all/ar.exp @@ -27,7 +27,7 @@ if ![is_remote host] { } } -set bfdtest1 [findfile $base_dir/bfdtest1] +set bfdtest1 $base_dir/bfdtest1 # send_user "Version [binutil_version $AR]" |