]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 db580e4bc9b15fd87fde71199e39f789cb932b07..18305614ff9536dd9763f4e29dcf49e4cdce5f69 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 15197e4c2960bd99c15107c4b3408c2d5e3a204b..8f3691861b29bc68b13a74233762c41e930581fa 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*]]