* binutils-all/hppa/objdump.exp: Do not run for PA64.

This commit is contained in:
Jeff Law 1999-09-14 06:30:50 +00:00
parent 2ec0dd123c
commit c392c1bbc1
2 changed files with 9 additions and 0 deletions

View 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.

View 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