Use is_xcoff_format in ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-checks / checks.exp
index c351c0000e058cc112b27a29208319430e944ba0..fbda5e7f5e388a02401cdab0e797eee45d86454b 100644 (file)
@@ -27,11 +27,8 @@ proc section_check {} {
     global srcdir
     global subdir
 
-    # The usage of .lcomm in asm.s is incompatible with ia64 and ppc coff.
-    if { [istarget ia64-*-*]
-        || [istarget powerpc*-*-aix*]
-        || [istarget powerpc-*-beos*]
-        || [istarget rs6000-*-*] } {
+    # The usage of .lcomm in asm.s is incompatible with ia64 and ppc xcoff.
+    if { [istarget ia64-*-*] || [is_xcoff_format] } {
        return
     }
     set test "check sections 1"
This page took 0.022418 seconds and 4 git commands to generate.