summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-bootstrap
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2010-12-20 13:05:00 +0000
committerAlan Modra <amodra@bigpond.net.au>2010-12-20 13:05:00 +0000
commite2a409534150bc70ebed2524125f054c782755a9 (patch)
treeac72c97cfba2209843d9cebb7dd0c638911cd78b /ld/testsuite/ld-bootstrap
parent5daebc6a6606a30e60716f5bdee3d2018b560e8e (diff)
downloadbinutils-redhat-e2a409534150bc70ebed2524125f054c782755a9.tar.gz
* ld-bootstrap/bootstrap.exp: Fix misplaced comment.
Diffstat (limited to 'ld/testsuite/ld-bootstrap')
-rw-r--r--ld/testsuite/ld-bootstrap/bootstrap.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp
index 74b6a5ca6f..d0563deb89 100644
--- a/ld/testsuite/ld-bootstrap/bootstrap.exp
+++ b/ld/testsuite/ld-bootstrap/bootstrap.exp
@@ -1,6 +1,6 @@
# Expect script for LD Bootstrap Tests
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2004,
-# 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+# 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
@@ -77,14 +77,14 @@ foreach flags {"" "strip" "--static" "--traditional-format"
}
# 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