diff options
author | Thomas Wolff <towo@towo.net> | 2021-05-10 11:28:15 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-05-10 11:28:15 +0100 |
commit | 749c700282097cf679ff019a9674d7c762f48619 (patch) | |
tree | f865b5a1c9fe7890afb94fefbed5a41124cc8a3e /binutils/ChangeLog | |
parent | 802021d46df5d82ec58de8ee0b769590b7d1e4df (diff) | |
download | gdb-749c700282097cf679ff019a9674d7c762f48619.zip gdb-749c700282097cf679ff019a9674d7c762f48619.tar.gz gdb-749c700282097cf679ff019a9674d7c762f48619.tar.bz2 |
Restore old behaviour of windres so that options containing spaces are not enclosed in double quotes.
PR 4356
PR 26865
PR 27594
* windres.c (quot): Revert previous delta. Do not use double
quotes when spaces are detected in options.
* doc/binutils.texi (windres): Remove suggestion that the
--preprocessor option can take arguments.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ae27252..38ae189 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2021-05-10 Thomas Wolff <towo@towo.net> + + PR 4356 + PR 26865 + PR 27594 + * windres.c (quot): Revert previous delta. Do not use double + quotes when spaces are detected in options. + * doc/binutils.texi (windres): Remove suggestion that the + --preprocessor option can take arguments. + 2021-05-10 Alan Modra <amodra@gmail.com> * dwarf.c (SAFE_BYTE_GET): Check bounds by subtracting amount from |