summaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorMatthew Fortune <matthew.fortune@imgtec.com>2014-09-04 09:38:45 +0100
committerMatthew Fortune <matthew.fortune@imgtec.com>2014-09-04 09:46:01 +0100
commitb138b7a9ed2564a8b1420f338d9f71cc3cf28880 (patch)
treec74d67944e4db3ccb0b0f12d8faac2337f0ffe4c /gas/testsuite
parent38a1a52644f83359d132660966f820972edcd43b (diff)
downloadbinutils-gdb-b138b7a9ed2564a8b1420f338d9f71cc3cf28880.tar.gz
MIPS: Update the list of addr32 targets
gas/testsuite/ * gas/mips/mips.exp: Add mipsisa32 and mipsisa32el to the list of addr32 targets.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/mips/mips.exp3
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index db580e4bc9b..18305614ff9 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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.
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
index 15197e4c296..8f3691861b2 100644
--- a/gas/testsuite/gas/mips/mips.exp
+++ b/gas/testsuite/gas/mips/mips.exp
@@ -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*]]