summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-08-27 10:49:55 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-08-27 10:49:55 +0000
commitcc7cc32b24f5068b65aee609b590c7553d95428e (patch)
treea6df7199d7639c98a2f8c518f6a23a0164394f0f /ld/testsuite/ld-checks
parent58ca8282c6cf1f965198a318586a9b8f0825cd2b (diff)
downloadbinutils-redhat-cc7cc32b24f5068b65aee609b590c7553d95428e.tar.gz
* ld-checks/checks.exp: .lcomm is incompatible with ppc coff.
* ld-scripts/cross1.t: Add .toc section. * ld-scripts/cross2.t: Likewise. * ld-scripts/phdrs.exp: powerpc64 is 64 bit. * ld-srec/srec.exp: xfail powerpc64
Diffstat (limited to 'ld/testsuite/ld-checks')
-rw-r--r--ld/testsuite/ld-checks/checks.exp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp
index 9e60a73e4e..f9478dff95 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"