From 062cbcd610654f7d6ec7cb973179e04a2838e502 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 30 Apr 2010 19:30:55 +0000 Subject: [PATCH] Add a missing `"'. 2010-04-30 H.J. Lu * binutils-all/dlltool.exp: Add a missing `"'. --- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/dlltool.exp | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 1b6bafa74a..3b08cda7e5 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 d6f8e3b3bd..5a19cf2733 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 }