diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-10-19 19:52:28 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-10-19 19:52:28 +0000 |
commit | d1d8dddfbd225bb799fc20b984aefe239c023e06 (patch) | |
tree | a52a22f0938713d2330cc7eaec256518e87ee547 | |
parent | 9a1c93833a807ea80e9acf8d77d923029eda1f1f (diff) | |
download | fsf-binutils-gdb-d1d8dddfbd225bb799fc20b984aefe239c023e06.zip fsf-binutils-gdb-d1d8dddfbd225bb799fc20b984aefe239c023e06.tar.gz fsf-binutils-gdb-d1d8dddfbd225bb799fc20b984aefe239c023e06.tar.bz2 |
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.
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-elfvsb/elfvsb.exp | 16 | ||||
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 1 |
3 files changed, 23 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 956a257..24030c9 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +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. + 2000-10-09 Hans-Peter Nilsson <hp@bitrange.com> * ld-selective/selective.exp: Rearrange to be table-driven. diff --git a/ld/testsuite/ld-elfvsb/elfvsb.exp b/ld/testsuite/ld-elfvsb/elfvsb.exp index b563c34..134faeb 100644 --- a/ld/testsuite/ld-elfvsb/elfvsb.exp +++ b/ld/testsuite/ld-elfvsb/elfvsb.exp @@ -232,6 +232,10 @@ proc visibility_run {visibility} { } else { setup_xfail "*-*-sunos4*" } + if { [ string match $visibility "hidden_weak" ] + || [ string match $visibility "protected_weak" ] } { + setup_xfail "powerpc-*-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 @@ -247,6 +251,14 @@ proc visibility_run {visibility} { setup_xfail "*-*-sunos4*" setup_xfail "*-*-linux*libc1" } + if { [ string match $visibility "hidden_normal" ] + || [ string match $visibility "hidden_weak" ] + || [ string match $visibility "protected" ] + || [ string match $visibility "protected_undef_def" ] + || [ string match $visibility "protected_weak" ] + || [ string match $visibility "normal" ] } { + setup_xfail "powerpc-*-linux*" + } visibility_test $visibility vnp "visibility ($visibility) (non PIC, load offset)" \ mainnp.o sh1np.o sh2np.o elfvsb \ "-T $srcdir/$subdir/elf-offset.ld" @@ -294,6 +306,10 @@ proc visibility_run {visibility} { } else { setup_xfail "*-*-sunos4*" } + if { [ string match $visibility "hidden_weak" ] + || [ string match $visibility "protected_weak" ] } { + setup_xfail "powerpc-*-linux*" + } visibility_test $visibility vmpnp "visibility ($visibility) (PIC main, non PIC so)" mainp.o sh1np.o sh2np.o elfvsb } } else { diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index 6eb0a8c..fd01aa4 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" |