forked from Imagelibrary/binutils-gdb
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
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user