binutils-all/objdump.exp: handle "powerpc" cpu
authorKen Raeburn <raeburn@cygnus>
Thu, 8 Dec 1994 23:56:01 +0000 (23:56 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 8 Dec 1994 23:56:01 +0000 (23:56 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objdump.exp

index bc9ceb0..f08aa8e 100644 (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
index 244dc3f..acf5360 100644 (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"