diff options
author | Alan Modra <amodra@gmail.com> | 2010-12-20 13:05:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-12-20 13:05:00 +0000 |
commit | 66a3cb9c76c69ead27cedd1ad8f265dd9197450f (patch) | |
tree | 6755ef429cd9c3378f5fa7b67efdf3dbc857b67b | |
parent | 5c3049d2ef5d591dadd42bd074f4866616ef8231 (diff) | |
download | fsf-binutils-gdb-66a3cb9c76c69ead27cedd1ad8f265dd9197450f.zip fsf-binutils-gdb-66a3cb9c76c69ead27cedd1ad8f265dd9197450f.tar.gz fsf-binutils-gdb-66a3cb9c76c69ead27cedd1ad8f265dd9197450f.tar.bz2 |
* ld-bootstrap/bootstrap.exp: Fix misplaced comment.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | 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 f1e7a35..90ff589 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2010-12-20 Alan Modra <amodra@gmail.com> + * ld-bootstrap/bootstrap.exp: Fix misplaced comment. + +2010-12-20 Alan Modra <amodra@gmail.com> + PR ld/12001 * ld-scripts/default-script2.d: Revert 2010-11-03 change. diff --git a/ld/testsuite/ld-bootstrap/bootstrap.exp b/ld/testsuite/ld-bootstrap/bootstrap.exp index 74b6a5c..d0563de 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 |