diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-27 10:49:55 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-27 10:49:55 +0000 |
commit | ad9f78d1a8c02d38a9120c60e281d8f14185f007 (patch) | |
tree | ee54f2a31b616e64b9e362641d4f1ad86ee2ca32 /ld/testsuite/ld-checks | |
parent | 5c67d4bb595ec330107c1768dda0470459ccfc04 (diff) | |
download | gdb-ad9f78d1a8c02d38a9120c60e281d8f14185f007.zip gdb-ad9f78d1a8c02d38a9120c60e281d8f14185f007.tar.gz gdb-ad9f78d1a8c02d38a9120c60e281d8f14185f007.tar.bz2 |
* 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.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" |