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,9 @@
|
||||
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
|
||||
|
||||
2013-11-21 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* binutils-all/dlltool.exp: Add dlltool_gas_flag to version.dll test.
|
||||
|
||||
@@ -988,7 +988,8 @@ if [is_elf_format] {
|
||||
# targ_defvec=bfd_elf32_nbigmips_vec or
|
||||
# targ_defvec=bfd_elf32_nlittlemips_vec in config.bfd. When syncing,
|
||||
# don't forget that earlier case-matches trump later ones.
|
||||
if { ![istarget "mips*-sde-elf*"] && ![istarget "mips64*-*-openbsd*"] } {
|
||||
if { ![istarget "mips*-sde-elf*"] && ![istarget "mips*-mti-elf*"]
|
||||
&& ![istarget "mips64*-*-openbsd*"] } {
|
||||
setup_xfail "mips*-*-irix5*" "mips*-*-irix6*" "mips*-*-elf*" \
|
||||
"mips*-*-rtems*" "mips*-*-windiss" "mips*-*-none" \
|
||||
"mips*-*-openbsd*" "mips*-*-chorus*"
|
||||
|
||||
@@ -102,6 +102,7 @@ proc readelf_test { options binary_file regexp_file xfails } {
|
||||
if [istarget "mips*-*-*"] then {
|
||||
if { [istarget "mips*-*-*linux*"]
|
||||
|| [istarget "mips*-sde-elf*"]
|
||||
|| [istarget "mips*-mti-elf*"]
|
||||
|| [istarget "mips*-*freebsd*"] } then {
|
||||
set target_machine tmips
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user