* testsuite/binutils-all/i386/i386.exp
* testsuite/binutils-all/x86-64/objects.exp
* testsuite/binutils-all/x86-64/x86-64.exp
+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.
return
}
-global tempfile
-global copyfile
set tempfile tmpdir/i386temp.o
set copyfile tmpdir/i386copy
return
}
-global OBJCOPY
-global OBJCOPYFLAGS
-global READELF
set tempfile tmpdir/x86-64-object-temp.o
set copyfile tmpdir/x86-64-object-copy.o
return
}
-global tempfile
-global copyfile
set tempfile tmpdir/x86-64temp.o
set copyfile tmpdir/x86-64copy