diff options
Diffstat (limited to 'ld/testsuite/ld-checks/checks.exp')
-rw-r--r-- | ld/testsuite/ld-checks/checks.exp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp index c351c00..fbda5e7 100644 --- a/ld/testsuite/ld-checks/checks.exp +++ b/ld/testsuite/ld-checks/checks.exp @@ -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" |