mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Fix testsuite failures for arm -linux
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
1999-10-28 Scott Bambrough <scottb@netwinder.org>
|
||||||
|
|
||||||
|
* ld/testsuite/ld-srec/srec.exp: Setup expected failures for
|
||||||
|
srec tests on ARM Linux.
|
||||||
|
|
||||||
1999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
|
1999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
|
||||||
|
|
||||||
* ld-shared/shared.exp: xfail linux*libc1 shared (non PIC, load
|
* ld-shared/shared.exp: xfail linux*libc1 shared (non PIC, load
|
||||||
|
@ -229,11 +229,11 @@ proc run_srec_test { test objs } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# ARM targets call __gccmain
|
# ARM targets call __gccmain
|
||||||
if [istarget arm-*-*] {
|
if [istarget arm*-*-*] {
|
||||||
set flags "$flags --defsym ___gccmain=0"
|
set flags "$flags --defsym ___gccmain=0"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [istarget strongarm-*-*] {
|
if [istarget strongarm*-*-*] {
|
||||||
set flags "$flags --defsym __gccmain=0"
|
set flags "$flags --defsym __gccmain=0"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -326,12 +326,13 @@ setup_xfail "*-*-aix*" "*-*-xcoff*"
|
|||||||
|
|
||||||
# The S-record linker doesn't build ARM/Thumb stubs.
|
# The S-record linker doesn't build ARM/Thumb stubs.
|
||||||
setup_xfail "arm-*-coff"
|
setup_xfail "arm-*-coff"
|
||||||
setup_xfail "strongarm-*-*"
|
setup_xfail "strongarm*-*-*"
|
||||||
setup_xfail "arm-*-pe*"
|
setup_xfail "arm-*-pe*"
|
||||||
# setup_xfail "arm-*elf*"
|
# setup_xfail "arm-*elf*"
|
||||||
setup_xfail "thumb-*-coff*"
|
setup_xfail "thumb-*-coff*"
|
||||||
setup_xfail "thumb-*-pe*"
|
setup_xfail "thumb-*-pe*"
|
||||||
setup_xfail "thumb-*-elf*"
|
setup_xfail "thumb-*-elf*"
|
||||||
|
setup_xfail "arm*-*-linux*"
|
||||||
|
|
||||||
# The S-record linker doesn't build special EABI sections.
|
# The S-record linker doesn't build special EABI sections.
|
||||||
setup_xfail "powerpc*-*-eabi*"
|
setup_xfail "powerpc*-*-eabi*"
|
||||||
@ -368,8 +369,8 @@ if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker" $srcdir/$subdir/sr3.cc tmpdir/sr3.
|
|||||||
setup_xfail "i*86-*-aout*"
|
setup_xfail "i*86-*-aout*"
|
||||||
setup_xfail "mips*-*-irix5*" "mips*-*-irix6*"
|
setup_xfail "mips*-*-irix5*" "mips*-*-irix6*"
|
||||||
setup_xfail "*-*-aix*" "*-*-xcoff*"
|
setup_xfail "*-*-aix*" "*-*-xcoff*"
|
||||||
setup_xfail "arm-*-*"
|
setup_xfail "arm*-*-*"
|
||||||
setup_xfail "strongarm-*-*"
|
setup_xfail "strongarm*-*-*"
|
||||||
setup_xfail "thumb-*-*"
|
setup_xfail "thumb-*-*"
|
||||||
setup_xfail "powerpc*-*-eabi*"
|
setup_xfail "powerpc*-*-eabi*"
|
||||||
setup_xfail "v850*-*-elf"
|
setup_xfail "v850*-*-elf"
|
||||||
|
Reference in New Issue
Block a user