expect thumb-pe and thumb-coff failures

This commit is contained in:
Nick Clifton 1999-11-01 17:12:11 +00:00
parent 509033932c
commit c58c5ee7b5
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
1999-11-01 Nick Clifton <nickc@cygnus.com>
* binutils-all/objcopy.exp: Expect simple objcopy test for fail
for COFF based ARM ports.
for COFF based ARM and Thumb ports.
Tue Sep 14 00:28:17 1999 Jeffrey A Law (law@cygnus.com)

View File

@ -475,6 +475,8 @@ proc copy_executable { prog flags test1 test2 } {
setup_xfail "arm*-*-coff"
setup_xfail "arm*-*-pe"
setup_xfail "thumb*-*-coff"
setup_xfail "thumb*-*-pe"
fail $test1
}