X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-checks%2Fchecks.exp;h=fbda5e7f5e388a02401cdab0e797eee45d86454b;hb=7193487fa8d496a1df20eb8ea5007e9b43ac07cb;hp=c351c0000e058cc112b27a29208319430e944ba0;hpb=34e7979860c303d0c16e21e5033246277826c3a6;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp index c351c0000e..fbda5e7f5e 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"