fix last change

This commit is contained in:
Ian Lance Taylor 1995-11-27 20:02:12 +00:00
parent 12bfa0bcf5
commit 4f351b156d
1 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ 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\[345\]86-*-aout*"
run_srec_test $test1 "tmpdir/sr1.o tmpdir/sr2.o"
@ -295,6 +295,6 @@ if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker" $srcdir/$subdir/sr3.cc tmpdir/sr3.
}
# See above.
setup_xfail "i[345]86-*-aout*"
setup_xfail "i\[345\]86-*-aout*"
run_srec_test $test2 "tmpdir/sr3.o"