aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts
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-scripts
parente2201c2a578f2b22fc04cc95507c643ac908c952 (diff)
downloadgdb-b0ee49d21ba0c4b7f9817db01dc247255eebd516.zip
gdb-b0ee49d21ba0c4b7f9817db01dc247255eebd516.tar.gz
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-scripts')
-rw-r--r--ld/testsuite/ld-scripts/phdrs2.exp22
1 files changed, 11 insertions, 11 deletions
diff --git a/ld/testsuite/ld-scripts/phdrs2.exp b/ld/testsuite/ld-scripts/phdrs2.exp
index d781c6d..2fae24f 100644
--- a/ld/testsuite/ld-scripts/phdrs2.exp
+++ b/ld/testsuite/ld-scripts/phdrs2.exp
@@ -19,17 +19,17 @@
# MA 02110-1301, USA.
# PHDRS2 is only meaningful for ELF.
-if { ![istarget *-*-sysv4*] \
- && ![istarget *-*-unixware*] \
- && ![istarget *-*-elf*] \
- && ![istarget *-*-eabi*] \
- && ![istarget hppa*64*-*-hpux*] \
- && ![istarget *-*-linux*] \
- && ![istarget arm*-*-uclinuxfdpiceabi] \
- && ![istarget *-*-gnu*] \
- && ![istarget *-*-irix5*] \
- && ![istarget *-*-irix6*] \
- && ![istarget *-*-solaris2*] } {
+if { !([istarget *-*-sysv4*]
+ || [istarget *-*-unixware*]
+ || [istarget *-*-elf*]
+ || [istarget *-*-eabi*]
+ || [istarget hppa*64*-*-hpux*]
+ || [istarget *-*-linux*]
+ || [istarget arm*-*-uclinuxfdpiceabi]
+ || [istarget *-*-gnu*]
+ || [istarget *-*-irix5*]
+ || [istarget *-*-irix6*]
+ || [istarget *-*-solaris2*]) || [istarget *ecoff] } then {
return
}