tcl global directive outside proc body does nothing (binutils)
authorAlan Modra <amodra@gmail.com>
Thu, 4 Jun 2020 06:26:33 +0000 (15:56 +0930)
committerAlan Modra <amodra@gmail.com>
Thu, 4 Jun 2020 06:41:23 +0000 (16:11 +0930)
* testsuite/binutils-all/i386/i386.exp
* testsuite/binutils-all/x86-64/objects.exp
* testsuite/binutils-all/x86-64/x86-64.exp

binutils/ChangeLog
binutils/testsuite/binutils-all/i386/i386.exp
binutils/testsuite/binutils-all/x86-64/objects.exp
binutils/testsuite/binutils-all/x86-64/x86-64.exp

index 44200c224bf3d873af50899b5c21aa4f4286e899..706f283bd2525bcd6270d087211519d914e2d594 100644 (file)
@@ -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.
index 238172d805ede0f5896758e282953f85bc8a12f1..1ec07fb461c90b8ecb40f7ad373de9a86163acde 100644 (file)
@@ -24,8 +24,6 @@ if {!([istarget "i*86-*-linux*"]
     return
 }
 
-global tempfile
-global copyfile
 set tempfile tmpdir/i386temp.o
 set copyfile tmpdir/i386copy
 
index 5fc050d2cd1e74d09f9107839f543ead19d8f90d..338f1d73665e7575159ca2687441c85b9bcce866 100644 (file)
@@ -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
 
index ba03f32cd1f1e2e7593e280e5cce688ebea0cefe..4e977c3c8361fce89a9285a8f12f2523d4762186 100644 (file)
@@ -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
 
This page took 0.03959 seconds and 4 git commands to generate.