binutils-all/objdump.exp: handle "powerpc" cpu

This commit is contained in:
Ken Raeburn 1994-12-08 23:56:01 +00:00
parent c574599626
commit 7e1e1f4d2f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Thu Dec 8 14:36:15 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
* binutils-all/objdump.exp (cpus_expected): New variable, taken
from objdump -i test, added ns32k, sorted.
from objdump -i test, added ns32k and powerpc, sorted.
(objdump -i, -f tests): Use $cpus_expected.
* binutils-all/objcopy.exp: For simple-copy test, expect failure

View File

@ -31,7 +31,7 @@ send_user "Version [binutil_version $OBJDUMP]"
set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"]
set cpus_expected "(a29k|alliant|alpha|arm|convex|h8|hppa|i386|i860|i960|m68k|m88k|mips|ns32k|pyramid|romp|rs6000|sh|sparc|tahoe|vax|we32k|z8k)"
set cpus_expected "(a29k|alliant|alpha|arm|convex|h8|hppa|i386|i860|i960|m68k|m88k|mips|ns32k|powerpc|pyramid|romp|rs6000|sh|sparc|tahoe|vax|we32k|z8k)"
set want "BFD header file version.*srec.*header .* endian, data .* endian.*$cpus_expected"