aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-06-12 16:36:42 +0000
committerEli Zaretskii <eliz@gnu.org>2012-06-12 16:36:42 +0000
commit5d60742e2dd3c9b475dce54b56043a358751bbb8 (patch)
tree7eeecc01631d0a1d7091255ef8c0ca7766e00f49 /gdb/ChangeLog
parent0c9070b30af40e837ae05cdbaf6f486690fffaf8 (diff)
downloadgdb-5d60742e2dd3c9b475dce54b56043a358751bbb8.zip
gdb-5d60742e2dd3c9b475dce54b56043a358751bbb8.tar.gz
gdb-5d60742e2dd3c9b475dce54b56043a358751bbb8.tar.bz2
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1cbe086..8228aba 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2012-06-12 Eli Zaretskii <eliz@gnu.org>
+
+ * 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.
+
2012-06-11 Stan Shebs <stan@codesourcery.com>
* ui-out.h: Remove #if 0 declarations.