diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 9bb2008..650d325 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +1999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au> + + * ld-shared/shared.exp: xfail linux*libc1 shared (non PIC, load + offset) test. + 1999-09-12 Ian Lance Taylor <ian@zembu.com> * ld-scripts/script.exp: Add --image-base 0 for PE targets. diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index 6c099a5..6eb0a8c 100644 --- a/ld/testsuite/ld-shared/shared.exp +++ b/ld/testsuite/ld-shared/shared.exp @@ -203,6 +203,7 @@ if ![ld_compile "$CC $CFLAGS $SHCFLAG" $srcdir/$subdir/main.c $tmpdir/mainnp.o] # relocations for various targets are broken in the case where # the load address is not zero (which is the default). setup_xfail "*-*-sunos4*" + setup_xfail "*-*-linux*libc1" shared_test shnp "shared (non PIC, load offset)" \ mainnp.o sh1np.o sh2np.o shared \ "-T $srcdir/$subdir/elf-offset.ld" |