MIPS: Update the list of addr32 targets

gas/testsuite/

	* gas/mips/mips.exp: Add mipsisa32 and mipsisa32el to
	the list of addr32 targets.
This commit is contained in:
Matthew Fortune 2014-09-04 09:38:45 +01:00
parent 38a1a52644
commit b138b7a9ed
2 changed files with 7 additions and 1 deletions

View 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.

View 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*]]