summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-shared
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2000-10-19 19:52:28 +0000
committerH.J. Lu <hjl@lucon.org>2000-10-19 19:52:28 +0000
commit8e99bf64a4bfa83b99d2f1496d5f212baee096c6 (patch)
tree859467b6606232dc8de4f2b28718331cf0c60f4b /ld/testsuite/ld-shared
parentb9567e0189c125ce6b481d726338797302d9bf1d (diff)
downloadbinutils-redhat-8e99bf64a4bfa83b99d2f1496d5f212baee096c6.tar.gz
2000-10-19 H.J. Lu (hjl@gnu.org)
* ld-elfvsb/elfvsb.exp (visibility_run): Set expected failures for Linux/PPC. * ld-shared/shared.exp: Likewise.
Diffstat (limited to 'ld/testsuite/ld-shared')
-rw-r--r--ld/testsuite/ld-shared/shared.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp
index 6eb0a8c5a7..fd01aa47f4 100644
--- a/ld/testsuite/ld-shared/shared.exp
+++ b/ld/testsuite/ld-shared/shared.exp
@@ -204,6 +204,7 @@ if ![ld_compile "$CC $CFLAGS $SHCFLAG" $srcdir/$subdir/main.c $tmpdir/mainnp.o]
# the load address is not zero (which is the default).
setup_xfail "*-*-sunos4*"
setup_xfail "*-*-linux*libc1"
+ setup_xfail "powerpc-*-linux*"
shared_test shnp "shared (non PIC, load offset)" \
mainnp.o sh1np.o sh2np.o shared \
"-T $srcdir/$subdir/elf-offset.ld"