* binutils-all/hppa/objdump.exp: Do not run for PA64.
authorJeff Law <law@redhat.com>
Tue, 14 Sep 1999 06:30:50 +0000 (06:30 +0000)
committerJeff Law <law@redhat.com>
Tue, 14 Sep 1999 06:30:50 +0000 (06:30 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/hppa/objdump.exp

index 3a2c2f0bda96bbbb07065596986f013888cd6fc9..2c3037c395072c76c4af71c5da5240da62fddeb0 100644 (file)
@@ -1,3 +1,7 @@
+Tue Sep 14 00:28:17 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * binutils-all/hppa/objdump.exp: Do not run for PA64.
+
 1999-09-04  Steve Chamberlain  <sac@pobox.com>
 
        * binutils-all/objdump.exp: Add pj to cpus_expected.
index da0be67277bbd8c6d9c2afd95e02844ca5a201e9..2e2155ed6d95fdacc64c6a5ff9d9fb6486222d8d 100644 (file)
@@ -24,6 +24,11 @@ if ![istarget hppa*-*-*] then {
   return
 }
 
+# These tests are not suitable for wide mode.
+if [istarget hppa*w-*-*] then {
+  return
+}
+
 if {[which $OBJDUMP] == 0} then {
     perror "$OBJDUMP does not exist"
     return