mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
* ld-srec/srec.exp: Do not run tests for PE based ports.
This commit is contained in:
@ -343,6 +343,11 @@ setup_xfail "v850*-*-elf"
|
||||
setup_xfail "alpha*-*-elf*" "alpha*-*-linux-gnu*" "alpha*-*-gnu*"
|
||||
setup_xfail "alpha*-*-netbsd*"
|
||||
|
||||
# The S-record linker doesn't support the special PE headers - the PE
|
||||
# emulation tries to write pe-specific information to the PE headers
|
||||
# in the output bfd, but it's not a PE bfd (it's an srec bfd)
|
||||
setup_xfail "*-*-cygwin*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
|
||||
|
||||
run_srec_test $test1 "tmpdir/sr1.o tmpdir/sr2.o"
|
||||
|
||||
# Now try linking a C++ program with global constructors and
|
||||
@ -370,5 +375,6 @@ setup_xfail "powerpc*-*-eabi*"
|
||||
setup_xfail "v850*-*-elf"
|
||||
setup_xfail "alpha*-*-elf*" "alpha*-*-linux-gnu*" "alpha*-*-gnu*"
|
||||
setup_xfail "alpha*-*-netbsd*"
|
||||
setup_xfail "*-*-cygwin*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
|
||||
|
||||
run_srec_test $test2 "tmpdir/sr3.o"
|
||||
|
Reference in New Issue
Block a user