diff options
author | Alan Modra <amodra@bigpond.net.au> | 2009-09-08 10:35:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2009-09-08 10:35:07 +0000 |
commit | c4c871ef96428c32cd3b70131300c8fe11595cf6 (patch) | |
tree | 3eaaf61c791db14376b4a5f5f461a19e7ce58756 | |
parent | 77a447c5a5aeeead37e933816199634b1bb42c1c (diff) | |
download | binutils-redhat-c4c871ef96428c32cd3b70131300c8fe11595cf6.tar.gz |
* binutils-all/objdump.exp (cpus_expected): Add ms1.
-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 250959e0be..bbee66a579 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-09-08 Alan Modra <amodra@bigpond.net.au> + + * binutils-all/objdump.exp (cpus_expected): Add ms1. + 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com> * binutils-all/testranges.s (.debug_info): Pad the only CU. diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 258ebf743a..d5879aaa40 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -39,7 +39,7 @@ set cpus_expected [list] lappend cpus_expected alpha arc arm cris lappend cpus_expected d10v d30v fr30 fr500 fr550 h8 hppa i386 i860 i960 ip2022 lappend cpus_expected m16c m32c m32r m68hc11 m68hc12 m68k m88k MCore -lappend cpus_expected mips mn10200 mn10300 msp ns32k pj powerpc pyramid +lappend cpus_expected mips mn10200 mn10300 ms1 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 xtensa z8k z8001 z8002 |