diff options
author | Dave Brolley <brolley@redhat.com> | 2003-10-08 18:13:38 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-10-08 18:13:38 +0000 |
commit | 7c3f9ad027b9ec2906f3367ca7be18e5fb8f6893 (patch) | |
tree | 5fa5a62106f889d6b92d463a8ded2c66e8f63e84 /binutils/testsuite | |
parent | 9b1c30a76391a10bb8a4ba59c55980ed813af149 (diff) | |
download | gdb-7c3f9ad027b9ec2906f3367ca7be18e5fb8f6893.zip gdb-7c3f9ad027b9ec2906f3367ca7be18e5fb8f6893.tar.gz gdb-7c3f9ad027b9ec2906f3367ca7be18e5fb8f6893.tar.bz2 |
2003-10-06 Dave Brolley <brolley@redhat.com>
* binutils-all/objdump.exp (cpu_expected): Add fr550.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 77d3a3e..ec49de7 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-10-06 Dave Brolley <brolley@redhat.com> + + * binutils-all/objdump.exp (cpu_expected): Add fr550. + 2003-09-29 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/readelf.exp: Use is_elf_format. diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index bdfc4b1..5f6f9d3 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -36,7 +36,7 @@ set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"] set cpus_expected [list] lappend cpus_expected a29k alliant alpha arc arm convex -lappend cpus_expected d10v d30v fr30 fr500 h8 hppa i386 i860 i960 ip2022 +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 |