diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-06-12 16:36:42 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-06-12 16:36:42 +0000 |
commit | 5d60742e2dd3c9b475dce54b56043a358751bbb8 (patch) | |
tree | 7eeecc01631d0a1d7091255ef8c0ca7766e00f49 /gdb/ChangeLog | |
parent | 0c9070b30af40e837ae05cdbaf6f486690fffaf8 (diff) | |
download | gdb-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/ChangeLog | 9 |
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. |