mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Expect arm-pe and arm-coff failure of the simple objcopy test
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
1999-11-01 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* binutils-all/objcopy.exp: Expect simple objcopy test for fail
|
||||
for COFF based ARM ports.
|
||||
|
||||
Tue Sep 14 00:28:17 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* binutils-all/hppa/objdump.exp: Do not run for PA64.
|
||||
|
@ -473,6 +473,9 @@ proc copy_executable { prog flags test1 test2 } {
|
||||
# mips_elf_sym_is_global.
|
||||
setup_xfail "mips*-*-elf"
|
||||
|
||||
setup_xfail "arm*-*-coff"
|
||||
setup_xfail "arm*-*-pe"
|
||||
|
||||
fail $test1
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user