From: Ken Raeburn Date: Thu, 8 Dec 1994 23:56:01 +0000 (+0000) Subject: binutils-all/objdump.exp: handle "powerpc" cpu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e1e1f4d2fb070be9c7212fd2e8849e3e6b13346;p=binutils-gdb.git binutils-all/objdump.exp: handle "powerpc" cpu --- diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index bc9ceb07766..f08aa8ef4b3 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,7 +1,7 @@ Thu Dec 8 14:36:15 1994 Ken Raeburn * 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 diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 244dc3f34a7..acf5360cb24 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -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"