diff options
author | Alan Modra <amodra@gmail.com> | 1999-09-18 00:44:47 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 1999-09-18 00:44:47 +0000 |
commit | b7be1db6b56f96614296de150a1dd3e3db492cab (patch) | |
tree | cc3f72cef6dfdb021b619fe1616c7afa95417df5 /ld/testsuite/ld-shared | |
parent | 9f5b33d79596f2c14db954d9fb126eaea9ecd829 (diff) | |
download | gdb-b7be1db6b56f96614296de150a1dd3e3db492cab.zip gdb-b7be1db6b56f96614296de150a1dd3e3db492cab.tar.gz gdb-b7be1db6b56f96614296de150a1dd3e3db492cab.tar.bz2 |
Support 8 and 16-bit relocs for i386coff. Enable i386 gas testsuite tests
previously disabled for lack of such support. For *-*-linux*libc1 targets,
XFAIL a ld testsuite that fails due to a bug in the dynamic linker prior to
glibc-2.1.
Diffstat (limited to 'ld/testsuite/ld-shared')
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |