diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-04 15:56:33 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-04 16:11:23 +0930 |
commit | 0a4f37af5c477c0e7beaac1ef0526c0f6aee1935 (patch) | |
tree | bbe72e5f46d748a337afc23b092a6740a7fcaa3c /binutils/testsuite/binutils-all/i386 | |
parent | tcl global directive outside proc body does nothing (ld) (diff) | |
download | binutils-gdb-0a4f37af5c477c0e7beaac1ef0526c0f6aee1935.tar.gz binutils-gdb-0a4f37af5c477c0e7beaac1ef0526c0f6aee1935.tar.bz2 binutils-gdb-0a4f37af5c477c0e7beaac1ef0526c0f6aee1935.zip |
tcl global directive outside proc body does nothing (binutils)
* testsuite/binutils-all/i386/i386.exp
* testsuite/binutils-all/x86-64/objects.exp
* testsuite/binutils-all/x86-64/x86-64.exp
Diffstat (limited to 'binutils/testsuite/binutils-all/i386')
-rw-r--r-- | binutils/testsuite/binutils-all/i386/i386.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/binutils/testsuite/binutils-all/i386/i386.exp b/binutils/testsuite/binutils-all/i386/i386.exp index 238172d805e..1ec07fb461c 100644 --- a/binutils/testsuite/binutils-all/i386/i386.exp +++ b/binutils/testsuite/binutils-all/i386/i386.exp @@ -24,8 +24,6 @@ if {!([istarget "i*86-*-linux*"] return } -global tempfile -global copyfile set tempfile tmpdir/i386temp.o set copyfile tmpdir/i386copy |