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 /binutils/testsuite/binutils-all | |
parent | 24ef8152517797595d81e7f4355fe05bab741144 (diff) | |
download | gdb-9da7f49f68746d0314eece01e4c24f7b1a867ba5.zip gdb-9da7f49f68746d0314eece01e4c24f7b1a867ba5.tar.gz gdb-9da7f49f68746d0314eece01e4c24f7b1a867ba5.tar.bz2 |
Expect all arm variants to fail copying executable test
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |