diff options
Diffstat (limited to 'ld/testsuite/ld-checks')
-rw-r--r-- | ld/testsuite/ld-checks/checks.exp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp index 9e60a73..f9478df 100644 --- a/ld/testsuite/ld-checks/checks.exp +++ b/ld/testsuite/ld-checks/checks.exp @@ -24,9 +24,10 @@ proc section_check {} { global srcdir global subdir - # The usage of .lcomm in asm.s is incompatible with ia64. - if { [istarget ia64-*-elf*] - || [istarget ia64-*-linux*] } { + # The usage of .lcomm in asm.s is incompatible with ia64 and ppc coff. + if { [istarget ia64-*-elf*] || [istarget ia64-*-linux*] + || [istarget powerpc*-*-aix*] || [istarget powerpc-*-beos*] + || [istarget rs6000-*-*] } { return } set test "check sections 1" |