diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-12-01 18:15:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-12-01 18:15:18 +0000 |
commit | a91a8d08ae929797170a745f6e58aaacb8a537f0 (patch) | |
tree | abb9b3306de3f626ba1a84485247a0c99408ef81 /ld/testsuite | |
parent | 8bae0a0c484e4d9b04bc169196587d32028a90a8 (diff) | |
download | gdb-a91a8d08ae929797170a745f6e58aaacb8a537f0.zip gdb-a91a8d08ae929797170a745f6e58aaacb8a537f0.tar.gz gdb-a91a8d08ae929797170a745f6e58aaacb8a537f0.tar.bz2 |
* ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 54ba6f3..a39fd7e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 1 13:18:18 1995 Ian Lance Taylor <ian@cygnus.com> + + * ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets. + Wed Nov 29 13:01:10 1995 Ian Lance Taylor <ian@cygnus.com> * 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 c7db54c..9583d3f 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 |