diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-12-02 06:17:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-12-02 06:17:46 +0000 |
commit | 6ceb5612872d412aca921865f02c5b18498ec0f1 (patch) | |
tree | d2e21ac4db58e9d8e874faab001dc04e4a9efdc5 /ld/testsuite | |
parent | ffd15489119c7149cc73f0adb4ee80d79d150c92 (diff) | |
download | gdb-6ceb5612872d412aca921865f02c5b18498ec0f1.zip gdb-6ceb5612872d412aca921865f02c5b18498ec0f1.tar.gz gdb-6ceb5612872d412aca921865f02c5b18498ec0f1.tar.bz2 |
* ld-srec/srec.exp: Don't use [] in setup_xfail expressions.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a39fd7e..be6ab99 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Sat Dec 2 01:20:31 1995 Ian Lance Taylor <ian@cygnus.com> + + * ld-srec/srec.exp: Don't use [] in setup_xfail expressions. + Fri Dec 1 13:18:18 1995 Ian Lance Taylor <ian@cygnus.com> * ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets. diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index 9583d3f..4241c61 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -276,12 +276,12 @@ if { ![ld_compile $CC $srcdir/$subdir/sr1.c tmpdir/sr1.o] \ # The i386-aout target is confused: the linker does not put the # sections where objdump finds them. I don't know which is wrong. -setup_xfail "i\[345\]86-*-aout*" +setup_xfail "i*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\]*" +setup_xfail "mips*-*-elf*" "mips*-*-irix5*" "mips*-*-irix6*" run_srec_test $test1 "tmpdir/sr1.o tmpdir/sr2.o" @@ -300,14 +300,14 @@ 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\]*" +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.\[123456789\]*" +setup_xfail "i960*-*-coff*" "i960*-*-vxworks5.1*" run_srec_test $test2 "tmpdir/sr3.o" |