* ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCC
authorMark Mitchell <mark@codesourcery.com>
Tue, 30 Dec 2003 16:53:31 +0000 (16:53 +0000)
committerMark Mitchell <mark@codesourcery.com>
Tue, 30 Dec 2003 16:53:31 +0000 (16:53 +0000)
3.4 does not support it.

ld/testsuite/ChangeLog
ld/testsuite/ld-srec/srec.exp

index 388b619f893fbb39ed1dcd21a05cf6bfa1c10b8f..62b717fc12cb4cf2e7fdb3b6d5f696764fac66c6 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-30  Mark Mitchell  <mark@codesourcery.com>
+
+       * ld-srec/srec.exp (run_srec_test): Remove -fgnu-linker, since GCC
+       3.4 does not support it.
+
 2003-12-18  Richard Sandiford  <rsandifo@redhat.com>
 
        * ld-mips-elf/reloc-1[ab].s: New source files.
index 4fa94b5d7ee27cb84196f6a4e6c59fb901ed6c55..ee6ec418f03eb3bdd2db5a6a8e95c24330ef18e9 100644 (file)
@@ -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
 }
This page took 0.027246 seconds and 4 git commands to generate.