From 9da7f49f68746d0314eece01e4c24f7b1a867ba5 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 19 Jun 2000 01:04:20 +0000 Subject: [PATCH] Expect all arm variants to fail copying executable test --- binutils/testsuite/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/objcopy.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index d51de55142..cff786fabc 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-06-18 Nick Clifton + + * binutils-all/objcopy.exp: Expect all arm variants to fail the + copying executable test. + 2000-06-14 Hans-Peter Nilsson * 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 68a1b6c0cc..430b7fe578 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"