diff options
author | Nick Clifton <nickc@redhat.com> | 2002-02-10 10:17:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-02-10 10:17:58 +0000 |
commit | 4a69ea0b0e80d97ae0534f4fa412e240e7a9473f (patch) | |
tree | 38e9e6fb0f94fa32365a2ac72c54cdaa49601e98 /binutils | |
parent | 50248794620c15613c8d5639c0894afa16e728dc (diff) | |
download | gdb-4a69ea0b0e80d97ae0534f4fa412e240e7a9473f.zip gdb-4a69ea0b0e80d97ae0534f4fa412e240e7a9473f.tar.gz gdb-4a69ea0b0e80d97ae0534f4fa412e240e7a9473f.tar.bz2 |
Add 'xscale' as an expected cpu type.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 7515846..2c2ef38 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-02-10 Nick Clifton <nickc@cambridge.redhat.com> + + * binutils-all/objdump.exp: Add 'xscale' to the list of expected + CPUs. + 2002-01-14 Nick Clifton <nickc@cambridge.redhat.com> * binutils-all/objcopy.exp: Expect xscale-coff to fail simple diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index b594685..da598df 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -40,7 +40,7 @@ lappend cpus_expected d10v d30v fr30 h8 hppa i386 i860 i960 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 +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} |