Browse Source

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

gdb-premipsmulti-2000-06-06-branch
Jeff Law 27 years ago
parent
commit
c392c1bbc1
  1. 4
      binutils/testsuite/ChangeLog
  2. 5
      binutils/testsuite/binutils-all/hppa/objdump.exp

4
binutils/testsuite/ChangeLog

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

5
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

Loading…
Cancel
Save