This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ld-srec/sr3.cc


On Tue, 2003-12-30 at 02:06, Nick Clifton wrote:
>  Hi Mark,
> 
> > This test fails with current versions of G++ because Zack removed
> > -fgnu-linker from the compiler on December 1st.  I'd like to change
> > the binutils testsuite so that it does not use -fgnu-linker when
> > running that test.
> >
> > Is that OK?
> 
> Yes, this is 

Checked in.

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC
Index: testsuite/ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ChangeLog,v
retrieving revision 1.333
diff -c -5 -p -r1.333 ChangeLog
*** testsuite/ChangeLog	18 Dec 2003 10:25:12 -0000	1.333
--- testsuite/ChangeLog	30 Dec 2003 16:41:53 -0000
***************
*** 1,5 ****
--- 1,10 ----
+ 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.
  	* ld-mips-elf/reloc-1-{n32,n64,rel}.d: New tests.
  	* ld-mips-elf/reloc-2[ab].s: New source files.
Index: testsuite/ld-srec/srec.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-srec/srec.exp,v
retrieving revision 1.18
diff -c -5 -p -r1.18 srec.exp
*** testsuite/ld-srec/srec.exp	23 Jul 2003 19:55:53 -0000	1.18
--- testsuite/ld-srec/srec.exp	30 Dec 2003 16:41:53 -0000
*************** run_srec_test $test1 "tmpdir/sr1.o tmpdi
*** 401,411 ****
  if { [which $CXX] == 0 } {
      untested $test2
      return
  }
  
! if ![ld_compile "$CXX $CXXFLAGS -fgnu-linker -fno-exceptions" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] {
      unresolved $test2
      return
  }
  
  # See above.
--- 401,411 ----
  if { [which $CXX] == 0 } {
      untested $test2
      return
  }
  
! if ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/sr3.cc tmpdir/sr3.o] {
      unresolved $test2
      return
  }
  
  # See above.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]