Add iWMMXt support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / elf.exp
index 35371f7f2ebabf8499c42af18c6eaa07c32609a6..a967cb7d43c58da5bc6f553c9ccb32204c0162e6 100644 (file)
@@ -37,11 +37,18 @@ if { ([istarget "*-*-elf*"]
      && ![istarget *-*-linux*aout*]
      && ![istarget *-*-linux*coff*]
      && ![istarget *-*-linux*oldld*]
+     && ![istarget sh64*-*-linux*]
 } then {
     set target_machine ""
-    if [istarget "mips*-*-*"] then {
+    if {[istarget "mips*-*-*"]} then {
        set target_machine -mips
     }
+    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.025952 seconds and 4 git commands to generate.