This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 2.12 branch will be cut on Saturday


Hi Daniel,

  I am checking in the following patch (to both he branch and the
  mainline) to fix a minor binutils testsuite failure for the arm-coff
  and xscale-coff toolchains.

Cheers
        Nick

2002-02-10  Nick Clifton  <nickc@cambridge.redhat.com>

	* binutils-all/objdump.exp: Add 'xscale' to the list of expected
	CPUs.

Index: binutils/testsuite/binutils-all/objdump.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/objdump.exp,v
retrieving revision 1.10
diff -c -3 -p -w -r1.10 objdump.exp
*** objdump.exp	2001/11/19 12:38:20	1.10
--- objdump.exp	2002/02/10 10:14:22
*************** lappend cpus_expected d10v d30v fr30 h8 
*** 40,46 ****
  lappend cpus_expected m32r m68hc11 m68hc12 m68k m88k MCore
  lappend cpus_expected mips mn10200 mn10300 ns32k pj powerpc pyramid
  lappend cpus_expected romp rs6000 s390 sh sparc tahoe tic54x tms320c54x v850
! lappend cpus_expected vax we32k x86-64 z8k z8001 z8002
  
  # Make sure the target CPU shows up in the list.
  lappend cpus_expected ${target_cpu}
--- 40,46 ----
  lappend cpus_expected m32r m68hc11 m68hc12 m68k m88k MCore
  lappend cpus_expected mips mn10200 mn10300 ns32k pj powerpc pyramid
  lappend cpus_expected romp rs6000 s390 sh sparc tahoe tic54x tms320c54x v850
! lappend cpus_expected vax we32k x86-64 xscale z8k z8001 z8002
  
  # Make sure the target CPU shows up in the list.
  lappend cpus_expected ${target_cpu}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]