diff options
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 |