summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-shared
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
commit9a920060b801f1ef5fda0296b7f1d96fddbfec13 (patch)
tree7a9465bc08316727f059173a48852b76cee8248f /ld/testsuite/ld-shared
parent282897d85a244ceedb30e30bfdc04682b9fe6435 (diff)
downloadbinutils-redhat-9a920060b801f1ef5fda0296b7f1d96fddbfec13.tar.gz
* 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-shared')
-rw-r--r--ld/testsuite/ld-shared/shared.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp
index 256c8623b5..645721ea1d 100644
--- a/ld/testsuite/ld-shared/shared.exp
+++ b/ld/testsuite/ld-shared/shared.exp
@@ -195,6 +195,7 @@ if ![ld_compile "$CC $CFLAGS $SHCFLAG" $srcdir/$subdir/main.c $tmpdir/mainnp.o]
# overriding.
setup_xfail "*-*-sunos4*"
setup_xfail "ia64-*-linux*"
+ setup_xfail "alpha*-*-linux*"
shared_test shnp "shared (non PIC)" mainnp.o sh1np.o sh2np.o shared
# Test ELF shared library relocations with a non-zero load
@@ -205,6 +206,7 @@ if ![ld_compile "$CC $CFLAGS $SHCFLAG" $srcdir/$subdir/main.c $tmpdir/mainnp.o]
setup_xfail "*-*-linux*libc1"
setup_xfail "powerpc-*-linux*"
setup_xfail "ia64-*-linux*"
+ setup_xfail "alpha*-*-linux*"
setup_xfail "mips*-*-linux*"
shared_test shnp "shared (non PIC, load offset)" \
mainnp.o sh1np.o sh2np.o shared \
@@ -246,6 +248,7 @@ if ![ld_compile "$CC $CFLAGS $SHCFLAG $picflag" $srcdir/$subdir/main.c $tmpdir/m
# overriding.
setup_xfail "*-*-sunos4*"
setup_xfail "ia64-*-linux*"
+ setup_xfail "alpha*-*-linux*"
shared_test shmpnp "shared (PIC main, non PIC so)" mainp.o sh1np.o sh2np.o shared
}
} else {