diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-12-15 21:39:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-12-15 21:39:35 +0000 |
commit | 656db2ed89b6aa3ce2063ba55c0143f836f68b20 (patch) | |
tree | 82bd617ccf076e8d9550910a9dc19d2e439a60d4 /ld/testsuite | |
parent | 4fc151e99aaecaa8757078ad0ca476aa50324900 (diff) | |
download | gdb-656db2ed89b6aa3ce2063ba55c0143f836f68b20.zip gdb-656db2ed89b6aa3ce2063ba55c0143f836f68b20.tar.gz gdb-656db2ed89b6aa3ce2063ba55c0143f836f68b20.tar.bz2 |
* ld-srec/srec.exp: Remove i960 COFF setup_xfail.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index be6ab99..b80be4e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 15 16:36:17 1995 Ian Lance Taylor <ian@cygnus.com> + + * ld-srec/srec.exp: Remove i960 COFF setup_xfail. + Sat Dec 2 01:20:31 1995 Ian Lance Taylor <ian@cygnus.com> * ld-srec/srec.exp: Don't use [] in setup_xfail expressions. diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index 4241c61..38b59eb 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -303,11 +303,4 @@ if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker" $srcdir/$subdir/sr3.cc tmpdir/sr3. setup_xfail "i*86-*-aout*" setup_xfail "mips*-*-elf*" "mips*-*-irix5*" "mips*-*-irix6*" -# The i960 COFF targets fail this test because the i960 defaults to -# little endian, while the srec target is big endian. When the number -# of entries in the constructor table is written out, the linker uses -# the output BFD. This seems correct, but it generates the wrong -# result. I don't know how to fix this. -setup_xfail "i960*-*-coff*" "i960*-*-vxworks5.1*" - run_srec_test $test2 "tmpdir/sr3.o" |