Yet more hppa testuite tweaks for hppa-linux.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / vtable / vtable.exp
index f97077224eff4da311cffb544af65c35f7d064fb..28fe4dfaad0f9b1c200da756eab3fc3eef632256 100644 (file)
@@ -20,6 +20,14 @@ if { ([istarget "*-*-elf*"]
      && ![istarget *-*-linux*aout*]
      && ![istarget *-*-linux*oldld*] } then {
 
+    if {[istarget "ia64-*"]} then {
+      return
+    }
+  
+    if {[istarget "hppa*-*-*"]} then {
+      return
+    }
+  
     # not supported by D30V
     if {[istarget "d30v-*-*"]} {
       return
@@ -34,7 +42,10 @@ if { ([istarget "*-*-elf*"]
     run_list_test "inherit1" "-al"
 
     # The vtable entry results are different on Rel and Rela targets.
-    if {[istarget "i*86-*-*"] || [istarget "mips*-*-*"]} then {
+    if {[istarget "i*86-*-*"] 
+       || [istarget "mips*-*-*"] 
+       || [istarget "strongarm*-*-*"] 
+       || [istarget "arm*-*-*"]} then {
 
        run_dump_test "entry0"
 
This page took 0.023901 seconds and 4 git commands to generate.