From 997fb3d01d1ad5b60649ba228a78bb70fad404ff Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 14 Jan 2002 17:26:13 +0000 Subject: [PATCH] Expect xscale-coff to fail simple objcopy test for the same reason as arm-coff. --- binutils/testsuite/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/objcopy.exp | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 90b786a5c..7515846ca 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-01-14 Nick Clifton + + * binutils-all/objcopy.exp: Expect xscale-coff to fail simple + objcopy test for the same reason as arm-coff. + 2001-11-29 H.J. Lu * binutils-all/objcopy.exp (strip_test): Add strip on archive. diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 406b09d7b..22efb5da0 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -1,4 +1,4 @@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -510,6 +510,7 @@ proc copy_executable { prog flags test1 test2 } { setup_xfail "mips*-*-elf" setup_xfail "*arm*-*-coff" + setup_xfail "xscale-*-coff" setup_xfail "arm*-*-pe" setup_xfail "thumb*-*-coff" setup_xfail "thumb*-*-pe" -- 2.11.4.GIT