diff options
author | Nick Clifton <nickc@redhat.com> | 1999-11-01 17:12:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-11-01 17:12:11 +0000 |
commit | c58c5ee7b57bdfbc8305a7676bb7791ba4e12248 (patch) | |
tree | 10e8ac828225e36d62f7cea7c0a9245d3ba37254 /binutils | |
parent | 509033932c0debc680286fcff27defb44240ebe9 (diff) | |
download | gdb-c58c5ee7b57bdfbc8305a7676bb7791ba4e12248.zip gdb-c58c5ee7b57bdfbc8305a7676bb7791ba4e12248.tar.gz gdb-c58c5ee7b57bdfbc8305a7676bb7791ba4e12248.tar.bz2 |
expect thumb-pe and thumb-coff failures
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 86c5d81..39a3d8b 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -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) diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 232e0b2..1c40e0a 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -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 } |