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]

[committed] Fix typo in ld-selective/selective.exp


I had a typo in my selective.exp cleanup.  Fix committed under the
"obvious" rule.
(Hmm, that rule spills over from GCC, but nobody has raised objections
with erlier use of it.)

2000-10-29  Hans-Peter Nilsson  <hp@bitrange.com>

	* ld-selective/selective.exp <no CXX>: Fix typo for argument to
	"untested".

Index: selective.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-selective/selective.exp,v
retrieving revision 1.9
diff -p -c -r1.9 selective.exp
*** selective.exp	2000/10/09 01:35:13	1.9
--- selective.exp	2000/10/29 17:18:23
*************** set ldflags "--gc-sections -Bstatic"
*** 53,59 ****
  # If we don't have g++ for the target, mark all tests as untested.
  if { [which $CXX] == 0 } {
      foreach testitem $seltests {
! 	untested "[lindex $seltests 0]"
      }
      return
  }
--- 53,59 ----
  # If we don't have g++ for the target, mark all tests as untested.
  if { [which $CXX] == 0 } {
      foreach testitem $seltests {
! 	untested "[lindex $testitem 0]"
      }
      return
  }

brgds, H-P


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