From: H.J. Lu Date: Fri, 30 Apr 2010 19:30:55 +0000 (+0000) Subject: Add a missing `"'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=062cbcd610654f7d6ec7cb973179e04a2838e502;p=binutils-gdb.git Add a missing `"'. 2010-04-30 H.J. Lu * binutils-all/dlltool.exp: Add a missing `"'. --- diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 1b6bafa74a6..3b08cda7e56 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-04-30 H.J. Lu + + * binutils-all/dlltool.exp: Add a missing `"'. + 2010-04-27 Kai Tietz * binutils-all/dlltool.exp: Allow test for diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp index d6f8e3b3bd8..5a19cf27332 100644 --- a/binutils/testsuite/binutils-all/dlltool.exp +++ b/binutils/testsuite/binutils-all/dlltool.exp @@ -14,7 +14,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. -if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw*"] && ![istarget "arm-*-pe*]} { +if {![istarget "i*86-*-*"] + && ![istarget "x86_64-*-mingw*"] + && ![istarget "arm-*-pe*"]} { return }