From: H.J. Lu Date: Fri, 30 Apr 2010 19:30:55 +0000 (+0000) Subject: Add a missing `"'. X-Git-Tag: sid-snapshot-20100501~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=062cbcd610654f7d6ec7cb973179e04a2838e502;p=platform%2Fupstream%2Fbinutils.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 1b6bafa..3b08cda 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 d6f8e3b..5a19cf2 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 }