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 /binutils | |
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 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 3 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.exp | 1 |
3 files changed, 9 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index e3ac703..67c7260 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -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. diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 4dfb73c..dca962d 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -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*" diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index db56a86..9a3e6bd 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/binutils/testsuite/binutils-all/readelf.exp @@ -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 { |