From: Mark Mitchell Date: Tue, 30 Dec 2003 16:53:31 +0000 (+0000) Subject: * ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCC X-Git-Tag: cagney_bigcore-20040122-branchpoint~362 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da04927b0a3794178ea0bd5f63396c38a18b798c;p=external%2Fbinutils.git * ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCC 3.4 does not support it. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 388b619..62b717f 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-12-30 Mark Mitchell + + * ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCC + 3.4 does not support it. + 2003-12-18 Richard Sandiford * ld-mips-elf/reloc-1[ab].s: New source files. diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index 4fa94b5..ee6ec41 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -403,7 +403,7 @@ if { [which $CXX] == 0 } { return } -if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] { +if ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] { unresolved $test2 return }