aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-01-14 17:26:13 +0000
committerNick Clifton <nickc@redhat.com>2002-01-14 17:26:13 +0000
commit70bbfa26922633b065744367a69293c64b52feae (patch)
tree736a8ae41e44489bed48e59f8a1a50bcc4e69cfe /binutils/testsuite
parent8f2a69559a4dbfde37b52a853604b6936ace78ca (diff)
downloadfsf-binutils-gdb-70bbfa26922633b065744367a69293c64b52feae.zip
fsf-binutils-gdb-70bbfa26922633b065744367a69293c64b52feae.tar.gz
fsf-binutils-gdb-70bbfa26922633b065744367a69293c64b52feae.tar.bz2
Expect xscale-coff to fail simple objcopy test for the same reason as arm-coff.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r--binutils/testsuite/ChangeLog5
-rw-r--r--binutils/testsuite/binutils-all/objcopy.exp3
2 files changed, 7 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index 90b786a..7515846 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * 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 <hjl@gnu.org>
* 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 406b09d..22efb5d 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"