]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/testsuite/lib/binutils-common.exp
Deprecate a.out support for NetBSD targets.
[thirdparty/binutils-gdb.git] / binutils / testsuite / lib / binutils-common.exp
index c98a65b89a1229d5650f4131172736370471cae3..d07b32c2e0edcabdfee1fef435a47f66226457bb 100644 (file)
@@ -68,9 +68,7 @@ proc is_elf_format {} {
        return 0
     }
 
-    if { ![istarget *-*-netbsdelf*]
-        && (   [istarget vax-*-netbsd*]
-            || [istarget ns32k-*-netbsd*]) } {
+    if { [istarget *-*-netbsdaout*] } {
        return 0
     }
 
@@ -90,8 +88,7 @@ proc is_aout_format {} {
         || [istarget *-*-bsd*]
         || [istarget *-*-msdos*]
         || [istarget ns32k-*-*]
-        || [istarget pdp11-*-*]
-        || [istarget vax-*-netbsd] } {
+        || [istarget pdp11-*-*] } {
        return 1
     }
     return 0