* 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
This commit is contained in:
Alan Modra
2001-08-27 10:49:55 +00:00
parent 5c67d4bb59
commit ad9f78d1a8
6 changed files with 20 additions and 5 deletions

View File

@ -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"