aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks/checks.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-checks/checks.exp')
-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 16fafe3..6e9f038 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"