MIPS: Update the list of addr32 targets
authorMatthew Fortune <matthew.fortune@imgtec.com>
Thu, 4 Sep 2014 08:38:45 +0000 (09:38 +0100)
committerMatthew Fortune <matthew.fortune@imgtec.com>
Thu, 4 Sep 2014 08:46:01 +0000 (09:46 +0100)
gas/testsuite/

* gas/mips/mips.exp: Add mipsisa32 and mipsisa32el to
the list of addr32 targets.

gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp

index db580e4..1830561 100644 (file)
@@ -1,3 +1,8 @@
+2014-09-04  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * gas/mips/mips.exp: Add mipsisa32 and mipsisa32el to
+       the list of addr32 targets.
+
 2014-09-03  Jiong Wang  <jiong.wang@arm.com>
 
        * gas/aarch64/illegal.s: Update testcase.
index 15197e4..8f36918 100644 (file)
@@ -484,7 +484,8 @@ if { [istarget mips*-*-vxworks*] } {
     run_dump_test "vxworks1-el"
     run_dump_test "vxworks1-xgot-el"
 } elseif { [istarget mips*-*-*] } {
-    set addr32 [expr [istarget mipstx39*-*-*] || [istarget mips-*-linux*] || [istarget mipsel-*-linux*]]
+    set addr32 [expr [istarget mipstx39*-*-*] || [istarget mips-*-linux*] || [istarget mipsel-*-linux*] \
+                    || [istarget mipsisa32-*-linux*] || [istarget mipsisa32el-*-linux*]]
     set has_newabi [expr [istarget *-*-irix6*] || [istarget mips*-*-linux*] \
                          || [istarget mips*-sde-elf*] || [istarget mips*-mti-elf*]]