Yet more hppa testuite tweaks for hppa-linux.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / vtable / vtable.exp
index 5d14451524782e65cc954459eab655694bbc3371..28fe4dfaad0f9b1c200da756eab3fc3eef632256 100644 (file)
@@ -15,19 +15,37 @@ proc run_list_test { name opts } {
 }
 
 # Vtable bits are only supported by ELF targets.
-if {[istarget "*-*-elf*"] || [istarget "*-*-linux*"]} then {
-
+if { ([istarget "*-*-elf*"]            
+      || [istarget "*-*-linux*"])
+     && ![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
     }
 
+    # not yet supported by i960
+    if {[istarget "i960-*-*"]} {
+      return
+    }
+
     run_dump_test "inherit0" 
     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.023169 seconds and 4 git commands to generate.