summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2003-05-09 15:35:09 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2003-05-09 15:35:09 +0000
commit40f1bb9b461cc8664bbb936ed38d7f8ad4a07943 (patch)
tree09cf179640766c7a6584e23f3ae814c9084fd0c0 /ld/testsuite/ld-selective
parentcbad78b60c4bc1e958f2b0bd1099b4698ee58f01 (diff)
downloadbinutils-redhat-40f1bb9b461cc8664bbb936ed38d7f8ad4a07943.tar.gz
* ld-elfvsb/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
to linker script. * ld-elfvsb/elfvsb.exp (visibility_run): Add setup_xfails for s390x. * ld-selective/selective.exp: Disable for s390 and s390x. * ld-shared/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame to linker script. * ld-shared/shared.exp (shared_test): Add setup_xfails for s390x. * ld-undefined/undefined.exp (checkund): Remove setup_xfail for s390x.
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r--ld/testsuite/ld-selective/selective.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index e88ce1fc4a..7c318eac5a 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -39,6 +39,11 @@ if {[istarget "alpha*-*-*"]} {
return
}
+# s390 does not support selective linking
+if {[istarget "s390*-*-*"]} {
+ return
+}
+
# List contains test-items with three items followed by four lists:
# 1:name 2:test-type (CC or C++; add as needed) 3:filename 4:ld-flags
# 5:must-have-symbols 6:must-not-have-symbols 7:xfail-targets.