Add iWMMXt support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / elf.exp
index 610217c4c8934c13991f445411c2d95059bbeb56..a967cb7d43c58da5bc6f553c9ccb32204c0162e6 100644 (file)
@@ -37,6 +37,7 @@ if { ([istarget "*-*-elf*"]
      && ![istarget *-*-linux*aout*]
      && ![istarget *-*-linux*coff*]
      && ![istarget *-*-linux*oldld*]
+     && ![istarget sh64*-*-linux*]
 } then {
     set target_machine ""
     if {[istarget "mips*-*-*"]} then {
@@ -45,6 +46,9 @@ if { ([istarget "*-*-elf*"]
     if {[istarget m32r*-*-*]} then {
        set target_machine -m32r
     }
+    if {[istarget xscale*-*-elf]} then {
+       set target_machine -miwmmxt
+    }
     run_dump_test "ehopt0"
     run_dump_test "section0" 
     run_dump_test "section1" 
This page took 0.038412 seconds and 4 git commands to generate.