]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix quoting of special characters for the MinGW build.
authorEli Zaretskii <eliz@gnu.org>
Tue, 12 Jun 2012 16:36:42 +0000 (16:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 12 Jun 2012 16:36:42 +0000 (16:36 +0000)
commit5d60742e2dd3c9b475dce54b56043a358751bbb8
tree7eeecc01631d0a1d7091255ef8c0ca7766e00f49
parent0c9070b30af40e837ae05cdbaf6f486690fffaf8
Fix quoting of special characters for the MinGW build.

 infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
 special characters correctly for the Windows shells.  See
 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
 report.
 [!__MINGW32__]: Remove extra double quote character from special
 characters.
gdb/ChangeLog
gdb/infcmd.c