diff options
| author | Alan Modra <amodra@gmail.com> | 2000-05-02 00:00:27 +0000 |
|---|---|---|
| committer | Alan Modra <amodra@gmail.com> | 2000-05-02 00:00:27 +0000 |
| commit | ec1428fa1c4dc6092b5b815f0eb5c5d3f306c41d (patch) | |
| tree | 5a67f895df8c8547275257102ca2b38d9a4a200c /binutils/testsuite/binutils-all/hppa | |
| parent | 36f89926108f79ebe5480f1a73c3ab07d4367cde (diff) | |
| download | ppe42-binutils-ec1428fa1c4dc6092b5b815f0eb5c5d3f306c41d.tar.gz ppe42-binutils-ec1428fa1c4dc6092b5b815f0eb5c5d3f306c41d.zip | |
elf fixes.
Diffstat (limited to 'binutils/testsuite/binutils-all/hppa')
| -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 2e2155ed6d..46b0ed0d57 100644 --- a/binutils/testsuite/binutils-all/hppa/objdump.exp +++ b/binutils/testsuite/binutils-all/hppa/objdump.exp @@ -29,6 +29,11 @@ if [istarget hppa*w-*-*] then { return } +# elf hppa assembler doesn't support .subspa +if {[istarget *-*-*elf*] || [istarget *-*-linux*]} then { + return +} + if {[which $OBJDUMP] == 0} then { perror "$OBJDUMP does not exist" return |

