diff options
author | Jeff Law <law@redhat.com> | 1999-09-14 06:30:50 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-14 06:30:50 +0000 |
commit | c392c1bbc18cfb84c84ddaf49fd17e5b54aa223f (patch) | |
tree | d5f605b81077ad9bac555f24c50645182b28e0e3 /binutils/testsuite/binutils-all/hppa/objdump.exp | |
parent | 2ec0dd123c40b3ee8217696c1db228553d266f1e (diff) | |
download | binutils-gdb-c392c1bbc18cfb84c84ddaf49fd17e5b54aa223f.tar.gz |
* binutils-all/hppa/objdump.exp: Do not run for PA64.
Diffstat (limited to 'binutils/testsuite/binutils-all/hppa/objdump.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/hppa/objdump.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/hppa/objdump.exp b/binutils/testsuite/binutils-all/hppa/objdump.exp index da0be67277b..2e2155ed6d9 100644 --- a/binutils/testsuite/binutils-all/hppa/objdump.exp +++ b/binutils/testsuite/binutils-all/hppa/objdump.exp @@ -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 |