aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-alpha
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-06-20 10:47:32 +0930
committerAlan Modra <amodra@gmail.com>2020-06-20 10:59:11 +0930
commitb0ee49d21ba0c4b7f9817db01dc247255eebd516 (patch)
treec1d0504bb564e90fdcbcb23b8c4417da359c9ffd /ld/testsuite/ld-alpha
parente2201c2a578f2b22fc04cc95507c643ac908c952 (diff)
downloadfsf-binutils-gdb-b0ee49d21ba0c4b7f9817db01dc247255eebd516.zip
fsf-binutils-gdb-b0ee49d21ba0c4b7f9817db01dc247255eebd516.tar.gz
fsf-binutils-gdb-b0ee49d21ba0c4b7f9817db01dc247255eebd516.tar.bz2
ecoff testsuite fixes
The aim of this change is to remove a whole lot of "assembly failed" errors for ecoff targets. * testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets. * testsuite/ld-elf/binutils.exp: Likewise. * testsuite/ld-elf/tls.exp: Likewise. * testsuite/ld-elf/tls_common.exp: Likewise. * testsuite/ld-scripts/phdrs2.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-alpha')
-rw-r--r--ld/testsuite/ld-alpha/alpha.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-alpha/alpha.exp b/ld/testsuite/ld-alpha/alpha.exp
index f4a395b..084f7f9 100644
--- a/ld/testsuite/ld-alpha/alpha.exp
+++ b/ld/testsuite/ld-alpha/alpha.exp
@@ -22,8 +22,8 @@
# Test Alpha ELF linking; all types of relocs. This tests the
# assembler and tools like objdump as well as the linker.
-if { !([istarget "alpha*-*-elf*"]
- || [istarget "alpha*-*-linux*"]) } {
+if { !([istarget alpha*-*-elf*]
+ || ([istarget alpha*-*-linux*] && ![istarget *ecoff])) } {
return
}