From 06a27ea5586e78cdfdf0ff34ceb2ae4bbcbfb2ac Mon Sep 17 00:00:00 2001 From: amodra Date: Thu, 8 Apr 2004 14:20:05 +0000 Subject: [PATCH] PR 47. * ld-cdtest/cdtest.exp: Remove -fgnu-linker. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-cdtest/cdtest.exp | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 2dafdbdeea..62efc274ad 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2004-04-08 Alan Modra + PR 47. + * ld-cdtest/cdtest.exp: Remove -fgnu-linker. + +2004-04-08 Alan Modra + * ld-scripts/align.exp: Don't run on aix. * ld-scripts/assert.s: Remove comment. * ld-scripts/data.s: Likewise. diff --git a/ld/testsuite/ld-cdtest/cdtest.exp b/ld/testsuite/ld-cdtest/cdtest.exp index 1c51f0d213..d6a646a765 100644 --- a/ld/testsuite/ld-cdtest/cdtest.exp +++ b/ld/testsuite/ld-cdtest/cdtest.exp @@ -35,9 +35,9 @@ if { [which $CXX] == 0 } { return } -if { ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/cdtest-foo.cc tmpdir/cdtest-foo.o] - || ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/cdtest-bar.cc tmpdir/cdtest-bar.o] - || ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/cdtest-main.cc tmpdir/cdtest-main.o] } { +if { ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-foo.cc tmpdir/cdtest-foo.o] + || ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-bar.cc tmpdir/cdtest-bar.o] + || ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-main.cc tmpdir/cdtest-main.o] } { unresolved $test1 unresolved $test2 return -- 2.11.0