summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2001-02-15 01:17:07 +0000
committerH.J. Lu <hjl@lucon.org>2001-02-15 01:17:07 +0000
commitf4eaddd833bacc41859725f5ad725a0d755bd3e6 (patch)
tree5ca12832ac29c82aee9a11843df19224e03195ef /ld/testsuite/ld-checks
parent2ca6a872da90960eb7e3413518b3938a9630a0e6 (diff)
downloadbinutils-redhat-f4eaddd833bacc41859725f5ad725a0d755bd3e6.tar.gz
2001-02-14 H.J. Lu <hjl@gnu.org>
* ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3 for -static on ia64. * ld-checks/checks.exp: Don't run on ia64-*-elf* nor ia64-*-linux*. * ld-elfvers/vers.exp: Also run ia64-*-elf* and ia64-*-linux*. * ld-elfvsb/elfvsb.exp: Use i?86-*-*. Also run on ia64-*-linux*. Set up expected failures for ia64-*-linux*. * ld-shared/shared.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-checks')
-rw-r--r--ld/testsuite/ld-checks/checks.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp
index 16fafe3409..6e9f038200 100644
--- a/ld/testsuite/ld-checks/checks.exp
+++ b/ld/testsuite/ld-checks/checks.exp
@@ -24,6 +24,11 @@ proc section_check {} {
global srcdir
global subdir
+ # The usage of .lcomm in asm.s is incompatible with ia64.
+ if { [istarget ia64-*-elf*]
+ || [istarget ia64-*-linux*] } {
+ return
+ }
set test "check sections 1"
set ldflags "--check-sections"