summaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-04-13 07:50:13 +0000
committerNick Clifton <nickc@redhat.com>2011-04-13 07:50:13 +0000
commit9cbc9c998c5f8b86431623606ebeb182a10b22c6 (patch)
tree845e860bf1ff5e5607e4e3e4d6d1517827a58304 /binutils/NEWS
parent17f432732582e69c92288e90ce3238eea1978083 (diff)
downloadbinutils-redhat-9cbc9c998c5f8b86431623606ebeb182a10b22c6.tar.gz
* windres.c (usage): Add new --preprocessor-arg option.
(option_values): Add new OPTION_PREPROCESSOR_ARG enumerator. (option long_options): Add preprocessor-arg option. (main): Handle it. * doc/binutils.texi: Add documentation for --preprocessor-arg option. * NEWS: Add line about new --preprocessor-arg option for windres. * binutils-all/windres/windres.exp: Add '// cpparg <option>' command to rc file interpretation to specify addition pre-processor commands as script option. * binutils-all/windres/strtab3.rc: New. * binutils-all/windres/strtab3.rsd: New. * binutils-all/windres/README: Add note about cpparg script option. argument
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index a30f655ff2..d1b2a51203 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,7 +1,9 @@
-*- text -*-
-Changes in 2.21:
+* Add --preprocessor-arg option to windres to specify additional options
+ passed to preprocessor.
+Changes in 2.21:
* Add --interleave-width option to objcopy to allowing copying a range of
bytes from the input to the output with the --interleave option.