]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.asm/asm-source.exp: Don't handle powerpc64-*-* along with
authorJim Blandy <jimb@codesourcery.com>
Wed, 28 May 2003 19:29:06 +0000 (19:29 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 28 May 2003 19:29:06 +0000 (19:29 +0000)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.asm/asm-source.exp

index f0e5d82102ceee6feb251ad6e16a721e4329138e..33204fdbb8c26ce785ea6f1956e721e553573a9e 100644 (file)
@@ -1,3 +1,10 @@
+2003-05-28  Jim Blandy  <jimb@redhat.com>
+
+       * 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  <jimb@redhat.com>
 
        * gdb.base/corefile.exp: Tolerate stuff after argument parens in
index e4aa7be4fd90c9e6290632d351cd6fd1151b5ed4..46ffbd93e64ae53c5ec018dbdb1c2e191c24278f 100644 (file)
@@ -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
     }