diff options
author | Nick Clifton <nickc@redhat.com> | 2020-11-27 14:18:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-11-27 14:19:56 +0000 |
commit | 21c33bcbe36377abf01614fb1b9be439a3b6de20 (patch) | |
tree | 0b7121c3795d661b881bad20826e688c84647a7d /binutils/ChangeLog | |
parent | 2c6f3e56cbba35365ce0f558e9bfbb122a63a63d (diff) | |
download | gdb-21c33bcbe36377abf01614fb1b9be439a3b6de20.zip gdb-21c33bcbe36377abf01614fb1b9be439a3b6de20.tar.gz gdb-21c33bcbe36377abf01614fb1b9be439a3b6de20.tar.bz2 |
Allow spaces in the name of the external preprocessor used by windres.
PR 26865
* windres.c (main): If the preprocessor name includes spaces,
ensure that it is quoted.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 212fd64..fbd14f1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2020-11-27 Nick Clifton <nickc@redhat.com> + + PR 26865 + * windres.c (main): If the preprocessor name includes spaces, + ensure that it is quoted. + 2020-11-27 Jozef Lawrynowicz <jozef.l@mittosystems.com> * testsuite/lib/binutils-common.exp (supports_noinit_section): New. |