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

Hans-Peter Nilsson hp@bitrange.com
Sun Oct 29 09:26:00 GMT 2000


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



More information about the Binutils mailing list