From 66a3cb9c76c69ead27cedd1ad8f265dd9197450f Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 20 Dec 2010 13:05:00 +0000 Subject: [PATCH] * ld-bootstrap/bootstrap.exp: Fix misplaced comment. --- ld/testsuite/ChangeLog | 4 ++++ ld/testsuite/ld-bootstrap/bootstrap.exp | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index f1e7a35bea..90ff589d51 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-12-20 Alan Modra + + * ld-bootstrap/bootstrap.exp: Fix misplaced comment. + 2010-12-20 Alan Modra PR ld/12001 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