diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-27 20:02:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-27 20:02:12 +0000 |
commit | 4f351b156dc939e16549d2857106c121f2bb0c2a (patch) | |
tree | 433bcd9900c531e6a6863ca4ecf356b685116e6f /ld/testsuite | |
parent | 12bfa0bcf5b49a02f265505da653e672df01fb89 (diff) | |
download | gdb-4f351b156dc939e16549d2857106c121f2bb0c2a.zip gdb-4f351b156dc939e16549d2857106c121f2bb0c2a.tar.gz gdb-4f351b156dc939e16549d2857106c121f2bb0c2a.tar.bz2 |
fix last change
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index b6d633d..3bb10a5 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -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" |