Expect xscale-coff to fail simple objcopy test for the same reason as arm-coff.
This commit is contained in:
parent
8f2a69559a
commit
70bbfa2692
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue