diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-04-30 19:30:55 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-04-30 19:30:55 +0000 |
commit | 062cbcd610654f7d6ec7cb973179e04a2838e502 (patch) | |
tree | 6b2ba5621e3b52bfd80300886bcf9aadb4fd03dc /binutils | |
parent | 0672748ac053cc4f8159af0d21ca88ae8b3778e6 (diff) | |
download | gdb-062cbcd610654f7d6ec7cb973179e04a2838e502.zip gdb-062cbcd610654f7d6ec7cb973179e04a2838e502.tar.gz gdb-062cbcd610654f7d6ec7cb973179e04a2838e502.tar.bz2 |
Add a missing `"'.
2010-04-30 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/dlltool.exp: Add a missing `"'.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/dlltool.exp | 4 |
2 files changed, 7 insertions, 1 deletions
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 <hongjiu.lu@intel.com> + + * binutils-all/dlltool.exp: Add a missing `"'. + 2010-04-27 Kai Tietz <kai.tietz@onevision.com> * 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 } |