aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-06-04 15:56:33 +0930
committerAlan Modra <amodra@gmail.com>2020-06-04 16:11:23 +0930
commit0a4f37af5c477c0e7beaac1ef0526c0f6aee1935 (patch)
treebbe72e5f46d748a337afc23b092a6740a7fcaa3c
parente2c8dab6ae8654a928ab9364d5090781a4a6f62f (diff)
downloadfsf-binutils-gdb-0a4f37af5c477c0e7beaac1ef0526c0f6aee1935.zip
fsf-binutils-gdb-0a4f37af5c477c0e7beaac1ef0526c0f6aee1935.tar.gz
fsf-binutils-gdb-0a4f37af5c477c0e7beaac1ef0526c0f6aee1935.tar.bz2
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
-rw-r--r--binutils/ChangeLog7
-rw-r--r--binutils/testsuite/binutils-all/i386/i386.exp2
-rw-r--r--binutils/testsuite/binutils-all/x86-64/objects.exp3
-rw-r--r--binutils/testsuite/binutils-all/x86-64/x86-64.exp2
4 files changed, 7 insertions, 7 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 44200c2..706f283 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2020-06-04 Alan Modra <amodra@gmail.com>
+
+ * testsuite/binutils-all/i386/i386.exp: Remove global directive
+ outside proc body.
+ * testsuite/binutils-all/x86-64/objects.exp: Likewise.
+ * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
+
2020-06-03 Joel Anderson <joelanderson333@gmail.com>
* windmc.h (struct mc_node): Add id_typecast field.
diff --git a/binutils/testsuite/binutils-all/i386/i386.exp b/binutils/testsuite/binutils-all/i386/i386.exp
index 238172d..1ec07fb 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
diff --git a/binutils/testsuite/binutils-all/x86-64/objects.exp b/binutils/testsuite/binutils-all/x86-64/objects.exp
index 5fc050d..338f1d7 100644
--- a/binutils/testsuite/binutils-all/x86-64/objects.exp
+++ b/binutils/testsuite/binutils-all/x86-64/objects.exp
@@ -22,9 +22,6 @@ if {!([istarget "x86_64-*-linux*"]
return
}
-global OBJCOPY
-global OBJCOPYFLAGS
-global READELF
set tempfile tmpdir/x86-64-object-temp.o
set copyfile tmpdir/x86-64-object-copy.o
diff --git a/binutils/testsuite/binutils-all/x86-64/x86-64.exp b/binutils/testsuite/binutils-all/x86-64/x86-64.exp
index ba03f32..4e977c3 100644
--- a/binutils/testsuite/binutils-all/x86-64/x86-64.exp
+++ b/binutils/testsuite/binutils-all/x86-64/x86-64.exp
@@ -20,8 +20,6 @@ if {!([istarget "x86_64-*-linux*"]
return
}
-global tempfile
-global copyfile
set tempfile tmpdir/x86-64temp.o
set copyfile tmpdir/x86-64copy