From: Jim Blandy Date: Wed, 28 May 2003 19:29:06 +0000 (+0000) Subject: * gdb.asm/asm-source.exp: Don't handle powerpc64-*-* along with X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e20366cda92d6acc8fa4b60993521df8aa15717;p=thirdparty%2Fbinutils-gdb.git * gdb.asm/asm-source.exp: Don't handle powerpc64-*-* along with powerpc-*-*; treat the former as an architecture this test doesn't support. At the moment, the asm-source test program hangs and becomes an unkillable process on PPC64 Linux. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f0e5d82102c..33204fdbb8c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2003-05-28 Jim Blandy + + * gdb.asm/asm-source.exp: Don't handle powerpc64-*-* along with + powerpc-*-*; treat the former as an architecture this test doesn't + support. At the moment, the asm-source test program hangs and + becomes an unkillable process on PPC64 Linux. + 2003-05-22 Jim Blandy * gdb.base/corefile.exp: Tolerate stuff after argument parens in diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index e4aa7be4fd9..46ffbd93e64 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -75,6 +75,10 @@ switch -glob -- [istarget] { "mips*-*" { set asm-arch mips } + "powerpc64-*-linux*" { + # At the moment, this test makes the kernel hang; we're + # disabling it until we can sort that out. + } "powerpc*-*" { set asm-arch powerpc }