From a91a8d08ae929797170a745f6e58aaacb8a537f0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 1 Dec 1995 18:15:18 +0000 Subject: [PATCH] * ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-srec/srec.exp | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 54ba6f3e27d..a39fd7e078d 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 1 13:18:18 1995 Ian Lance Taylor + + * ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets. + Wed Nov 29 13:01:10 1995 Ian Lance Taylor * ld-srec/srec.exp: Add setup_xfail for i960 COFF targets. diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index c7db54cd9bf..9583d3f4028 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -278,6 +278,11 @@ if { ![ld_compile $CC $srcdir/$subdir/sr1.c tmpdir/sr1.o] \ # sections where objdump finds them. I don't know which is wrong. setup_xfail "i\[345\]86-*-aout*" +# These tests fail on the MIPS ELF target because the GP value in the +# .reginfo section is not updated when the S-record version is written +# out. +setup_xfail "mips*-*-elf*" "mips*-*-irix\[56\]*" + run_srec_test $test1 "tmpdir/sr1.o tmpdir/sr2.o" # Now try linking a C++ program with global constructors and @@ -296,6 +301,7 @@ if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker" $srcdir/$subdir/sr3.cc tmpdir/sr3. # See above. setup_xfail "i\[345\]86-*-aout*" +setup_xfail "mips*-*-elf*" "mips*-*-irix\[56\]*" # The i960 COFF targets fail this test because the i960 defaults to # little endian, while the srec target is big endian. When the number -- 2.30.2