mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* 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:
@ -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"
|
||||
|
Reference in New Issue
Block a user