This is the mail archive of the binutils@sourceware.org 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]

testsuite comment fix


	* ld-bootstrap/bootstrap.exp: Fix misplaced comment.

Index: ld/testsuite/ld-bootstrap/bootstrap.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-bootstrap/bootstrap.exp,v
retrieving revision 1.20
diff -u -p -r1.20 bootstrap.exp
--- ld/testsuite/ld-bootstrap/bootstrap.exp	14 Oct 2010 01:31:32 -0000	1.20
+++ ld/testsuite/ld-bootstrap/bootstrap.exp	20 Dec 2010 06:35:44 -0000
@@ -77,14 +77,14 @@ foreach flags {"" "strip" "--static" "--
     }
 
     # Plugin support requires linking with a dynamic library which
-    # means that these
+    # means that these tests will fail.
     if { $flags == "--static" && $plugins == "yes" } then {
 	untested $testname
 	continue
     }
 
     # If we only have a shared libbfd, we probably can't run the
-    # --static test.will fail.
+    # --static test.
     if { $flags == "--static" && ! [string match "*libbfd.a*" $BFDLIB] } then {
 	untested $testname
 	continue

-- 
Alan Modra
Australia Development Lab, IBM


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