aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/config/default.exp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-06-04 16:00:46 +0930
committerAlan Modra <amodra@gmail.com>2020-06-04 16:11:38 +0930
commit1cf67587a0980e5fee20cad75f2c1fe01af6e808 (patch)
treed191b483bf930e74f8f725baa37657b92b434abf /gas/testsuite/config/default.exp
parent0a4f37af5c477c0e7beaac1ef0526c0f6aee1935 (diff)
downloadgdb-1cf67587a0980e5fee20cad75f2c1fe01af6e808.zip
gdb-1cf67587a0980e5fee20cad75f2c1fe01af6e808.tar.gz
gdb-1cf67587a0980e5fee20cad75f2c1fe01af6e808.tar.bz2
tcl global directive outside proc body does nothing (gas)
* testsuite/config/default.exp: Remove global directive outside proc body. * testsuite/gas/mep/complex-relocs.exp: Likewise. * testsuite/gas/microblaze/relax_size.exp: Likewise. * testsuite/gas/microblaze/reloc_sym.exp: Likewise. * testsuite/gas/mt/relocs.exp: Likewise. * testsuite/gas/rx/rx.exp: Likewise.
Diffstat (limited to 'gas/testsuite/config/default.exp')
-rw-r--r--gas/testsuite/config/default.exp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/testsuite/config/default.exp b/gas/testsuite/config/default.exp
index f8e49d8..4a2a543 100644
--- a/gas/testsuite/config/default.exp
+++ b/gas/testsuite/config/default.exp
@@ -16,12 +16,10 @@
load_lib gas-defs.exp
-global AS
if ![info exists AS] then {
set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
}
-global ASFLAGS
if ![info exists ASFLAGS] then {
set ASFLAGS ""
}