diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-11-27 09:11:06 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-11-27 09:11:06 +0000 |
commit | d4a43794d23f7bcbca91fc648e8afe612fbb6632 (patch) | |
tree | 58489e485b1d9a255debff58687313c20122fd7c /gas | |
parent | 247196c8400e1fe989f7a4faae0f0d59ccee4fe1 (diff) | |
download | gdb-d4a43794d23f7bcbca91fc648e8afe612fbb6632.zip gdb-d4a43794d23f7bcbca91fc648e8afe612fbb6632.tar.gz gdb-d4a43794d23f7bcbca91fc648e8afe612fbb6632.tar.bz2 |
binutils/testsuite/
2013-11-27 Matthew Fortune <matthew.fortune@imgtec.com>
* binutils-all/objcopy.exp: Consider mips-mti-elf the same as
mips-sde-elf
* binutils-all/readelf.exp: Likewise
gas/testsuite/
2013-11-27 Matthew Fortune <matthew.fortune@imgtec.com>
* gas/mips/mips.exp: Consider mips-mti-elf the same as mips-sde-elf
ld/testsuite/
2013-11-27 Matthew Fortune <matthew.fortune@imgtec.com>
* ld-mips-elf/mips-elf.exp: Consider mips-mti-elf the same as
mips-sde-elf
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index be53157..281f9eb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-11-27 Matthew Fortune <matthew.fortune@imgtec.com> + + * gas/mips/mips.exp: Consider mips-mti-elf the same as mips-sde-elf + 2013-11-20 Yufeng Zhang <yufeng.zhang@arm.com> * gas/aarch64/msr.s: Add tests. diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index 121566a..dfc92d9 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -466,10 +466,12 @@ if { [istarget mips*-*-vxworks*] } { run_dump_test "vxworks1-xgot-el" } elseif { [istarget mips*-*-*] } { set addr32 [expr [istarget mipstx39*-*-*] || [istarget mips-*-linux*] || [istarget mipsel-*-linux*]] - set has_newabi [expr [istarget *-*-irix6*] || [istarget mips*-*-linux*] || [istarget mips*-sde-elf*]] + set has_newabi [expr [istarget *-*-irix6*] || [istarget mips*-*-linux*] \ + || [istarget mips*-sde-elf*] || [istarget mips*-mti-elf*]] if { [istarget "mips*-*-*linux*"] || [istarget "mips*-sde-elf*"] + || [istarget "mips*-mti-elf*"] || [istarget "mips*-*-*bsd*"] } then { set tmips "t" } else { |