bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Expect xscale-coff toolchain to fail simple objcopy test


From: Nick Clifton
Subject: Expect xscale-coff toolchain to fail simple objcopy test
Date: 14 Jan 2002 17:24:02 +0000

Hi Guys,

  I am applying the patch below to fix an unexpected failure when
  runing the binutils testsuite with the xscale-coff toolchain.  The
  simple objcopy test fails, as expected for ARM targets, so the same
  thing should be expected of XSCALE targets.

Cheers
        Nick

2002-01-14  Nick Clifton  <address@hidden>

        * binutils-all/objcopy.exp: Expect xscale-coff to fail simple
        objcopy test for the same reason as arm-coff.

Index: binutils/testsuite/binutils-all/objcopy.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/objcopy.exp,v
retrieving revision 1.11
diff -c -3 -p -r1.11 objcopy.exp
*** objcopy.exp 2001/11/29 17:34:07     1.11
--- objcopy.exp 2002/01/14 17:23:26
*************** proc copy_executable { prog flags test1 
*** 510,515 ****
--- 510,516 ----
        setup_xfail "mips*-*-elf"
  
        setup_xfail "*arm*-*-coff"
+       setup_xfail "xscale-*-coff"
        setup_xfail "arm*-*-pe"
        setup_xfail "thumb*-*-coff"
        setup_xfail "thumb*-*-pe"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]