Add "msp" to list of expected architectures in objdump.exp
Nick Clifton
nickc@redhat.com
Wed Dec 3 10:48:00 GMT 2003
Hi Guys,
I am applying the patch below to add "msp" as an expected
architecture string in the output of "objdump -f". This fixes an
unexpected failure when running the binutils testsuite for the
msp430-elf toolchain.
Cheers
Nick
binutils/testsuite/ChangeLog
2003-12-03 Nick Clifton <nickc@redhat.com>
* binutils-all/objdump.exp (cpus_expected): Add "msp".
Index: binutils-all/objdump.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/objdump.exp,v
retrieving revision 1.15
diff -c -3 -p -r1.15 objdump.exp
*** binutils-all/objdump.exp 8 Oct 2003 18:13:38 -0000 1.15
--- binutils-all/objdump.exp 3 Dec 2003 10:46:10 -0000
*************** set cpus_expected [list]
*** 38,44 ****
lappend cpus_expected a29k alliant alpha arc arm convex
lappend cpus_expected d10v d30v fr30 fr500 fr550 h8 hppa i386 i860 i960 ip2022
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
lappend cpus_expected tahoe tic54x tic80 tms320c30 tms320c4x tms320c54x v850
lappend cpus_expected vax we32k x86-64 xscale z8k z8001 z8002
--- 38,44 ----
lappend cpus_expected a29k alliant alpha arc arm convex
lappend cpus_expected d10v d30v fr30 fr500 fr550 h8 hppa i386 i860 i960 ip2022
lappend cpus_expected m32r m68hc11 m68hc12 m68k m88k MCore
! lappend cpus_expected mips mn10200 mn10300 msp ns32k pj powerpc pyramid
lappend cpus_expected romp rs6000 s390 sh sparc
lappend cpus_expected tahoe tic54x tic80 tms320c30 tms320c4x tms320c54x v850
lappend cpus_expected vax we32k x86-64 xscale z8k z8001 z8002
More information about the Binutils
mailing list