aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc/binutils.texi
diff options
context:
space:
mode:
authorThomas Wolff <towo@towo.net>2021-05-10 11:28:15 +0100
committerNick Clifton <nickc@redhat.com>2021-05-10 11:28:15 +0100
commit749c700282097cf679ff019a9674d7c762f48619 (patch)
treef865b5a1c9fe7890afb94fefbed5a41124cc8a3e /binutils/doc/binutils.texi
parent802021d46df5d82ec58de8ee0b769590b7d1e4df (diff)
downloadgdb-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/doc/binutils.texi')
-rw-r--r--binutils/doc/binutils.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 9578c08..504c3ea 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -4278,8 +4278,7 @@ format, which is the first one listed by the @option{--help} option.
@item --preprocessor @var{program}
When @command{windres} reads an @code{rc} file, it runs it through the C
preprocessor first. This option may be used to specify the preprocessor
-to use, including any leading arguments. The default preprocessor
-argument is @code{gcc}.
+to use. The default preprocessor is @code{gcc}.
@item --preprocessor-arg @var{option}
When @command{windres} reads an @code{rc} file, it runs it through
@@ -4290,8 +4289,8 @@ preprocessor command line.
If the @option{--preprocessor} option has not been specified then a
default set of preprocessor arguments will be used, with any
@option{--preprocessor-arg} options being placed after them on the
-command line. These default arguments are @code{-E -xc-header
--DRC_INVOKED}.
+command line. These default arguments are @code{-E},
+@code{-xc-header} and @code{-DRC_INVOKED}.
@item -I @var{directory}
@itemx --include-dir @var{directory}