]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
binutils/testsuite/
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 27 Nov 2013 09:11:06 +0000 (09:11 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Wed, 27 Nov 2013 09:11:06 +0000 (09:11 +0000)
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

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp
binutils/testsuite/binutils-all/readelf.exp
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
ld/testsuite/ChangeLog
ld/testsuite/ld-mips-elf/mips-elf.exp

index e3ac703528e816bcc8b608bc3b77f5421812263b..67c7260ac510c222ba932f4505317d5e31ff554b 100644 (file)
@@ -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.
index 4dfb73c7b8fcf5a7bff51c253e0d12592b700aea..dca962d2fc76d05790bbdb38bcac420adaff1fe9 100644 (file)
@@ -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*"
index db56a8685534ea3e185135dcff473b4cf72c5f29..9a3e6bd6b08faa5c1c40535402b9cf56cc21b7f7 100644 (file)
@@ -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 {
index be531577a2620a1492e64fcd51bb2e11e2eaffe5..281f9ebaf95ccb8d30e557fd39313b8a652e9173 100644 (file)
@@ -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.
index 121566a5301f59349e84ce0e842ce5ee74ee3e5e..dfc92d952983f6c2689b3e350b8369d1ad3e2769 100644 (file)
@@ -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 {
index 3ccefaf19a204fda75e461d575b3073c48e83934..fe9589fd8018d6210a84725b566979943a6c3e7e 100644 (file)
@@ -1,3 +1,8 @@
+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
+
 2013-11-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/16259
index a66a2891ed1983492b00bd9b70fa8b06b8408cbe..a9d16ec7ffaee6dd8fea841764c11cd567fba4ce 100644 (file)
@@ -55,7 +55,8 @@ if {![istarget mips*-*-*] || ![is_elf_format]} {
 
 set has_newabi [expr [istarget *-*-irix6*] \
                     || [istarget mips*-*-linux*] \
-                    || [istarget mips*-sde-elf*]]
+                    || [istarget mips*-sde-elf*] \
+                    || [istarget mips*-mti-elf*]]
 set linux_gnu [expr [istarget mips*-*-linux*]]
 set embedded_elf [expr [istarget mips*-*-elf]]
 
@@ -78,7 +79,8 @@ if { [istarget *-*-irix6*] } {
     set abi_asflags(o32) "-32 -EB"
     set abi_ldflags(o32) -melf32btsmip_fbsd
 }
-if { [istarget mips*-*-linux*] || [istarget mips*-sde-elf*] } {
+if { [istarget mips*-*-linux*] || [istarget mips*-sde-elf*]
+     || [istarget mips*-mti-elf*] } {
     set abi_ldflags(n32) -melf32btsmipn32
     set abi_ldflags(n64) -melf64btsmip
 } elseif { [istarget mips64*-*freebsd*] } {