Expect arm-pe and arm-coff failure of the simple objcopy test

This commit is contained in:
Nick Clifton 1999-11-01 16:48:05 +00:00
parent 603eea0846
commit 11d47adc34
2 changed files with 8 additions and 0 deletions

View File

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

View File

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