diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-19 01:04:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-19 01:04:20 +0000 |
commit | 9da7f49f68746d0314eece01e4c24f7b1a867ba5 (patch) | |
tree | 81fe25117a57482dd8854f598e8abea2b3821433 | |
parent | 24ef8152517797595d81e7f4355fe05bab741144 (diff) | |
download | fsf-binutils-gdb-9da7f49f68746d0314eece01e4c24f7b1a867ba5.zip fsf-binutils-gdb-9da7f49f68746d0314eece01e4c24f7b1a867ba5.tar.gz fsf-binutils-gdb-9da7f49f68746d0314eece01e4c24f7b1a867ba5.tar.bz2 |
Expect all arm variants to fail copying executable test
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index d51de55..cff786f 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-06-18 Nick Clifton <nickc@redhat.com> + + * binutils-all/objcopy.exp: Expect all arm variants to fail the + copying executable test. + 2000-06-14 Hans-Peter Nilsson <hp@bitrange.com> * binutils-all/readelf.exp (regexp_diff): Do not break when a diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 68a1b6c..430b7fe 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -473,7 +473,7 @@ proc copy_executable { prog flags test1 test2 } { # mips_elf_sym_is_global. setup_xfail "mips*-*-elf" - setup_xfail "arm*-*-coff" + setup_xfail "*arm*-*-coff" setup_xfail "arm*-*-pe" setup_xfail "thumb*-*-coff" setup_xfail "thumb*-*-pe" |