Add a missing `"'.

2010-04-30  H.J. Lu  <hongjiu.lu@intel.com>

	* binutils-all/dlltool.exp: Add a missing `"'.
This commit is contained in:
H.J. Lu 2010-04-30 19:30:55 +00:00
parent 0672748ac0
commit 062cbcd610
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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
}