tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips-elf-flags.exp
index 385dca937bc71e623d53d90ef04cf6f0f0dc44cc..5160d67d2437b35f67721182965b71aaf1937f13 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright (C) 2003-2018 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2020 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -21,7 +21,6 @@ if {![istarget mips*-*-*] || ![is_elf_format]} {
     return
 }
 
-global ldemul
 if {[istarget mips*-*-irix6*]} {
     set ldemul "-melf32bsmip"
 } elseif {[istarget mips*el-*-linux*]} {
@@ -314,7 +313,8 @@ good_combination { "-march=interaptiv-mr2 -32" "-mips32r5 -32" } \
 good_combination { "-march=interaptiv-mr2 -32" "-march=m5100 -32" } \
                 { mips32r2 interaptiv-mr2 } \
                 MIPS32r5 "Imagination interAptiv MR2" \
-                { "DSP ASE" "Enhanced VA Scheme" "MT ASE" }
+                { "DSP ASE" "Enhanced VA Scheme" \
+                  "MCU (MicroController) ASE" "MT ASE" }
 
 good_combination { "-march=gs464 -32" "-march=gs464e -32" }    \
                 { gs464e o32 }                                 \
This page took 0.023797 seconds and 4 git commands to generate.