binutils-all/objdump.exp: handle "powerpc" cpu
This commit is contained in:
parent
c574599626
commit
7e1e1f4d2f
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user