aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cdtest
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-04-08 14:20:05 +0000
committerAlan Modra <amodra@gmail.com>2004-04-08 14:20:05 +0000
commit8bfaaee75be0bc7b0fe4d3b49c478d27d5c16220 (patch)
treee4165992531e13e5f38af91d8a290fef1c0839bc /ld/testsuite/ld-cdtest
parent76cb62b0033357959af72bc655811e63f3c017e2 (diff)
downloadgdb-8bfaaee75be0bc7b0fe4d3b49c478d27d5c16220.zip
gdb-8bfaaee75be0bc7b0fe4d3b49c478d27d5c16220.tar.gz
gdb-8bfaaee75be0bc7b0fe4d3b49c478d27d5c16220.tar.bz2
PR 47.
* ld-cdtest/cdtest.exp: Remove -fgnu-linker.
Diffstat (limited to 'ld/testsuite/ld-cdtest')
-rw-r--r--ld/testsuite/ld-cdtest/cdtest.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-cdtest/cdtest.exp b/ld/testsuite/ld-cdtest/cdtest.exp
index 1c51f0d..d6a646a 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