* binutils-all/hppa/objdump.exp: Do not run for PA64.
This commit is contained in:
parent
2ec0dd123c
commit
c392c1bbc1
@ -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>
|
1999-09-04 Steve Chamberlain <sac@pobox.com>
|
||||||
|
|
||||||
* binutils-all/objdump.exp: Add pj to cpus_expected.
|
* binutils-all/objdump.exp: Add pj to cpus_expected.
|
||||||
|
@ -24,6 +24,11 @@ if ![istarget hppa*-*-*] then {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# These tests are not suitable for wide mode.
|
||||||
|
if [istarget hppa*w-*-*] then {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
if {[which $OBJDUMP] == 0} then {
|
if {[which $OBJDUMP] == 0} then {
|
||||||
perror "$OBJDUMP does not exist"
|
perror "$OBJDUMP does not exist"
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user