aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfvsb
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-04-19 19:28:09 +0000
committerRichard Henderson <rth@redhat.com>2002-04-19 19:28:09 +0000
commit212a6b8ef7ff6b7c776876c1b398197a5ca9b8dc (patch)
tree6db0bcd79d144a7cee11fe6eeefa12545aa463b1 /ld/testsuite/ld-elfvsb
parentdbf93899e05edfccce7aa63df6ec80e29b773d44 (diff)
* ld-elfvsb/elfvsb.exp: Mirror ia64 non-pic xfails for alpha.
* ld-shared/shared.exp: Likewise. * ld-selective/selective.exp: Disable for alpha. * ld-undefined/undefined.exp: Add alpha to dwarf2 xfails.
Diffstat (limited to 'ld/testsuite/ld-elfvsb')
-rw-r--r--ld/testsuite/ld-elfvsb/elfvsb.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elfvsb/elfvsb.exp b/ld/testsuite/ld-elfvsb/elfvsb.exp
index 8cf229fba1..eb72b0c2ca 100644
--- a/ld/testsuite/ld-elfvsb/elfvsb.exp
+++ b/ld/testsuite/ld-elfvsb/elfvsb.exp
@@ -244,10 +244,16 @@ proc visibility_run {visibility} {
|| [ string match $visibility "protected_weak" ] } {
setup_xfail "powerpc-*-linux*"
}
+
+ # Non-pic code uses name binding rules for applications to
+ # reference variables by gp-relative relocs, which can't be
+ # used with overridable symbols.
if { ![ string match $visibility "hidden_undef" ]
&& ![ string match $visibility "protected_undef" ] } {
setup_xfail "ia64-*-linux*"
+ setup_xfail "alpha*-*-linux*"
}
+
visibility_test $visibility vnp "visibility ($visibility) (non PIC)" mainnp.o sh1np.o sh2np.o elfvsb
# Test ELF shared library relocations with a non-zero load
@@ -274,6 +280,7 @@ proc visibility_run {visibility} {
if { ![ string match $visibility "hidden_undef" ]
&& ![ string match $visibility "protected_undef" ] } {
setup_xfail "ia64-*-linux*"
+ setup_xfail "alpha*-*-linux*"
setup_xfail "mips*-*-linux*"
}
visibility_test $visibility vnp "visibility ($visibility) (non PIC, load offset)" \
@@ -330,6 +337,7 @@ proc visibility_run {visibility} {
if { ![ string match $visibility "hidden_undef" ]
&& ![ string match $visibility "protected_undef" ] } {
setup_xfail "ia64-*-linux*"
+ setup_xfail "alpha*-*-linux*"
}
visibility_test $visibility vmpnp "visibility ($visibility) (PIC main, non PIC so)" mainp.o sh1np.o sh2np.o elfvsb
}